- CacheAdapter<K,V> - Interface in com.mysql.cj
-
- CacheAdapterFactory<K,V> - Interface in com.mysql.cj
-
- CachedResultSetMetaData - Interface in com.mysql.cj.jdbc.result
-
- CachedResultSetMetaDataImpl - Class in com.mysql.cj.jdbc.result
-
- CachedResultSetMetaDataImpl() - Constructor for class com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
-
- CacheMap<K,V> - Class in com.mysql.cj.util
-
- CacheMap() - Constructor for class com.mysql.cj.util.CacheMap
-
- cacheServerConfiguration - Variable in class com.mysql.cj.CoreSession
-
- cacheServerConfiguration - Variable in class com.mysql.cj.NativeCharsetSettings
-
- CachingSha2PasswordPlugin - Class in com.mysql.cj.protocol.a.authentication
-
- CachingSha2PasswordPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
-
- CachingSha2PasswordPlugin.AuthStage - Enum in com.mysql.cj.protocol.a.authentication
-
- calculateDifferences(Map<?, ?>, Map<?, ?>) - Static method in class com.mysql.cj.util.Util
-
- calendar - Variable in class com.mysql.cj.NativeQueryBindValue
-
- CallableStatement - Class in com.mysql.cj.jdbc
-
Representation of stored procedures for JDBC
- CallableStatement(JdbcConnection, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.cj.jdbc.CallableStatement
-
Creates a new CallableStatement
- CallableStatement(JdbcConnection, String, String, boolean) - Constructor for class com.mysql.cj.jdbc.CallableStatement
-
Creates a new CallableStatement
- CallableStatement.CallableStatementParam - Class in com.mysql.cj.jdbc
-
- CallableStatement.CallableStatementParamInfo - Class in com.mysql.cj.jdbc
-
- CallableStatementWrapper - Class in com.mysql.cj.jdbc
-
Wraps callable statements created by pooled connections.
- CallableStatementWrapper(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - Constructor for class com.mysql.cj.jdbc.CallableStatementWrapper
-
- callConnectionEventListeners(int, SQLException) - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
Notifies all registered ConnectionEventListeners of ConnectionEvents.
- CALLER_INFORMATION_NOT_AVAILABLE - Static variable in class com.mysql.cj.util.LogUtils
-
- cancel() - Method in interface com.mysql.cj.CancelQueryTask
-
- cancel() - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- cancel() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- cancel() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- CancelQueryTask - Interface in com.mysql.cj
-
- CancelQueryTaskImpl - Class in com.mysql.cj
-
Thread used to implement query timeouts...Eventually we could be more
efficient and have one thread with timers, but this is a straightforward
and simple way to implement a feature that isn't used all that often.
- CancelQueryTaskImpl(Query) - Constructor for class com.mysql.cj.CancelQueryTaskImpl
-
- cancelRowUpdates() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- cancelRowUpdates() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- cancelTimeoutMutex - Variable in class com.mysql.cj.AbstractQuery
-
Mutex to prevent race between returning query results and noticing that query has been timed-out or cancelled.
- canHandleAsServerPreparedStatementNoCache(String, ServerVersion, boolean, boolean, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
- canReuseRowPacketForBufferRow - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.AbstractRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.BinaryRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.TextRowFactory
-
- CAPABILITIES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- CAPABILITIES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- CASCADED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
the view WHERE clause is checked, then checking recurses
to underlying views
- CATALOG_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- CATEGORY_AUTH - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_BLOBS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_CONNECTION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_DATETIMES - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_DEBUGING_PROFILING - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_EXCEPTIONS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_HA - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_INTEGRATION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_JDBC - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_METADATA - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_NETWORK - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_PERFORMANCE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_PREPARED_STATEMENTS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_RESULT_SETS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_SECURITY - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_SESSION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_STATEMENTS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_USER_DEFINED - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_XDEVAPI - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- change(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add an update to the statement setting the field, if it exists at the document path, to the given value.
- change(String, Object) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
-
- changeDatabase(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- changeDatabase(String) - Method in interface com.mysql.cj.protocol.Protocol
-
- changeDatabase(String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- changeUser(String, String, String) - Method in class com.mysql.cj.CoreSession
-
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- changeUser(String, String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Changes the user on this connection by performing a re-authentication.
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in interface com.mysql.cj.protocol.Protocol
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
-
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- changeUser(String, String, String) - Method in interface com.mysql.cj.Session
-
Re-authenticates as the given user and password
- CHARACTER_SET_CLIENT - Static variable in interface com.mysql.cj.CharsetSettings
-
- CHARACTER_SET_CONNECTION - Static variable in interface com.mysql.cj.CharsetSettings
-
- CHARACTER_SET_RESULTS - Static variable in interface com.mysql.cj.CharsetSettings
-
- characterEncoding - Variable in class com.mysql.cj.CoreSession
-
- characterEncoding - Variable in class com.mysql.cj.NativeCharsetSettings
-
- characterSetResults - Variable in class com.mysql.cj.NativeCharsetSettings
-
- charEncoding - Variable in class com.mysql.cj.AbstractQuery
-
The character encoding to use (if available)
- charEncoding - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The character encoding to use (if available)
- charEncoding - Variable in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- CharsetMapping - Class in com.mysql.cj
-
Mapping between MySQL charset names and Java charset names.
- CharsetMapping() - Constructor for class com.mysql.cj.CharsetMapping
-
- charsetNameToCollationIndex - Variable in class com.mysql.cj.NativeCharsetSettings
-
- charsetNameToJavaEncoding - Variable in class com.mysql.cj.NativeCharsetSettings
-
- charsetNameToMblen - Variable in class com.mysql.cj.NativeCharsetSettings
-
- CharsetSettings - Interface in com.mysql.cj
-
- CHECK_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- CHECK_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- checkAbonormallyLongQuery(long) - Method in class com.mysql.cj.log.BaseMetricsHolder
-
Update statistics that allows the driver to determine if a query is slow enough to be logged,
and return the estimation result for millisOrNanos value.
- checkAllParametersSet() - Method in class com.mysql.cj.NativeQueryBindings
-
- checkAllParametersSet() - Method in interface com.mysql.cj.QueryBindings
-
- checkBounds(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- checkBounds(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- checkBounds(int, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- checkCancelTimeout() - Method in class com.mysql.cj.AbstractQuery
-
- checkCancelTimeout() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- checkCancelTimeout() - Method in interface com.mysql.cj.Query
-
- checkClientTrusted(X509Certificate[], String) - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
-
- checkClosed() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- checkClosed() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- checkClosed() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- checkClosed() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Ensures that the result set is not closed
- checkClosed() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- checkClosed() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Checks if closed() has been called, and throws an exception if so
- checkClosed() - Method in interface com.mysql.cj.MysqlConnection
-
- checkClosed() - Method in class com.mysql.cj.NativeSession
-
- checkColumnBounds(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Checks if columnIndex is within the number of columns in this result set.
- checkedShutdown() - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Performs a checked shutdown, i.e., the context ClassLoaders from this and the caller thread are checked for consistency prior to performing the shutdown
operation.
- checkErrorMessage() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkErrorMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkErrorMessage() - Method in interface com.mysql.cj.protocol.Protocol
-
Read one message from the MySQL server, checks for errors in it, and if none,
returns the message, ready for reading
- checkErrorMessage() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- checkForOutstandingStreamingData() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkLicenseType(Map<String, String>) - Static method in class com.mysql.cj.LicenseConfiguration
-
Used in commercially-licensed clients that require connections to
commercially-licensed servers as part of the licensing terms.
- checkNullOrEmptyQuery(String) - Method in class com.mysql.cj.ClientPreparedQuery
-
Method checkNullOrEmptyQuery.
- checkNullOrEmptyQuery(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Method checkNullOrEmptyQuery.
- checkNullOrEmptyQuery(String) - Method in interface com.mysql.cj.PreparedQuery
-
- checkParameterSet(int) - Method in class com.mysql.cj.NativeQueryBindings
-
- checkParameterSet(int) - Method in interface com.mysql.cj.QueryBindings
-
- checkRange(T, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
For range-based property, checks that value fit into range given by PropertyDefinition.
- checkRange(Integer, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.IntegerProperty
-
- checkRange(Long, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.LongProperty
-
- checkReadOnlySafeStatement() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- checkReadOnlySafeStatement() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Check to see if the statement is safe for read-only replicas after failover.
- checkRowPos() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Ensures that the cursor is positioned on a valid row and that the result
set is not closed
- checkRowPos() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- checkServerTrusted(X509Certificate[], String) - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
-
- checkTransactionState() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkUpdatability() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Is this ResultSet updatable?
- checkValidProtocols(List<String>) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- CJ_FULL_NAME - Static variable in class com.mysql.cj.Constants
-
- CJ_LICENSE - Static variable in class com.mysql.cj.Constants
-
- CJ_MAJOR_VERSION - Static variable in class com.mysql.cj.Constants
-
- CJ_MINOR_VERSION - Static variable in class com.mysql.cj.Constants
-
- CJ_NAME - Static variable in class com.mysql.cj.Constants
-
- CJ_REVISION - Static variable in class com.mysql.cj.Constants
-
- CJ_VERSION - Static variable in class com.mysql.cj.Constants
-
- CJCommunicationsException - Exception in com.mysql.cj.exceptions
-
- CJCommunicationsException() - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJCommunicationsException(String) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJCommunicationsException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJCommunicationsException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJCommunicationsException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJConnectionFeatureNotAvailableException - Exception in com.mysql.cj.exceptions
-
- CJConnectionFeatureNotAvailableException() - Constructor for exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- CJConnectionFeatureNotAvailableException(PropertySet, ServerSession, PacketSentTimeHolder, Exception) - Constructor for exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- CJException - Exception in com.mysql.cj.exceptions
-
The base unchecked exception thrown internally in connector.
- CJException() - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJException(String) - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJOperationNotSupportedException - Exception in com.mysql.cj.exceptions
-
- CJOperationNotSupportedException() - Constructor for exception com.mysql.cj.exceptions.CJOperationNotSupportedException
-
- CJOperationNotSupportedException(String) - Constructor for exception com.mysql.cj.exceptions.CJOperationNotSupportedException
-
- CJPacketTooBigException - Exception in com.mysql.cj.exceptions
-
Thrown when a packet that is too big for the server is created.
- CJPacketTooBigException() - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- CJPacketTooBigException(String) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- CJPacketTooBigException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- CJPacketTooBigException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- CJPacketTooBigException(long, long) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
Creates a new CJPacketTooBigException object.
- CJTimeoutException - Exception in com.mysql.cj.exceptions
-
- CJTimeoutException() - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
-
- CJTimeoutException(String) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
-
- CJTimeoutException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
-
- CJTimeoutException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
-
- cleanup(Throwable) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- cleanup(Throwable) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- cleanup(Throwable) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- cleanup(Throwable) - Method in interface com.mysql.cj.MysqlConnection
-
Destroys this connection and any underlying resources.
- clear() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Clear topology cache for the current cluster.
- clear() - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Clear topology service for the current cluster.
- clear() - Method in class com.mysql.cj.util.CacheMap
-
- clear() - Method in class com.mysql.cj.util.ExpiringCache
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clearAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines how MySQL Server processes the view
- clearAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defined how MySQL Server processes the view
- clearAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- clearAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- clearAll() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Clear topology cache for all clusters.
- clearAll() - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Clear topology service for all clusters.
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- clearArgs() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- clearArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Remove all current bindings.
- clearArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- clearArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- clearAttributes() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- clearAttributes() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearAttributes() - Method in class com.mysql.cj.NativeQueryAttributesBindings
-
- clearAttributes() - Method in interface com.mysql.cj.QueryAttributesBindings
-
Removes all query attributes from the query attributes list.
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
authentication data
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
authentication data
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication data
- clearBatch() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- clearBatch() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearBatch() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- clearBatchedArgs() - Method in class com.mysql.cj.AbstractQuery
-
- clearBatchedArgs() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearBatchedArgs() - Method in interface com.mysql.cj.Query
-
- clearBindings() - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
- clearBindings() - Method in class com.mysql.cj.xdevapi.SqlStatementImpl
-
- clearBindings() - Method in interface com.mysql.cj.xdevapi.Statement
-
Clear all bindings for this statement.
- clearBindValues() - Method in class com.mysql.cj.NativeQueryBindings
-
- clearBindValues() - Method in interface com.mysql.cj.QueryBindings
-
- clearCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- clearCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- clearCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- clearCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
limits the write operations done on a VIEW
- clearCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
limits the write operations done on a VIEW
- clearClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- clearCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
error code
- clearCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning code
- clearCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- clearCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- clearColumn() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- clearColumn() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- clearCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- clearCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- clearCond() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- clearConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- clearConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- clearContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- clearContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- clearContexts() - Method in interface com.mysql.cj.jdbc.ha.plugins.IMonitor
-
- clearContexts() - Method in class com.mysql.cj.jdbc.ha.plugins.Monitor
-
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
client-side assigned cursor ID; must be allocated/open
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
client-side assigned cursor ID; must be already open
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
data model that the operations refer to
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
data model that the operations refer to
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
data model that the operations refer to
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
datamodel that the operations refer to
- clearDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- clearDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- clearDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- clearDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- clearDocumentPath() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- clearDocumentPath() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- clearExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- clearFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
number of rows that should be retrieved from sequential cursor
- clearFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
number of rows that should be retrieved from sequential cursor
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clearField() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clearField() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clearFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- clearFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- clearFld() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- clearFld() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- clearFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
displayed factional decimal digits for floating point and
fixed point numbers
- clearFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- clearGrouping() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- clearGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
Deprecated.
- clearHasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- clearIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- clearIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
if true then suppress error when deleted view does not exists
- clearIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
used in case of ARRY_INDEX
- clearInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
initial response
- clearInputStream() - Method in class com.mysql.cj.NativeSession
-
- clearInputStream() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- clearInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- clearKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- clearKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- clearKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- clearLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
maximum count of displayable characters of .type
- clearLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
Note or Warning
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- clearLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- clearLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
perform row locking on matches
- clearLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
additional options how to handle locked rows
- clearMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- clearMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- clearMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- clearMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column
- clearNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- clearNextResultset() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
We can't do this ourselves, otherwise the contract for
Statement.getMoreResults() won't work correctly.
- clearNextResultset() - Method in interface com.mysql.cj.protocol.Resultset
-
Clears the reference to the next result set in a multi-result set
"chain".
- clearObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- clearObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- clearOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to skip before applying the row_count
- clearOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clearOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- clearOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- clearOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- clearOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
the type of operation to be performed
- clearOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- clearOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column before an alias was applied
- clearOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from before an alias was applied
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
parameter key
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- clearParameters() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- clearParameters() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- clearParameters() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- clearParameters() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- clearParameters(boolean) - Method in class com.mysql.cj.ServerPreparedQuery
-
- clearPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- clearPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the payload of the notification
- clearPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- clearPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- clearProjection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- clearProjection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- clearReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
if true then suppress error when created view already exists;
just replace it
- clearRow() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- clearRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to filter
- clearRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- clearScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- clearSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- clearSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
schema the column originates from
- clearSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- clearSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- clearScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
global or local notification
- clearSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the security context in which the view is going be executed
- clearSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the security context in which the view is going be executed
- clearServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- clearSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
severity of the error message
- clearSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- clearSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- clearSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
statement that shall be executed
- clearStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
client-side assigned statement ID, must be already prepared
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
client-side assigned statement ID, must be already prepared
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- clearTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from
- clearTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the type of the payload
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
type of group replication event
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- clearUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- clearUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- clearUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- clearVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- clearVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- clearVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- clearVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- clearViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- clearVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- clearVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- clearVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- clearVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- clearWarnings() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- clearWarningsCalled - Variable in class com.mysql.cj.AbstractQuery
-
Has clearWarnings() been called?
- Client - Interface in com.mysql.cj.xdevapi
-
X DevAPI class encapsulating a Session pooling functionality.
- Client.ClientProperty - Enum in com.mysql.cj.xdevapi
-
- CLIENT_CAN_HANDLE_EXPIRED_PASSWORD - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_COMPRESS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_CONNECT_ATTRS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_CONNECT_WITH_DB - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_DEPRECATE_EOF - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_FOUND_ROWS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_ID_ASSIGNED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
CLIENT_ID_ASSIGNED = 11;
- CLIENT_INTERACTIVE - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_KEY - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- CLIENT_LOCAL_FILES - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_LONG_FLAG - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_LONG_PASSWORD - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_MESSAGE_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
- CLIENT_MESSAGES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- CLIENT_MULTI_FACTOR_AUTHENTICATION - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_MULTI_RESULTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_MULTI_STATEMENTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PLUGIN_AUTH - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PROTOCOL_41 - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PS_MULTI_RESULTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_QUERY_ATTRIBUTES - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_RESERVED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SECURE_CONNECTION - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SESSION_TRACK - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SSL - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_TRANSACTIONS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- ClientFactory - Class in com.mysql.cj.xdevapi
-
ClientFactory is used for creation of
Client
instances.
- ClientFactory() - Constructor for class com.mysql.cj.xdevapi.ClientFactory
-
- clientFirstMessageBare - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- ClientImpl - Class in com.mysql.cj.xdevapi
-
- ClientImpl(String, String) - Constructor for class com.mysql.cj.xdevapi.ClientImpl
-
- ClientImpl(String, Properties) - Constructor for class com.mysql.cj.xdevapi.ClientImpl
-
- ClientImpl.PooledXProtocol - Class in com.mysql.cj.xdevapi
-
- ClientInfoProvider - Interface in com.mysql.cj.jdbc
-
Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
- ClientInfoProviderSP - Class in com.mysql.cj.jdbc
-
- ClientInfoProviderSP() - Constructor for class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- clientMessageId - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
extend .google.protobuf.MessageOptions { ...
- clientPrepare(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepare(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- ClientPreparedQuery - Class in com.mysql.cj
-
- ClientPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.ClientPreparedQuery
-
- ClientPreparedStatement - Class in com.mysql.cj.jdbc
-
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
- ClientPreparedStatement(JdbcConnection, String) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Constructor used by server-side prepared statements
- ClientPreparedStatement(JdbcConnection, String, String) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Constructor for the PreparedStatement class.
- ClientPreparedStatement(JdbcConnection, String, String, QueryInfo) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a new PreparedStatement object.
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int, boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, int[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, int, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, String[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- Clob - Class in com.mysql.cj.jdbc
-
Simplistic implementation of java.sql.Clob for MySQL Connector/J
- Clob(String, ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.Clob
-
- ClobValueEncoder - Class in com.mysql.cj.protocol.a
-
- ClobValueEncoder() - Constructor for class com.mysql.cj.protocol.a.ClobValueEncoder
-
- clone() - Method in interface com.mysql.cj.BindValue
-
- clone() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
-
- clone() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- clone() - Method in class com.mysql.cj.NativeQueryBindings
-
- clone() - Method in class com.mysql.cj.NativeQueryBindValue
-
- clone() - Method in interface com.mysql.cj.QueryBindings
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- close() - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- close() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- close() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
The physical connection is not actually closed.
- close(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- close() - Method in class com.mysql.cj.jdbc.ha.ConnectionProxyLifecycleInterceptor
-
- close() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
-
- close() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- close() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.close(), before the driver
processes its own internal logic for close.
- close() - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
Invoked by the container (not the client), and should close the physical
connection.
- close() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- close() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- close() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- close() - Method in class com.mysql.cj.jdbc.StatementImpl
-
In many cases, it is desirable to immediately release a Statement's
database and JDBC resources instead of waiting for this to happen when it
is automatically closed.
- close() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- close() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- close() - Method in class com.mysql.cj.protocol.a.CompressedInputStream
-
- close() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- close() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- close() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- close() - Method in interface com.mysql.cj.protocol.Protocol
-
- close() - Method in class com.mysql.cj.protocol.ReadAheadInputStream
-
- close() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
We're done.
- close() - Method in class com.mysql.cj.protocol.WatchableOutputStream
-
- close() - Method in class com.mysql.cj.protocol.WatchableWriter
-
- close() - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Closes this stream.
- close() - Method in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
Closes this stream.
- close() - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Closes this stream and throws away any bytes not consumed from the underlying InputStream
.
- close() - Method in class com.mysql.cj.protocol.x.ContinuousInputStream
-
Closes this stream and all underlying InputStream
s.
- close() - Method in class com.mysql.cj.protocol.x.ContinuousOutputStream
-
Instead of closing the OutputStream
flushes its data.
- close() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- close() - Method in interface com.mysql.cj.xdevapi.Client
-
Close Client
.
- close() - Method in class com.mysql.cj.xdevapi.ClientImpl
-
- close() - Method in class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
-
- close() - Method in interface com.mysql.cj.xdevapi.Session
-
Close this session.
- close() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- closeAllOpenResults() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Close any open result sets that have been 'held open'
- closeConnectionProxy(LoadBalancedConnectionProxy) - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- closedExplicitly - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- ClosedOnExpiredPasswordException - Exception in com.mysql.cj.exceptions
-
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD_LOGIN = 1862
"Your password has expired.
- ClosedOnExpiredPasswordException() - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(String) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(Throwable) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- closedReason - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- closeOnCompletion() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- closeOnCompletion() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- closeOwner(boolean) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- closeOwner(boolean) - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- closeQuery() - Method in class com.mysql.cj.AbstractQuery
-
- closeQuery() - Method in class com.mysql.cj.ClientPreparedQuery
-
- closeQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- closeQuery() - Method in interface com.mysql.cj.Query
-
- closeQuery() - Method in class com.mysql.cj.ServerPreparedQuery
-
- closeQuery() - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- ClusterAwareHitMissMetricsHolder - Class in com.mysql.cj.jdbc.ha.plugins.failover
-
A simple implementation of hit-miss metric.
- ClusterAwareHitMissMetricsHolder(String) - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareHitMissMetricsHolder
-
Initialize a metric holder with a metric name.
- ClusterAwareMetrics - Class in com.mysql.cj.jdbc.ha.plugins.failover
-
Collect certain performance metrics for ClusterAwareConnectionProxy.
- ClusterAwareMetrics() - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareMetrics
-
- ClusterAwareMetricsContainer - Class in com.mysql.cj.jdbc.ha.plugins.failover
-
- ClusterAwareMetricsContainer() - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareMetricsContainer
-
- ClusterAwareMetricsContainer(ICurrentConnectionProvider, PropertySet) - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareMetricsContainer
-
- ClusterAwareReaderFailoverHandler - Class in com.mysql.cj.jdbc.ha.plugins.failover
-
An implementation of ReaderFailoverHandler.
- ClusterAwareReaderFailoverHandler(ITopologyService, IConnectionProvider, Map<String, String>, Log) - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler
-
ClusterAwareReaderFailoverHandler constructor.
- ClusterAwareReaderFailoverHandler(ITopologyService, IConnectionProvider, Map<String, String>, int, int, boolean, Log) - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler
-
ClusterAwareReaderFailoverHandler constructor.
- ClusterAwareReaderFailoverHandler.HostTuple - Class in com.mysql.cj.jdbc.ha.plugins.failover
-
HostTuple class.
- ClusterAwareTimeMetricsHolder - Class in com.mysql.cj.jdbc.ha.plugins.failover
-
A simple implementation of timing metric.
- ClusterAwareTimeMetricsHolder(String) - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareTimeMetricsHolder
-
Initialize a metric holder with a metric name.
- ClusterAwareWriterFailoverHandler - Class in com.mysql.cj.jdbc.ha.plugins.failover
-
An implementation of WriterFailoverHandler.
- ClusterAwareWriterFailoverHandler(ITopologyService, IConnectionProvider, IReaderFailoverHandler, Map<String, String>, Log) - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareWriterFailoverHandler
-
ClusterAwareWriterFailoverHandler constructor.
- ClusterAwareWriterFailoverHandler(ITopologyService, IConnectionProvider, IReaderFailoverHandler, Map<String, String>, int, int, int, Log) - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareWriterFailoverHandler
-
ClusterAwareWriterFailoverHandler constructor.
- clusterId - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
- clusterIdSetting - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- clusterInstanceHostPatternSetting - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- clusterInstanceTemplate - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
- clusterTopologyRefreshRateMsSetting - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- cNonce - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- CODE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- CODE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- COLLATION_CONNECTION - Static variable in interface com.mysql.cj.CharsetSettings
-
- COLLATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- COLLATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- collationIndexToCharsetName - Variable in class com.mysql.cj.NativeCharsetSettings
-
- collationIndexToCollationName - Variable in class com.mysql.cj.NativeCharsetSettings
-
- collationNameToCollationIndex - Variable in class com.mysql.cj.NativeCharsetSettings
-
- collectHostsInfo(ConnectionUrlParser) - Method in class com.mysql.cj.conf.ConnectionUrl
-
- collection - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- Collection - Interface in com.mysql.cj.xdevapi
-
Representation of a document collection.
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- COLLECTION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- CollectionImpl - Class in com.mysql.cj.xdevapi
-
- collectProperties(ConnectionUrlParser, Properties) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Joins the connection arguments from the connection string with the ones from the given connection arguments map collecting them in a single map.
- Column - Interface in com.mysql.cj.xdevapi
-
- COLUMN_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- COLUMN_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- columnCount - Variable in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- columnDefinition - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
-
- columnDefinition - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
The metadata for this result set
- ColumnDefinition - Interface in com.mysql.cj.protocol
-
Represents protocol specific result set metadata,
eg., for native protocol, Protocol::ColumnDefinition41 protocol entity.
- ColumnDefinitionFactory - Class in com.mysql.cj.protocol.a
-
- ColumnDefinitionFactory(long, ColumnDefinition) - Constructor for class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- columnDefinitionFromCache - Variable in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- ColumnDefinitionReader - Class in com.mysql.cj.protocol.a
-
- ColumnDefinitionReader(NativeProtocol) - Constructor for class com.mysql.cj.protocol.a.ColumnDefinitionReader
-
- ColumnImpl - Class in com.mysql.cj.xdevapi
-
- ColumnImpl(Field) - Constructor for class com.mysql.cj.xdevapi.ColumnImpl
-
Constructor.
- columnUsed - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Keep track of columns accessed
- com.mysql.cj - package com.mysql.cj
-
- com.mysql.cj.admin - package com.mysql.cj.admin
-
- com.mysql.cj.callback - package com.mysql.cj.callback
-
- com.mysql.cj.conf - package com.mysql.cj.conf
-
- com.mysql.cj.conf.url - package com.mysql.cj.conf.url
-
- com.mysql.cj.exceptions - package com.mysql.cj.exceptions
-
- com.mysql.cj.interceptors - package com.mysql.cj.interceptors
-
- com.mysql.cj.jdbc - package com.mysql.cj.jdbc
-
- com.mysql.cj.jdbc.admin - package com.mysql.cj.jdbc.admin
-
- com.mysql.cj.jdbc.exceptions - package com.mysql.cj.jdbc.exceptions
-
- com.mysql.cj.jdbc.ha - package com.mysql.cj.jdbc.ha
-
- com.mysql.cj.jdbc.ha.plugins - package com.mysql.cj.jdbc.ha.plugins
-
- com.mysql.cj.jdbc.ha.plugins.failover - package com.mysql.cj.jdbc.ha.plugins.failover
-
- com.mysql.cj.jdbc.integration.c3p0 - package com.mysql.cj.jdbc.integration.c3p0
-
- com.mysql.cj.jdbc.interceptors - package com.mysql.cj.jdbc.interceptors
-
- com.mysql.cj.jdbc.jmx - package com.mysql.cj.jdbc.jmx
-
- com.mysql.cj.jdbc.result - package com.mysql.cj.jdbc.result
-
- com.mysql.cj.jdbc.util - package com.mysql.cj.jdbc.util
-
- com.mysql.cj.log - package com.mysql.cj.log
-
- com.mysql.cj.protocol - package com.mysql.cj.protocol
-
- com.mysql.cj.protocol.a - package com.mysql.cj.protocol.a
-
- com.mysql.cj.protocol.a.authentication - package com.mysql.cj.protocol.a.authentication
-
- com.mysql.cj.protocol.a.result - package com.mysql.cj.protocol.a.result
-
- com.mysql.cj.protocol.result - package com.mysql.cj.protocol.result
-
- com.mysql.cj.protocol.x - package com.mysql.cj.protocol.x
-
- com.mysql.cj.result - package com.mysql.cj.result
-
- com.mysql.cj.sasl - package com.mysql.cj.sasl
-
- com.mysql.cj.util - package com.mysql.cj.util
-
- com.mysql.cj.x.protobuf - package com.mysql.cj.x.protobuf
-
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
- com.mysql.cj.xdevapi - package com.mysql.cj.xdevapi
-
Java classes for X DevAPI support.
- com.mysql.jdbc - package com.mysql.jdbc
-
- COM_BINLOG_DUMP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_BINLOG_DUMP_GTID - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_CHANGE_USER - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_CONNECT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_CONNECT_OUT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_CREATE_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_DAEMON - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_DEBUG - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_DELAYED_INSERT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_DROP_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_FIELD_LIST - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_INIT_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_PING - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_PROCESS_INFO - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_PROCESS_KILL - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_QUERY - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_QUIT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_REFRESH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_REGISTER_SLAVE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
Deprecated.
- COM_RESET_CONNECTION - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_SET_OPTION - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_SHUTDOWN - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_SLEEP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STATISTICS - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_CLOSE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_EXECUTE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_FETCH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_PREPARE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_RESET - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_SEND_LONG_DATA - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_TABLE_DUMP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_TIME - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- commandBuilder - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- commandBuilder - Variable in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- commandBuilder - Variable in class com.mysql.cj.ServerPreparedQuery
-
- commandName - Variable in enum com.mysql.cj.protocol.x.XpluginStatementCommand
-
- CommentClientInfoProvider - Class in com.mysql.cj.jdbc
-
An implementation of ClientInfoProvider that exposes the client info as a comment prepended to all statements issued by the driver.
- CommentClientInfoProvider() - Constructor for class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- commit() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- commit() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- commit() - Method in class com.mysql.cj.jdbc.ha.ConnectionProxyLifecycleInterceptor
-
- commit() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- commit() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.commit(), before the
driver processes its own internal logic for commit().
- commit(Xid, boolean) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- commit(Xid, boolean) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- commit() - Method in interface com.mysql.cj.xdevapi.Session
-
Commit the transaction.
- commit() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- CommonChecks - Class in instrumentation
-
- CommonChecks() - Constructor for class instrumentation.CommonChecks
-
- CommunicationsException - Exception in com.mysql.cj.jdbc.exceptions
-
An exception to represent communications errors with the database.
- CommunicationsException(JdbcConnection, PacketSentTimeHolder, PacketReceivedTimeHolder, Exception) - Constructor for exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- CommunicationsException(String, Throwable) - Constructor for exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- COMP_HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.a.CompressedPacketSender
-
- COMP_HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- COMPACT_METADATA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- COMPACT_METADATA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- ComparableWrapper(K, V) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- compareTo(DatabaseMetaData.ComparableWrapper<K, V>) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- compareTo(DatabaseMetaData.IndexMetaDataKey) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
-
- compareTo(DatabaseMetaData.TableMetaDataKey) - Method in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
-
- compareTo(ServerVersion) - Method in class com.mysql.cj.ServerVersion
-
- compareTo(DnsSrv.SrvRecord) - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- completed(T, Void) - Method in class com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
-
- completer - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
-
- CompressedInputStream - Class in com.mysql.cj.protocol.a
-
Used to de-compress packets from the MySQL server when protocol-level compression is turned on.
- CompressedInputStream(InputStream, RuntimeProperty<Boolean>, Log) - Constructor for class com.mysql.cj.protocol.a.CompressedInputStream
-
Creates a new CompressedInputStream that reads the given stream from the
server.
- CompressedPacketSender - Class in com.mysql.cj.protocol.a
-
- CompressedPacketSender(BufferedOutputStream) - Constructor for class com.mysql.cj.protocol.a.CompressedPacketSender
-
- compressedPacketSender - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
Track this to manually shut down.
- COMPRESSION_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
COMPRESSION = 46;
- COMPRESSION_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
COMPRESSION = 19;
- CompressionAlgorithm - Class in com.mysql.cj.protocol.x
-
Contains all information about a compression algorithm, its name, compression mode and classes that implement the inflating and deflating streams of data.
- CompressionAlgorithm(String, String, String) - Constructor for class com.mysql.cj.protocol.x.CompressionAlgorithm
-
- CompressionMode - Enum in com.mysql.cj.protocol.x
-
The modes by which compression can be made.
- CompressionSplittedInputStream - Class in com.mysql.cj.protocol.x
-
An InputStream
wrapper that analyzes X Protocol frames and, if compressed, routes them to a secondary compressor-able InputStream
that also
knows how to rebuild uncompressed X Protocol frames from compressed ones.
- CompressionSplittedInputStream(InputStream, CompressorStreamsFactory) - Constructor for class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
- CompressionSplittedOutputStream - Class in com.mysql.cj.protocol.x
-
An OutputStream
wrapper that analyzes X Protocol frames and routes them directly to the original underlying OutputStream
or passes them
through to a compressor-able OutputStream
to compresses the frame, rebuilds it and then sends a newly compressed X Protocol frame, depending on
defined data size threshold.
- CompressionSplittedOutputStream(OutputStream, CompressorStreamsFactory) - Constructor for class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
- CompressorStreamsFactory - Class in com.mysql.cj.protocol.x
-
Factory class for producing inflating and deflating-able InputStream
and OutputStream
instances for a selected compression algorithm.
- CompressorStreamsFactory(CompressionAlgorithm) - Constructor for class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
- computeBatchSize(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
Computes the optimum number of batched parameter lists to send
without overflowing max_allowed_packet.
- computeBatchSize(int) - Method in interface com.mysql.cj.PreparedQuery
-
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
Computes the maximum parameter set size, and entire batch size given
the number of arguments in the batch.
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.ServerPreparedQuery
-
Computes the maximum parameter set size and the size of the entire batch given
the number of arguments in the batch.
- CON_CAPABILITIES_GET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CAPABILITIES_GET = 1;
- CON_CAPABILITIES_SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CAPABILITIES_SET = 2;
- CON_CLOSE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CLOSE = 3;
- COND_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- CONDITION_KEY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- CONDITION_VALUE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- configurePostHandshake(boolean) - Method in interface com.mysql.cj.CharsetSettings
-
Sets up client character set.
- configurePostHandshake(boolean) - Method in class com.mysql.cj.NativeCharsetSettings
-
- configurePreHandshake(boolean) - Method in interface com.mysql.cj.CharsetSettings
-
Choose the MySQL collation index for the handshake packet and the corresponding Java encodings for the password and error messages.
- configurePreHandshake(boolean) - Method in class com.mysql.cj.NativeCharsetSettings
-
- configureSocket(Socket, PropertySet) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Configures socket properties based on properties from the connection
(tcpNoDelay, snd/rcv buf, traffic class, etc).
- configureTimeZone() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Configures the client's timezone if required.
- configureTimeZone() - Method in interface com.mysql.cj.protocol.Protocol
-
- configureTimeZone() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- ConfinedInputStream - Class in com.mysql.cj.protocol.x
-
An InputStream
wrapper that limits the number of bytes that can be read form the underlying InputStream
.
- ConfinedInputStream(InputStream) - Constructor for class com.mysql.cj.protocol.x.ConfinedInputStream
-
- ConfinedInputStream(InputStream, int) - Constructor for class com.mysql.cj.protocol.x.ConfinedInputStream
-
- conn - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
The connection to the database
- CONN_CAPABILITIES_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
CONN_CAPABILITIES = 2;
- connect(HostInfo) - Method in class com.mysql.cj.jdbc.ha.plugins.BasicConnectionProvider
-
Called once per connection that needs to be created.
- connect(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.plugins.IConnectionProvider
-
Called once per connection that needs to be created.
- connect(String, Properties) - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
Try to make a database connection to the given URL.
- connect(HostInfo, String, String, String, int, TransactionEventHandler) - Method in class com.mysql.cj.NativeSession
-
- connect(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Initialize communications with the MySQL server.
- connect(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in class com.mysql.cj.protocol.a.NativeSocketConnection
-
- connect(String, String, String) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
- connect(String, int, PropertySet, int) - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory
-
- connect(String, String, String) - Method in interface com.mysql.cj.protocol.Protocol
-
Create a new session.
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in interface com.mysql.cj.protocol.SocketConnection
-
Connect to the MySQL server and setup a stream connection.
- connect(String, int, PropertySet, int) - Method in interface com.mysql.cj.protocol.SocketFactory
-
Creates a new socket or channel using the given properties.
- connect(String, int, PropertySet, int) - Method in class com.mysql.cj.protocol.SocksProxySocketFactory
-
- connect(String, int, PropertySet, int) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
- connect(String, String, String) - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
-
- connect(String, String, String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- connect(String, int, Properties) - Method in interface com.mysql.jdbc.SocketFactory
-
Deprecated.
Creates a new socket using the given properties.
- connect(String, int, PropertySet, int) - Method in class com.mysql.jdbc.SocketFactoryWrapper
-
- connection - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The Connection instance that created us
- connection - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The connection that created us
- CONNECTION_CLOSED_EVENT - Static variable in class com.mysql.cj.jdbc.MysqlPooledConnection
-
The flag for a connection being closed.
- CONNECTION_ERROR_EVENT - Static variable in class com.mysql.cj.jdbc.MysqlPooledConnection
-
The flag for an exception being thrown.
- connectionCollation - Variable in class com.mysql.cj.NativeCharsetSettings
-
- connectionCreationTimeMillis - Variable in class com.mysql.cj.CoreSession
-
The point in time when this connection was created
- ConnectionFeatureNotAvailableException - Exception in com.mysql.cj.jdbc.exceptions
-
Thrown when a client requests a connection-level feature that isn't available for this particular distribution of Connector/J (currently only used by code
that is export-controlled).
- ConnectionFeatureNotAvailableException(JdbcConnection, PacketSentTimeHolder, Exception) - Constructor for exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
-
- ConnectionFeatureNotAvailableException(String, Throwable) - Constructor for exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
-
- ConnectionGroup - Class in com.mysql.cj.jdbc
-
- ConnectionGroupManager - Class in com.mysql.cj.jdbc
-
- ConnectionGroupManager() - Constructor for class com.mysql.cj.jdbc.ConnectionGroupManager
-
- ConnectionImpl - Class in com.mysql.cj.jdbc
-
A Connection represents a session with a specific database.
- ConnectionImpl() - Constructor for class com.mysql.cj.jdbc.ConnectionImpl
-
'
For the delegate only
- ConnectionImpl(HostInfo) - Constructor for class com.mysql.cj.jdbc.ConnectionImpl
-
Creates a connection to a MySQL Server.
- ConnectionIsClosedException - Exception in com.mysql.cj.exceptions
-
Operation attempted on already closed Connection
- ConnectionIsClosedException() - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionIsClosedException(String) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionIsClosedException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionIsClosedException(Throwable) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionIsClosedException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionLifecycleInterceptor - Interface in com.mysql.cj.jdbc.interceptors
-
Implementors of this interface can be installed via the "connectionLifecycleInterceptors" configuration property and receive events and alter behavior of
"lifecycle" methods on our connection implementation.
- ConnectionPluginManager - Class in com.mysql.cj.jdbc.ha.plugins
-
- ConnectionPluginManager(Log) - Constructor for class com.mysql.cj.jdbc.ha.plugins.ConnectionPluginManager
-
- ConnectionPropertiesTransform - Interface in com.mysql.cj.conf
-
Implement this interface, and pass the class name as the 'propertiesTransform' property in your URL, and the driver will pass the properties it has
parsed to your transform implementation so that you can modify/substitute/add any that you desire.
- connectionProvider - Variable in class com.mysql.cj.jdbc.ha.plugins.DefaultConnectionPlugin
-
- connectionProvider - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareWriterFailoverHandler
-
- connectionProvider - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- ConnectionProxy - Class in com.mysql.cj.jdbc.ha
-
- ConnectionProxy(ConnectionUrl) - Constructor for class com.mysql.cj.jdbc.ha.ConnectionProxy
-
- ConnectionProxy(ConnectionUrl, JdbcConnection) - Constructor for class com.mysql.cj.jdbc.ha.ConnectionProxy
-
Instantiates a new AuroraConnectionProxy for the given list of hosts and connection properties.
- ConnectionProxyLifecycleInterceptor - Class in com.mysql.cj.jdbc.ha
-
This basic implementation of ConnectionLifecycleInterceptor allows the
ClusterAwareConnectionProxy class to be aware of certain events occurring against the database
connection.
- ConnectionProxyLifecycleInterceptor(ITransactionContextHandler) - Constructor for class com.mysql.cj.jdbc.ha.ConnectionProxyLifecycleInterceptor
-
Creates a new instance of ClusterAwareConnectionLifecycleInterceptor and initialize it with an
instance of connection proxy.
- ConnectionUrl - Class in com.mysql.cj.conf
-
A container for a database URL and a collection of given connection arguments.
- ConnectionUrl() - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Empty constructor.
- ConnectionUrl(String) - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Constructor for unsupported URLs
- ConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Constructs an instance of
ConnectionUrl
, performing all the required initializations.
- connectionUrl - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
- ConnectionUrl.HostsCardinality - Enum in com.mysql.cj.conf
-
The rules describing the number of hosts a database URL may contain.
- ConnectionUrl.Type - Enum in com.mysql.cj.conf
-
The database URL type which is determined by the scheme section of the connection string.
- ConnectionUrlParser - Class in com.mysql.cj.conf
-
This class parses a connection string using the general URI structure defined in RFC 3986.
- ConnectionUrlParser.Pair<T,U> - Class in com.mysql.cj.conf
-
This class is a simple container for two elements.
- ConnectionUtils - Class in com.mysql.cj.jdbc.ha
-
Utility class for copying
HostInfo
objects.
- ConnectionUtils() - Constructor for class com.mysql.cj.jdbc.ha.ConnectionUtils
-
- ConnectionWrapper - Class in com.mysql.cj.jdbc
-
This class serves as a wrapper for the connection object.
- ConnectionWrapper(MysqlPooledConnection, JdbcConnection, boolean) - Constructor for class com.mysql.cj.jdbc.ConnectionWrapper
-
Construct a new LogicalHandle and set instance variables
- connProvider - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler
-
- Constants - Class in com.mysql.cj
-
Represents various constants used in the driver.
- consumeEvent(ProfilerEvent) - Method in class com.mysql.cj.log.LoggingProfilerEventHandler
-
- consumeEvent(ProfilerEvent) - Method in interface com.mysql.cj.log.ProfilerEventHandler
-
- containsKey(Object) - Method in class com.mysql.cj.util.ExpiringCache
-
- containsOnDuplicateKeyInString(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- containsOnDuplicateKeyUpdate() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- containsOnDuplicateKeyUpdate() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- containsOnDuplicateKeyUpdate() - Method in class com.mysql.cj.QueryInfo
-
Does this query info represent a query that contains an ON DUPLICATE KEY UPDATE clause? This operation does not take into consideration the multiplicity
of queries in the original SQL.
- containsOnDuplicateKeyUpdateClause(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Checks whether the specified SQL contains or not an ON DUPLICATE KEY UPDATE clause.
- containsValue(Object) - Method in class com.mysql.cj.util.ExpiringCache
-
- CONTENT_TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- CONTENT_TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- continueBatchOnError - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- ContinuousInputStream - Class in com.mysql.cj.protocol.x
-
An InputStream
wrapper that reads from a queue of underlying InputStream
s, giving the impression that all data is coming from a single,
continuous, source.
- ContinuousInputStream(InputStream) - Constructor for class com.mysql.cj.protocol.x.ContinuousInputStream
-
- ContinuousOutputStream - Class in com.mysql.cj.protocol.x
-
- ContinuousOutputStream(OutputStream) - Constructor for class com.mysql.cj.protocol.x.ContinuousOutputStream
-
- convertShowWarningsToSQLWarnings(boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Turns output of 'SHOW WARNINGS' into JDBC SQLWarning instances.
- convertToJdbcFunctionList(ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>, Field[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- convertToJdbcProcedureList(boolean, ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- copyWithAdditionalProps(HostInfo, Map<String, String>) - Static method in class com.mysql.cj.jdbc.ha.ConnectionUtils
-
Create a copy of the given
HostInfo
object where all details are the same except for the host properties,
which will contain both the original properties and the properties passed into the function.
- copyWithAdditionalProps(HostInfo, ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.ConnectionUtils
-
Create a copy of
HostInfo
object where host and port are the same while all others are from
ConnectionUrl
object.
- copyWithAdditionalProps(HostInfo, HostInfo) - Static method in class com.mysql.cj.jdbc.ha.ConnectionUtils
-
- CoreSession - Class in com.mysql.cj
-
- CoreSession(HostInfo, PropertySet) - Constructor for class com.mysql.cj.CoreSession
-
- count - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
-
- count() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
Return the number of items in this result.
- count() - Method in interface com.mysql.cj.xdevapi.Collection
-
Query the number of documents in this collection.
- count() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- count() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
How many items are in this result? This method forces internal buffering of the entire result.
- count() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- count() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- count() - Method in interface com.mysql.cj.xdevapi.Table
-
Query the number of rows in this table.
- count() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- createArrayOf(String, Object[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createArrayOf(String, Object[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createArrayOf(String, Object[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createBatchUpdateException(SQLException, long[], ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
Create a BatchUpdateException taking in consideration the JDBC version in use.
- createBlob() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createBlob() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createBlob() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createClob() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createClob() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createClob() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection.
- createCollection(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection if it does not already exist on the server.
- createCollection(String, Schema.CreateCollectionOptions) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection.
- createCollection(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- createCollection(String, boolean) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- createCollection(String, Schema.CreateCollectionOptions) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- CreateCollectionOptions() - Constructor for class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- createColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createCommunicationsException(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createCommunicationsException(JdbcConnection, PacketSentTimeHolder, PacketReceivedTimeHolder, Exception, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createCommunicationsException(String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createConnectionForHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Creates a new physical connection for the given
HostInfo
and updates required internal mappings and statistics for that connection.
- createConnectionForHost(String) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Creates a new physical connection for the given host:port info.
- createConnectionForHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
Creates a new physical connection for the given
HostInfo
.
- createException(String) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(Class<T>, String) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(Class<T>, String, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(Class<T>, String, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String, String, int, boolean, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(Class<T>, String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createExecutorService() - Method in interface com.mysql.cj.jdbc.ha.plugins.IExecutorServiceInitializer
-
- createFieldMetadataForGetProcedures() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createFkMetadataFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromBigInteger(BigInteger) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromBit(byte[], int, int) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.AbstractNumericValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.BinaryStreamValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.OffsetTimeValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.StringValueFactory
-
Interpret the given byte array as a string.
- createFromBytes(byte[], int, int, Field) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
-
Interpret the given byte array as a string.
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from InternalDate.
- createFromDate(InternalDate) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from time fields.
- createFromDatetime(InternalTimestamp) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromDouble(double) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromFields(Field[]) - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- createFromFields(Field[]) - Method in class com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromLong(long) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.BinaryRowFactory
-
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.TextRowFactory
-
- createFromMessage(M) - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
Create ProtocolEntity of type T
from protocol message.
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FetchDoneEntityFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FetchDoneMoreResultsFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FieldFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.NoticeFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.OkFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.StatementExecuteOkFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.XProtocolRowFactory
-
- createFromNull() - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromNull() - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromNull() - Method in interface com.mysql.cj.result.ValueFactory
-
Create result value from intermediate null value.
- createFromNull() - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
-
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.protocol.a.ResultsetFactory
-
- createFromProtocolEntity(ProtocolEntity) - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
Create object from protocol entity.
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.DbDocFactory
-
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.RowFactory
-
- createFromResultsetRows(int, int, ResultsetRows) - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
Build ResultSet from ResultsetRows
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from InternalTime.
- createFromTime(InternalTime) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from time fields.
- createFromTimestamp(InternalTimestamp) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.AbstractNumericValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromYear(long) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFunctionColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createHostWithProperties(HostInfo, Map<String, String>) - Static method in class com.mysql.cj.jdbc.ha.ConnectionUtils
-
- createIndex(String, DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new statement defining the creation of an index on this collection.
- createIndex(String, String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new statement defining the creation of an index on this collection.
- createIndex(String, DbDoc) - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- createIndex(String, String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- createIndexInfoFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- CreateIndexParams - Class in com.mysql.cj.xdevapi
-
Internally-used object passing index creation parameters to XMessageBuilder.
- CreateIndexParams(String, DbDoc) - Constructor for class com.mysql.cj.xdevapi.CreateIndexParams
-
Constructor.
- CreateIndexParams(String, String) - Constructor for class com.mysql.cj.xdevapi.CreateIndexParams
-
Constructor.
- CreateIndexParams.IndexField - Class in com.mysql.cj.xdevapi
-
- createLinkFailureMessageBasedOnHeuristics(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
Creates a communications link failure message to be used in CommunicationsException
that (hopefully) has some better information and suggestions based on heuristics.
- createMonitor(HostInfo, PropertySet, IMonitorService) - Method in interface com.mysql.cj.jdbc.ha.plugins.IMonitorInitializer
-
- createNClob() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createNClob() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createNClob() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createNewIO(boolean) - Method in interface com.mysql.cj.MysqlConnection
-
Creates an IO channel to the server.
- createProcedureColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.ConnectionProxy
-
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- createRuntimeProperty() - Method in class com.mysql.cj.conf.BooleanPropertyDefinition
-
Creates instance of BooleanProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.EnumPropertyDefinition
-
Creates an instance of EnumProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.IntegerPropertyDefinition
-
Creates instance of IntegerProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.LongPropertyDefinition
-
Creates instance of LongProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.MemorySizePropertyDefinition
-
Creates instance of ReadableMemorySizeProperty or ModifiableMemorySizeProperty depending on isRuntimeModifiable() result.
- createRuntimeProperty() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Creates instance of ReadableProperty or ModifiableProperty depending on isRuntimeModifiable() result.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.StringPropertyDefinition
-
Creates instance of ReadableStringProperty or ModifiableStringProperty depending on isRuntimeModifiable() result.
- createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
- createSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Create and return a new schema with the name given by name.
- createSchema(String, boolean) - Method in interface com.mysql.cj.xdevapi.Session
-
Create and return a new schema with the name given by name.
- createSchema(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- createSchema(String, boolean) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- createSocket(PropertySet) - Method in class com.mysql.cj.protocol.SocksProxySocketFactory
-
- createSocket(PropertySet) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Create the raw socket.
- createSocketFactory(String) - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- createSQLException(String, String, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createSQLException(String, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createSQLException(String, String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createSQLException(String, String, int, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createSQLException(String, String, int, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createSQLException(String, String, int, boolean, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createSQLException(String, String, int, boolean, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
- createSQLFeatureNotSupportedException() - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
Create a SQLFeatureNotSupportedException or a NotImplemented exception according to the JDBC version in use.
- createSQLFeatureNotSupportedException(String, String, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
Create a SQLFeatureNotSupportedException or a NotImplemented exception according to the JDBC version in use.
- createSQLXML() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createSQLXML() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createSQLXML() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createStatement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createStatement(int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createStatement(int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createStatement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createStatement(int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createStatement(int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createStatement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createStatement(int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createStatement(int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createStreamingResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
-
We only stream result sets when they are forward-only, read-only, and the
fetch size has been set to Integer.MIN_VALUE
- createStruct(String, Object[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createStruct(String, Object[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createStruct(String, Object[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createTablesFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- CRITERIA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- CRITERIA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- CRITERIA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- criteriaStr - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- CRUD_CREATE_VIEW_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_CREATE_VIEW = 30;
- CRUD_DELETE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_DELETE = 20;
- CRUD_DROP_VIEW_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_DROP_VIEW = 32;
- CRUD_FIND_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_FIND = 17;
- CRUD_INSERT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_INSERT = 18;
- CRUD_MODIFY_VIEW_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_MODIFY_VIEW = 31;
- CRUD_UPDATE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CRUD_UPDATE = 19;
- CURRENT_SCHEMA_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
CURRENT_SCHEMA = 1;
- currentConnectionProvider - Variable in class com.mysql.cj.jdbc.ha.plugins.DefaultConnectionPlugin
-
- currentDb - Variable in class com.mysql.cj.AbstractQuery
-
The database in use
- currentHostIndex - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- currentPosition - Variable in class com.mysql.cj.protocol.ReadAheadInputStream
-
- currentPositionInFetchedRows - Variable in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
Position in cache of rows, used to determine if we need to fetch more
rows from the server to satisfy a request for the next row.
- currentRow - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The current row #, -1 == before start of result set
- currentSessionKey - Variable in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- CURSOR_CLOSE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_CLOSE = 44;
- CURSOR_FETCH_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_FETCH = 45;
- CURSOR_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- CURSOR_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- CURSOR_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- CURSOR_OPEN_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CURSOR_OPEN = 43;
- cursorExists() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- cursorExists() - Method in interface com.mysql.cj.protocol.ServerSession
-
Server will only open a cursor and set this flag if it can, otherwise it punts and goes back to mysql_store_results() behavior.
- cursorExists() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- customplugins - package customplugins
-
- gatherPerfMetrics - Variable in class com.mysql.cj.CoreSession
-
- gatherPerfMetrics - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- gatherPerfMetrics - Variable in class com.mysql.cj.ServerPreparedQuery
-
The "gatherPerfMetrics" connection property value
- GENERATED_DOCUMENT_IDS_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
..
- GENERATED_INSERT_ID_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
GENERATED_INSERT_ID = 3;
- generatedKeyAlwaysReturned() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- generatedKeysResults - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- generatePingResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- generateQueryCommentBlock(StringBuilder) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- generateStatements() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Figure out whether or not this ResultSet is updatable, and if so,
generate the PreparedStatements to support updates.
- GEOJSON - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams
-
- GEOMETRY_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
GEOMETRY = 1;
- get(K) - Method in interface com.mysql.cj.CacheAdapter
-
- get(String) - Static method in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- get(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- get(int) - Method in class com.mysql.cj.result.BufferedRowList
-
- get(int) - Method in interface com.mysql.cj.result.RowList
-
Optionally retrieve Row at index n.
- get(K) - Method in class com.mysql.cj.util.CacheMap
-
- get(K, V, long) - Method in class com.mysql.cj.util.CacheMap
-
- get(Object) - Method in class com.mysql.cj.util.ExpiringCache
-
- get() - Method in class com.mysql.cj.util.LazyString
-
- getAcceptedIssuers() - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
-
- getActiveConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getActiveConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getActiveHostCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getActiveHostCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getActiveHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getActiveHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getActiveHostLists(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getActiveHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getActiveHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getActiveLogicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getActiveLogicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getActiveLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getActiveLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getActiveLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getActiveLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getActiveMasterHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getActiveMySQLConnection() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getActivePhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getActivePhysicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getActivePhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getActivePhysicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getActivePhysicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getActiveReplicaHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getActiveReplicaHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getActiveSlaveHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getActiveSourceHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getActiveSourceHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getActiveStatementCount() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the number of statements active on this connection, which
haven't been .close()d.
- getAffectedItemsCount() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- getAffectedItemsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the count of affected items from manipulation statements.
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.UpdateResult
-
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines how MySQL Server processes the view
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines how MySQL Server processes the view
- getAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines how MySQL Server processes the view
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defined how MySQL Server processes the view
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defined how MySQL Server processes the view
- getAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defined how MySQL Server processes the view
- getAlgorithmIdentifier() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's identifier.
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- getAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional alias.
- getAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional alias.
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- getAliasBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional alias.
- getAliasBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional alias.
- getAllFields() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getAllowableValues() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getAllowableValues() - Method in class com.mysql.cj.conf.BooleanPropertyDefinition
-
- getAllowableValues() - Method in class com.mysql.cj.conf.EnumPropertyDefinition
-
- getAllowableValues() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the list of allowable values.
- getAllowXmlUnsafeExternalEntity() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getAlternateDnsSrvType() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArgs() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get binding arguments.
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArray(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getArray(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getArray(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getArray(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getArray(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getArray(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getArray(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getArray(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- getArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- getAsciiStream() - Method in class com.mysql.cj.jdbc.Clob
-
- getAsciiStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getAsciiStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getAsciiStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getAsciiStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getAttributes(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getAttributeValue(int) - Method in class com.mysql.cj.NativeQueryAttributesBindings
-
- getAttributeValue(int) - Method in interface com.mysql.cj.QueryAttributesBindings
-
Returns an internal representation of the query attribute in the given position of the query attributes list.
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
authentication data
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
authentication data
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication data
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication data
- getAuthenticationMechanisms() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getAuthenticationProvider() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getAuthenticationProvider() - Method in interface com.mysql.cj.protocol.Protocol
-
- getAuthenticatorData() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Authenticator Data produced by the authenticator interaction.
- getAuthority() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the authority section.
- getAuthPluginDataLength() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getAutoIncrementIncrement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the -session- value of 'auto_increment_increment' from the server if it exists,
or '1' if not.
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.InsertResult
-
Get the auto-increment value if one was generated from a row insert statement.
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.InsertResultImpl
-
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.SqlResult
-
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getBatchCommandIndex() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getBatchCommandIndex() - Method in interface com.mysql.cj.PreparedQuery
-
- getBatchedArgs() - Method in class com.mysql.cj.AbstractQuery
-
- getBatchedArgs() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getBatchedArgs() - Method in interface com.mysql.cj.Query
-
Get the batched args as added by the addBatch method(s).
- getBatchedGeneratedKeys(Statement) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getBatchedGeneratedKeys(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Deprecated.
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
Deprecated.
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBigDecimal(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBigDecimal(String, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getBigDecimal() - Method in class com.mysql.cj.xdevapi.JsonNumber
-
Get number as BigDecimal.
- getBigDecimal(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a decimal value.
- getBigDecimal(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
- getBigDecimal(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getBigDecimal(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getBigInteger(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBigInteger(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBigInteger(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBigInteger(int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- getBigInteger(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getBinaryEncodedLength(int) - Static method in class com.mysql.cj.protocol.a.NativeUtils
-
Get the length of a binary-encoded value of the given type.
- getBinaryLength() - Method in interface com.mysql.cj.BindValue
-
Gets the length of this bind value in the binary protocol representation.
- getBinaryLength() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getBinaryLength(BindValue) - Method in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- getBinaryLength(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getBinaryStream() - Method in class com.mysql.cj.jdbc.Blob
-
- getBinaryStream(long, long) - Method in class com.mysql.cj.jdbc.Blob
-
- getBinaryStream() - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- getBinaryStream(long, long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- getBinaryStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getBinaryStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBinaryStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBinaryStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBinaryStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBinding(int, boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Returns the structure representing the value that (can be)/(is)
bound at the given parameter index.
- getBinding(int, boolean) - Method in class com.mysql.cj.NativeQueryBindings
-
Returns the structure representing the value that (can be)/(is)
bound at the given parameter index.
- getBinding(int, boolean) - Method in interface com.mysql.cj.QueryBindings
-
- getBindValues() - Method in class com.mysql.cj.NativeQueryBindings
-
- getBindValues() - Method in interface com.mysql.cj.QueryBindings
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBlob(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBlob(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBlob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBlob(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBoolean(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBoolean(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBoolean(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBoolean(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBoolean(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBoolean(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBoolean(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBoolean(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBoolean(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a boolean value.
- getBoolean(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
- getBoolean(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getBoolean(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getBooleanAllowableValues() - Static method in class com.mysql.cj.conf.BooleanPropertyDefinition
-
- getBooleanProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getBooleanProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getBooleanProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getBooleanProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getBooleanRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getBoundBeforeExecutionNum() - Method in interface com.mysql.cj.BindValue
-
- getBoundBeforeExecutionNum() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getBranchQualifier() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- getBuffer() - Method in class com.mysql.cj.protocol.a.NativePacketHeader
-
- getBuffer() - Method in interface com.mysql.cj.protocol.MessageHeader
-
- getBuffer() - Method in class com.mysql.cj.protocol.x.XMessageHeader
-
- getByJdbcType(int) - Static method in enum com.mysql.cj.MysqlType
-
- getByName(String) - Static method in enum com.mysql.cj.MysqlType
-
Get MysqlType matching the full MySQL type name, for example "DECIMAL(5,3) UNSIGNED ZEROFILL".
- getByte(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getByte(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getByte(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getByte(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getByte(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getByte(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getByte(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getByte(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getByte(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a byte value.
- getByte(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getByte(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getByte(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getByteBuffer() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- getByteBuffer() - Method in interface com.mysql.cj.protocol.Message
-
Returns the array of bytes this Buffer is using to read from.
- getByteBuffer() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getBytes(long, int) - Method in class com.mysql.cj.jdbc.Blob
-
- getBytes(long, int) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- getBytes(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBytes(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBytes(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBytes(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBytes(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBytes(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBytes(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBytes(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.BlobValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.ByteArrayValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.ClobValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.InputStreamValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.NullValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.ReaderValueEncoder
-
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.StringValueEncoder
-
- getBytes(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getBytes(int) - Method in interface com.mysql.cj.result.Row
-
Returns the value at the given column as a byte array.
- getBytes(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string using the given encoding.
- getBytes(char[]) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the default/platform encoding.
- getBytes(char[], String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the given encoding.
- getBytes(char[], int, int) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(char[], int, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the given encoding.
- getBytes(String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(String, int, int) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(String, int, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytesNullTerminated(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytesRepresentation(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getBytesRepresentation(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getBytesRepresentation(int) - Method in class com.mysql.cj.NativeQueryBindings
-
- getBytesRepresentation(int) - Method in interface com.mysql.cj.QueryBindings
-
- getBytesWrapped(String, char, char, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string properly wrapped between the given char delimiters using the given encoding.
- getByteValue() - Method in interface com.mysql.cj.BindValue
-
- getByteValue() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getCachedMetaData(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
- getCachedTopology() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Get cached topology.
- getCachedTopology() - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Get cached topology.
- getCalendar() - Method in interface com.mysql.cj.BindValue
-
- getCalendar() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getCancelTimeoutMutex() - Method in class com.mysql.cj.AbstractQuery
-
- getCancelTimeoutMutex() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getCancelTimeoutMutex() - Method in interface com.mysql.cj.Query
-
- getCancelTimer() - Method in class com.mysql.cj.NativeSession
-
- getCanonicalTimeZone(String, ExceptionInterceptor) - Static method in class com.mysql.cj.util.TimeUtil
-
Returns the 'official' Java timezone name for the given timezone
- getCapabilities() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getCapabilities() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getCapabilities() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getCapabilities(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilities(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilities(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilities() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesCount() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesCount() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesList() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- getCapabilitiesOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilitiesOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesOrBuilder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- getCapabilityFlags() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getCapabilityFlags() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getCapabilityFlags() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getCapacity() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- getCardinality() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getCatalog() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getCatalog() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getCatalog() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- getCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- getCatalog() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- getCatalogName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getCatalogs() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCatalogs() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getCatalogSeparator() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCatalogTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCategory() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getCategory() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property category.
- getCaughtWhileCancelling() - Method in interface com.mysql.cj.CancelQueryTask
-
- getCaughtWhileCancelling() - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- getCcAlias() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property camel-case alias.
- getCcAlias() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the camel-case alias key name of this enum element.
- getChar() - Method in class com.mysql.cj.util.StringInspector
-
Returns the character in the current position.
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getCharacterSetMetadata() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getCharacterSetName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get character set name for the column value.
- getCharacterSetName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getCharacterStream() - Method in class com.mysql.cj.jdbc.Clob
-
- getCharacterStream(long, long) - Method in class com.mysql.cj.jdbc.Clob
-
- getCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getCharacterStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getCharsetSettings() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getCharsetSettings() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getCharsetSettings() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
limits the write operations done on a VIEW
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
limits the write operations done on a VIEW
- getCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
limits the write operations done on a VIEW
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
limits the write operations done on a VIEW
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
limits the write operations done on a VIEW
- getCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
limits the write operations done on a VIEW
- getClassName() - Method in enum com.mysql.cj.MysqlType
-
- getClient(String, String) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client
object which provides a Session pooling functionality.
- getClient(String, Properties) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client
object that provides a Session pooling functionality.
- getClientInfo(Connection) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Returns the client info for the connection that this provider
instance belongs to.
- getClientInfo(Connection, String) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Returns the client info for the connection that this provider
instance belongs to.
- getClientInfo(Connection) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- getClientInfo(Connection, String) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- getClientInfo(Connection) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- getClientInfo(Connection, String) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getClientInfo() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getClientInfo() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getClientInfo() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getClientInfoProperties() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getClientInfoProviderImpl() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getClientInfoProviderImpl() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getClientInfoProviderImpl() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getClientInfoProviderImpl() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- getClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- getClientMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- getClientParam() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getClientParam() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getClientParam() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getClientPwdExpireOk() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getClob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getClob(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getClob(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getClob(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getClob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getClob(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getClob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getClob(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getClosedHosts() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getClusterId() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Returns the unique cluster identifier for topology service instance
- getClusterId() - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Returns the unique cluster identifier for topology service instance
- getCode() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning code.
- getCode() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
-
- getCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
error code
- getCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
error code
- getCode() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
error code
- getCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning code
- getCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning code
- getCode() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning code
- getCode() - Method in class com.mysql.cj.xdevapi.WarningImpl
-
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
optional uint64 collation = 2;
- getCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
optional uint64 collation = 2;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint64 collation = 8;
- getCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint64 collation = 8;
- getCollationIndex() - Method in class com.mysql.cj.result.Field
-
- getCollationIndexForCollationName(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationIndexForCollationName(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCollationIndexForJavaEncoding(String, ServerVersion) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationIndexForJavaEncoding(String, ServerVersion) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCollationIndexForMysqlCharsetName(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationIndexForMysqlCharsetName(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCollationName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get collation name for the column value.
- getCollationName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getCollationNameForCollationIndex(Integer) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationNameForCollationIndex(Integer) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
name of the VIEW object, which should be created
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
name of the VIEW object, which should be created
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
collection to change
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
collection to change
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
name of the VIEW object, which should be deleted
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
name of the VIEW object, which should be deleted
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
collection in which to find
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
collection in which to find
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
collection to insert into
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
collection to insert into
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
name of the VIEW object, which should be modified
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
name of the VIEW object, which should be modified
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
collection to change
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
collection to change
- getCollection() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getCollection() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Collection object.
- getCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection.
- getCollection(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection hinting that an exception should be thrown if the collection is not known to the server.
- getCollection(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getCollection(String, boolean) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getCollectionAsTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection using the table API.
- getCollectionAsTable(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
name of the VIEW object, which should be created
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
name of the VIEW object, which should be created
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
collection to change
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
collection to change
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
name of the VIEW object, which should be deleted
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
name of the VIEW object, which should be deleted
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
collection in which to find
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
collection in which to find
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
collection to insert into
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
collection to insert into
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
name of the VIEW object, which should be modified
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
name of the VIEW object, which should be modified
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
collection to change
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
collection to change
- getCollections() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema.
- getCollections(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema and matching the given pattern.
- getCollections() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getCollections(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCharacterEncoding(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
What's the Java character encoding name for the given column?
- getColumnCharacterSet(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
What's the MySQL character set name for the given column?
- getColumnClassName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnCount() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnCount() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Count of columns.
- getColumnCount() - Method in class com.mysql.cj.xdevapi.RowResultImpl
-
- getColumnCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getColumnCount() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getColumnDefinition() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getColumnDefinition() - Method in interface com.mysql.cj.protocol.Resultset
-
- getColumnDefinitionFromCache() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- getColumnDisplaySize(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnLabel(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnLabel() - Method in class com.mysql.cj.result.Field
-
- getColumnLabel() - Method in interface com.mysql.cj.xdevapi.Column
-
Get alias of this column.
- getColumnLabel() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getColumnLabelToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getColumnLabelToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get name of this column.
- getColumnName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getColumnNames() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Names of columns.
- getColumnNames() - Method in class com.mysql.cj.xdevapi.RowResultImpl
-
- getColumnNames() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getColumnNames() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getColumnNameToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getColumnPrivileges(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getColumnPrivileges(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getColumnPrivilegesFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getColumns() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Metadata.
- getColumns() - Method in class com.mysql.cj.xdevapi.RowResultImpl
-
- getColumns() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getColumns() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getColumnToIndexCache() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getColumnToIndexCache() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getColumnType(boolean, boolean, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Determines the COLUMN_TYPE information based on parameter type (IN, OUT or INOUT) or function return parameter.
- getColumnType(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnTypeName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getCommandCount() - Method in class com.mysql.cj.NativeSession
-
- getCommandCount() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- getCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- getCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- getCompression() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getCompressionMode() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's compression mode.
- getCompressionMode() - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
- getConcurrency() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getConcurrency() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getCond(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCond(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCond(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- getConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
required uint32 condition_key = 1;
- getConditionKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
required uint32 condition_key = 1;
- getConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- getConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional bytes condition_value = 2;
- getConditionValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional bytes condition_value = 2;
- getCondList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getConnection() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getConnection() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ReaderFailoverResult
-
Get new connection to a host.
- getConnection() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getConnection(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getConnection(Properties) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Creates a connection using the specified properties.
- getConnection() - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
- getConnection(boolean, boolean) - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
- getConnection() - Method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- getConnection() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getConnection() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getConnection() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getConnection() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- getConnection() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Provides a connection to the JDBC URL specified in getUrl().
- getConnection(String) - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Returns a connection using the given URL.
- getConnection(String, Properties) - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Returns a connection using the given URL and properties.
- getConnection() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getConnectionArgumentsAsProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a Properties
instance containing the connection arguments extracted from the URL query section, i.e., per host attributes are excluded.
- getConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getConnectionCountWithHostAsMaster(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getConnectionCountWithHostAsMaster(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getConnectionCountWithHostAsReplica(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getConnectionCountWithHostAsReplica(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionCountWithHostAsSlave(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getConnectionCountWithHostAsSlave(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getConnectionCountWithHostAsSource(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getConnectionCountWithHostAsSource(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionCreationTimeMillis() - Method in class com.mysql.cj.NativeSession
-
- getConnectionGroup(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getConnectionGroup(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionGroupId() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getConnectionGroupId() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getConnectionGroupId() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getConnectionGroupInstance(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getConnectionGroupInstance(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionGroupProxyID() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getConnectionId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated connection (-1 for none).
- getConnectionId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getConnectionIndex() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ReaderFailoverResult
-
Get index of newly connected host.
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getConnectionMutex() - Method in interface com.mysql.cj.MysqlConnection
-
- getConnectionUrlInstance(String, Properties) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Static factory method that returns either a new instance of a
ConnectionUrl
or a cached one.
- getConnectionUrlInstance(ConnectionUrlParser, Properties) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Instantiates a class that implements the right type of connection URLs for the given
ConnectionUrlParser
.
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
optional uint32 content_type = 2;
- getContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
optional uint32 content_type = 2;
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- getContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- getCoreParameterIndex(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getCount() - Method in class com.mysql.cj.NativeQueryAttributesBindings
-
- getCount() - Method in interface com.mysql.cj.QueryAttributesBindings
-
Get the count of query attributes in the list.
- getCreateParams() - Method in enum com.mysql.cj.MysqlType
-
- getCredentialId() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Credential ID for the coming authenticator interaction.
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get the search criteria.
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
filter expression to match rows that the operations will apply on
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getCurrentActiveHost() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.ConnectionProxy
-
- getCurrentConnection() - Method in interface com.mysql.cj.jdbc.ha.plugins.ICurrentConnectionProvider
-
- getCurrentConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getCurrentDatabase() - Method in class com.mysql.cj.AbstractQuery
-
- getCurrentDatabase() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getCurrentDatabase() - Method in interface com.mysql.cj.Query
-
- getCurrentHostInfo() - Method in class com.mysql.cj.jdbc.ha.ConnectionProxy
-
- getCurrentHostInfo() - Method in interface com.mysql.cj.jdbc.ha.plugins.ICurrentConnectionProvider
-
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.cj.NativeSession
-
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getCurrentTimeNanosOrMillis() - Static method in class com.mysql.cj.util.TimeUtil
-
- getCurrentTransactionDuration() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
client-side assigned cursor ID; must be allocated/open
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
client-side assigned cursor ID; must be allocated/open
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
-
client-side assigned cursor ID; must be allocated/open
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
client-side assigned cursor ID; must be already open
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
client-side assigned cursor ID; must be already open
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
client-side assigned cursor ID; must be already open
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- getCursorName() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDatabase() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the database from this connection URL.
- getDatabase() - Method in class com.mysql.cj.conf.HostInfo
-
Shortcut to the database connection argument.
- getDatabase() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getDatabase() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getDatabase(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabase() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getDatabase() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Retrieves this connection object's current database name.
- getDatabase() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the database the event occurred on.
- getDatabase() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getDatabaseIterator(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabaseMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabaseName() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Gets the name of the database
- getDatabaseName() - Method in class com.mysql.cj.result.Field
-
- getDatabaseProductName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabaseProductVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabases() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Retrieves the database names available on this server.
- getDatabases(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Retrieves the database names matching the dbPattern available on this server.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original database URL that produced this connection string.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the original database URL that produced this connection string parser.
- getDatabaseUrl() - Method in interface com.mysql.cj.conf.DatabaseUrlContainer
-
Returns the original database URL that produced this connection string.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the original database URL that produced this host info.
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
data model that the operations refer to
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
data model that the operations refer to
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
data model that the operations refer to
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
datamodel that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
datamodel that the operations refer to
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
datamodel that the operations refer to
- getDataSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getDataStoreMetadata() - Method in class com.mysql.cj.CoreSession
-
- getDataStoreMetadata() - Method in interface com.mysql.cj.Session
-
- getDate(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDate(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDate(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDate(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDate(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getDate(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getDate(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDate(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDate(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getDate(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a Date
value.
- getDate(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getDate(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDate(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDay() - Method in class com.mysql.cj.protocol.InternalDate
-
- getDbDoc(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a DbDoc value.
- getDbDoc(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
- getDbDoc(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDbDoc(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDecimals() - Method in class com.mysql.cj.result.Field
-
- getDefaultHost() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default host.
- getDefaultHost() - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
-
- getDefaultHost() - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
- getDefaultHost() - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
- getDefaultHost() - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getDefaultInstances() - Static method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Returns a list of the compression algorithms supported natively.
- getDefaultPassword() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default password.
- getDefaultPort() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default port.
- getDefaultPort() - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
-
- getDefaultPort() - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
- getDefaultPort() - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
- getDefaultPort() - Method in class com.mysql.cj.conf.url.XDevApiConnectionUrl
-
- getDefaultPort() - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
-
- getDefaultSchema() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the default schema which may be configured at connect time.
- getDefaultSchema() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getDefaultSchemaName() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the default schema name which may be configured at connect time.
- getDefaultSchemaName() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getDefaultTimeZone() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getDefaultTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
-
The default time zone used to marshal date/time values to/from the server.
- getDefaultTimeZone() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getDefaultTransactionIsolation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDefaultUser() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default user.
- getDefaultValue() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getDefaultValue() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the default value.
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefinerBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefinerBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
user name of the definer,
if the value isn't set then the definer is current user
- getDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDelete() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDescription() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getDescription() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property description.
- getDescription() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getDescriptorForType() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- getDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDirection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDnsSrvPropertyKey() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getDocFormats() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPath(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPathCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPathList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPathOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPathOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDouble(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDouble(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDouble(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDouble(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDouble(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getDouble(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getDouble(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDouble(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDouble(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getDouble(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a double value.
- getDouble(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a double value.
- getDouble(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDouble(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDownHosts() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Get a set of instance names that were marked down.
- getDownHosts() - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Get a set of instance names that were marked down.
- getDriverMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDurationString(Duration) - Static method in class com.mysql.cj.util.TimeUtil
-
- getDurationUnits() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the units for getEventDuration()
- getDurationUnits() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEncoding() - Method in class com.mysql.cj.result.Field
-
Returns the Java encoding for this field.
- getEnumProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getEnumProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getEnumProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getEnumProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getEnumRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getErrorCode() - Method in exception com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
-
- getErrorCode() - Method in exception com.mysql.cj.protocol.x.XProtocolError
-
- getErrorMessageEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getErrorMessageEncoding() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getEventCreationPointAsString() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the description of where the event was created.
- getEventCreationPointAsString() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventCreationTime() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the time (in System.currentTimeMillis() form) when this event was created.
- getEventCreationTime() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventDuration() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the duration of the event in milliseconds
- getEventDuration() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventType() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the event type
- getEventType() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getException() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ReaderFailoverResult
-
Get the exception raised during failover.
- getException() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.WriterFailoverResult
-
Get the exception raised during failover.
- getExceptionInterceptor() - Method in class com.mysql.cj.CoreSession
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.MysqlConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.Protocol
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.Session
-
- getExecuteTime() - Method in class com.mysql.cj.AbstractQuery
-
- getExecuteTime() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getExecuteTime() - Method in interface com.mysql.cj.Query
-
Returns the elapsed time for the server to execute the query.
- getExpectedActiveMonitoringStartTimeNano() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorConnectionContext
-
- getExpireTime() - Method in class com.mysql.cj.util.ExpiringCache
-
- getExportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getExportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpressionString() - Method in class com.mysql.cj.xdevapi.Expression
-
Get the string form of this expression
- getExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExtraNameCharacters() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getFailureDetectionCount() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorConnectionContext
-
- getFailureDetectionIntervalMillis() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorConnectionContext
-
- getFailureDetectionTimeMillis() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorConnectionContext
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
number of rows that should be retrieved from sequential cursor
- getFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getFetchSize() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getField() - Method in interface com.mysql.cj.BindValue
-
- getField(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
Returns the field instance for the given column index
- getField() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getField(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getField() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get the full document path to the document member or field to be indexed.
- getFieldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getFieldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getFieldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getFieldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFields() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getFields() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getFields() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getFields() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index fields.
- getFields() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Projection objects.
- getFieldType() - Method in interface com.mysql.cj.BindValue
-
- getFieldType() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getFilterParams() - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
- getFilterParams() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
-
- getFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- getFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- getFind() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- getFindBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- getFirstCharOfQuery() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFirstCharOfQuery() - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Returns the first character of the query that was issued to create this
result set, upper-cased.
- getFirstStmtChar() - Method in class com.mysql.cj.QueryInfo
-
Returns the first character of the statement from the query used to build this
QueryInfo
.
- getFlags() - Method in class com.mysql.cj.result.Field
-
- getFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- getFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- getFlags() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFld(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFloat(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getFloat(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getFloat(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getFloat(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getFloat(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getFloat(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getFloat(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFloat(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getForceClosedReason() - Method in class com.mysql.cj.NativeSession
-
- getForeignKeyActions(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Returns the DELETE and UPDATE foreign key actions from the given 'SHOW
TABLE STATUS' string, with the DELETE action being the first item in the
array, and the UPDATE action being the second.
- getFormatId() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- getFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
displayed factional decimal digits for floating point and
fixed point numbers
- getFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
displayed factional decimal digits for floating point and
fixed point numbers
- getFractionalDigits() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
displayed factional decimal digits for floating point and
fixed point numbers
- getFractionalDigits() - Method in interface com.mysql.cj.xdevapi.Column
-
Get number of fractional digits in this column's value.
- getFractionalDigits() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getFullColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getFullColumnNameToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getFullName() - Method in class com.mysql.cj.result.Field
-
- getFullyQualifiedName(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Builds and returns a fully qualified name, quoted if necessary, for the given database entity.
- getFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCall() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getFunctionConstant(DatabaseMetaDataUsingInfoSchema.FunctionConstant) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
Getter to DatabaseMetaData.function* constants.
- getFunctions(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getFunctions(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getFunctionsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getGeneratedIds() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getGeneratedIds() - Method in interface com.mysql.cj.xdevapi.AddResult
-
Get a list of document ids generated in the server for the documents added by collection.add().
- getGeneratedIds() - Method in class com.mysql.cj.xdevapi.AddResultImpl
-
- getGeneratedKeys() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGeneratedKeys() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getGeneratedKeysInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGeneratedKeysInternal(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGlobalBlacklist() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- getGlobalBlocklist() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Returns a local hosts blocklist, while cleaning up expired records from the global blocklist, or a blocklist with the hosts to be removed.
- getGlobalTransactionId() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- getGrouping(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGrouping(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGrouping(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGrouping() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getGrouping() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for groupBy.
- getGroupingBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGroupingCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- getGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria for aggregated groups
- getGroupingCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria for aggregated groups
- getGroupingCriteria() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getGroupingCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for grouping criteria.
- getGroupingCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- getGroupingCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- getGroupingCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria for aggregated groups
- getGroupingCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria for aggregated groups
- getGroupingList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGroupingList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGroupName() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getGroupName() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getGroupsMatching(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getHoldability() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getHoldability() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getHost() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the host.
- getHost() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getHost() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getHost() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getHost() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler.HostTuple
-
- getHost() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getHost() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getHost() - Method in interface com.mysql.cj.protocol.SocketConnection
-
Returns the host this IO is connected to
- getHostByName(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Return the
HostInfo
object that is associated with a provided connection from the topology host list.
- getHostByName(JdbcConnection) - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Return the
HostInfo
object that is associated with a provided connection from the topology host list.
- getHostInfo() - Method in class com.mysql.cj.CoreSession
-
- getHostInfo() - Method in interface com.mysql.cj.Session
-
- getHostInfo() - Method in class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
-
- getHostInfoListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Returns a list of this connection URL hosts in the form of host:port pairs.
- getHostInfoListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Returns the list of
HostInfo
instances that matches the given collection of host:port pairs.
- getHostName() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the host name the event occurred on.
- getHostName() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns an existing host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getHostOrSpawnIsolated(String, List<HostInfo>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns an existing host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getHostPortPair() - Method in class com.mysql.cj.conf.HostInfo
-
Returns a host:port representation of this host.
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getHostPortPair() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getHostProperties() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the properties specific to this host.
- getHosts() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the hosts information.
- getHostsList() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a list of the hosts in this connection URL.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a list of the hosts in this connection URL, filtered for the given view.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of the hosts in this connection URL, filtered for the given view.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.XDevApiConnectionUrl
-
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsListFromDnsSrv(HostInfo) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostTuplesByPriority(List<HostInfo>, Set<String>) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler
-
- getHours() - Method in class com.mysql.cj.protocol.InternalTime
-
- getHours() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getId() - Method in class com.mysql.cj.AbstractQuery
-
- getId() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getId() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getId() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getId() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getId() - Method in interface com.mysql.cj.MysqlConnection
-
- getId() - Method in interface com.mysql.cj.Query
-
Returns the query id used when profiling
- getIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifier() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierQuoteString() - Method in class com.mysql.cj.CoreSession
-
- getIdentifierQuoteString() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getIdentifierQuoteString() - Method in class com.mysql.cj.NativeSession
-
- getIdentifierQuoteString() - Method in interface com.mysql.cj.Session
-
- getIdleFor() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
NOT JDBC-Compliant, but clients can use this method to determine how long
this connection has been idle.
- getIdleFor() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getIdleFor() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getIdleFor() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Reports how long this connection has been idle.
- getIdleFor() - Method in class com.mysql.cj.NativeSession
-
- getIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
if true then suppress error when deleted view does not exists
- getIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
if true then suppress error when deleted view does not exists
- getIfExists() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
if true then suppress error when deleted view does not exists
- getImplementedInterfaces(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Retrieves a list with all interfaces implemented by the given class.
- getImplementingClass() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getImportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getImportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getIndex() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getIndex() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler.HostTuple
-
- getIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
used in case of ARRY_INDEX
- getIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
used in case of ARRY_INDEX
- getIndex() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
used in case of ARRY_INDEX
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getIndexName() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index name.
- getIndexType() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index type.
- getInfo() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getInitialHandshakePacket() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getInitialHosts() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getInitializationErrorString() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
initial response
- getInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
initial response
- getInitialResponse() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
initial response
- getInitialValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- getInitialValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get initial value (default or defined in connection string/Properties)
- getInputStreamClass() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's InputStream
implementation class that can be used to inflate data.
- getInputStreamInstance(InputStream) - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
Creates an instance of an InputStream
that wraps around the given InputStream
and knows how to inflate data using the algorithm given in
this class' constructor.
- getInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInstance(Object, String, int, int) - Method in interface com.mysql.cj.CacheAdapterFactory
-
- getInstance(JdbcConnection, String, String, boolean) - Static method in class com.mysql.cj.jdbc.CallableStatement
-
Creates a callable statement instance
- getInstance(JdbcConnection, CallableStatement.CallableStatementParamInfo) - Static method in class com.mysql.cj.jdbc.CallableStatement
-
Creates a callable statement instance
- getInstance(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - Static method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getInstance(JdbcConnection, String, String) - Static method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a prepared statement instance
- getInstance(JdbcConnection, String, String, QueryInfo) - Static method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a prepared statement instance
- getInstance(HostInfo) - Static method in class com.mysql.cj.jdbc.ConnectionImpl
-
Creates a connection instance.
- getInstance(MysqlPooledConnection, JdbcConnection, boolean) - Static method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getInstance(JdbcConnection, String, boolean, ResultSetFactory) - Static method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getInstance(ICurrentConnectionProvider, PropertySet, IConnectionPlugin, Log) - Method in class com.mysql.cj.jdbc.ha.plugins.AWSSecretsManagerPluginFactory
-
- getInstance(ICurrentConnectionProvider, PropertySet, IConnectionPlugin, Log) - Method in class com.mysql.cj.jdbc.ha.plugins.DefaultConnectionPluginFactory
-
- getInstance(ICurrentConnectionProvider, PropertySet, IConnectionPlugin, Log) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPluginFactory
-
- getInstance(ICurrentConnectionProvider, PropertySet, IConnectionPlugin, Log) - Method in interface com.mysql.cj.jdbc.ha.plugins.IConnectionPluginFactory
-
- getInstance() - Static method in class com.mysql.cj.jdbc.ha.plugins.MonitorThreadContainer
-
- getInstance(ICurrentConnectionProvider, PropertySet, IConnectionPlugin, Log) - Method in class com.mysql.cj.jdbc.ha.plugins.NodeMonitoringConnectionPluginFactory
-
- getInstance(JdbcConnection) - Static method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
- getInstance(JdbcConnection, boolean) - Static method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- getInstance(ConnectionWrapper, MysqlPooledConnection, PreparedStatement) - Static method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- getInstance(JdbcConnection, String, String, int, int) - Static method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Creates a prepared statement instance
- getInstance(ConnectionWrapper, MysqlPooledConnection, Statement) - Static method in class com.mysql.cj.jdbc.StatementWrapper
-
- getInstance(JdbcConnection) - Static method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- getInstance(Object, String, int, int) - Method in class com.mysql.cj.PerConnectionLRUFactory
-
- getInstance(Session, SocketConnection, PropertySet, Log, TransactionEventHandler) - Static method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getInstance(XMessage) - Static method in class com.mysql.cj.protocol.x.Notice
-
- getInstance(NativeSession) - Static method in class com.mysql.cj.ServerPreparedQuery
-
- getInstance(Object, String, int, int) - Method in class com.mysql.cj.util.PerVmServerConfigCacheFactory
-
- getInstance(String, Class<?>[], Object[], ExceptionInterceptor, String) - Static method in class com.mysql.cj.util.Util
-
- getInstance(String, Class<?>[], Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
- getInstance(ICurrentConnectionProvider, PropertySet, IConnectionPlugin, Log) - Method in class customplugins.ExecutionTimeConnectionPluginFactory
-
- getInstance(ICurrentConnectionProvider, PropertySet, IConnectionPlugin, Log) - Method in class customplugins.MethodCountConnectionPluginFactory
-
- getInt(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getInt(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getInt(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getInt(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getInt(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getInt(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getInt(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getInt(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getInt(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getInt(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as an integer value.
- getInt(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as an integer value.
- getInt(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getInt(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getInteger() - Method in class com.mysql.cj.xdevapi.JsonNumber
-
Get number as Integer.
- getIntegerProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getIntegerProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getIntegerProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getIntegerProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getIntegerRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getInterceptors() - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
-
- getIntValue() - Method in enum com.mysql.cj.protocol.Resultset.Concurrency
-
- getIntValue() - Method in enum com.mysql.cj.protocol.Resultset.Type
-
- getJavaEncodingForCollationIndex(int) - Method in interface com.mysql.cj.CharsetSettings
-
- getJavaEncodingForCollationIndex(int) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getJavaEncodingForCollationIndex(Integer, String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getJavaEncodingForMysqlCharset(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getJavaEncodingForMysqlCharset(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getJavaEncodingForMysqlCharset(String, String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getJavaType() - Method in class com.mysql.cj.result.Field
-
- getJDBCMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getJDBCMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getJdbcType() - Method in enum com.mysql.cj.MysqlType
-
- getJVMUpdateNumber() - Static method in class com.mysql.cj.util.Util
-
- getJVMVersion() - Static method in class com.mysql.cj.util.Util
-
- getKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- getKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- getKeepOpen() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- getKey() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- getKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
identifier of field
- getKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
identifier of field
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- getKeyBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
identifier of field
- getKeyBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
identifier of field
- getKeyName() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the key name of this enum element.
- getKeyName() - Method in enum com.mysql.cj.xdevapi.Client.ClientProperty
-
- getLargeMaxRows() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getLargeMaxRows() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getLargeUpdateCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getLargeUpdateCount() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getLastInsertID() - Method in class com.mysql.cj.jdbc.StatementImpl
-
getLastInsertID returns the value of the auto_incremented key after an
executeQuery() or excute() call.
- getLastInsertId() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getLastPacketReceivedTime() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
-
- getLastPacketReceivedTime() - Method in interface com.mysql.cj.protocol.PacketReceivedTimeHolder
-
- getLastPacketSentTime() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
-
- getLastPacketSentTime() - Method in interface com.mysql.cj.protocol.PacketSentTimeHolder
-
Returns the send time of a very recent packet.
- getLastPacketSentTime() - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- getLastUpdatedTime() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the last updated time as a String.
- getLastUsedReaderHost() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Get details about the most recent reader that the driver has successfully connected to.
- getLastUsedReaderHost() - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Get details about the most recent reader that the driver has successfully connected to.
- getLength() - Method in class com.mysql.cj.result.Field
-
- getLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
maximum count of displayable characters of .type
- getLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
maximum count of displayable characters of .type
- getLength() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
maximum count of displayable characters of .type
- getLength() - Method in interface com.mysql.cj.xdevapi.Column
-
Get this column's length.
- getLength() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getLevel() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning level.
- getLevel() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
-
- getLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
Note or Warning
- getLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
Note or Warning
- getLevel() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
Note or Warning
- getLevel() - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- getLevel() - Method in class com.mysql.cj.xdevapi.WarningImpl
-
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLimit() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get max number of rows to filter.
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteral() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLocalDate(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLocalDateTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLocalInfileInputStream() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the InputStream instance that will be used to send
data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLocalInfileInputStream() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getLocalInfileInputStream() - Method in class com.mysql.cj.NativeSession
-
- getLocalInfileInputStream() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getLocalInfileInputStream() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the InputStream instance that will be used to send
data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLocalInfileInputStream() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getLocalTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLock() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLock() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- getLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
perform row locking on matches
- getLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
perform row locking on matches
- getLocking() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
perform row locking on matches
- getLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
additional options how to handle locked rows
- getLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
additional options how to handle locked rows
- getLockingOptions() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
additional options how to handle locked rows
- getLockOption() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLockOption() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- getLog() - Method in class com.mysql.cj.CoreSession
-
- getLog() - Method in interface com.mysql.cj.Session
-
Returns the log mechanism that should be used to log information from/for this Session.
- getLogger(String, String) - Static method in class com.mysql.cj.log.LogFactory
-
Returns a logger instance of the given class, with the given instance
name.
- getLoginTimeout() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getLogWriter() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getLong(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getLong(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getLong(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getLong(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getLong(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getLong(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getLong(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLong(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLong(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getLong(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a long value.
- getLong(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a long value.
- getLong(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getLong(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getLongProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getLongProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getLongProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getLongProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getLongRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getLongUpdateCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
getLongUpdateCount returns the current result as an update count, if the
result is a ResultSet or there are no more results, -1 is returned.
- getLowerBound() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getLowerBound() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
The lowest possible value of range-based property
- getMainHost() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the single or first host info structure.
- getMajor() - Method in class com.mysql.cj.ServerVersion
-
- getMajorVersion() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getMasterConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- getMasterConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- getMasterHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getMasterHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getMasterHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getMaxBinaryLiteralLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxBytesPerChar(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getMaxBytesPerChar(Integer, String) - Method in interface com.mysql.cj.CharsetSettings
-
- getMaxBytesPerChar(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMaxCatalogNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInTable() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxConnections() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxCursorNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxFieldSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getMaxFieldSize() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getMaxIndexLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxProcedureNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxRows() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getMaxRows() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getMaxRowSize() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxStatementLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxStatements() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxTableNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxTablesInSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxUserNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMechanismName() - Method in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- getMechanismName() - Method in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- getMechanismNames(Map<String, ?>) - Method in class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
- getMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- getMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication mechanism name
- getMechName() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication mechanism name
- getMechNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- getMechNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication mechanism name
- getMechNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication mechanism name
- getMemorySizeProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getMemorySizeProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getMemorySizeProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getMemorySizeProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getMemorySizeRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getMessage() - Method in exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- getMessage() - Method in exception com.mysql.cj.exceptions.CJException
-
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
-
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
-
- getMessage(String) - Static method in class com.mysql.cj.jdbc.ha.plugins.NullArgumentMessage
-
Return a message indicating the given param
is null.
- getMessage() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the optional message for this event
- getMessage() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getMessage() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning message.
- getMessage() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
-
- getMessage() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getMessage() - Method in class com.mysql.cj.xdevapi.WarningImpl
-
- getMessageBuilder() - Method in class com.mysql.cj.CoreSession
-
- getMessageBuilder() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getMessageBuilder() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getMessageBuilder() - Method in interface com.mysql.cj.protocol.Protocol
-
- getMessageBuilder() - Method in interface com.mysql.cj.Session
-
- getMessageBuilder() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
- getMessageClassForType(int) - Static method in class com.mysql.cj.protocol.x.MessageConstants
-
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketReader
-
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.MultiPacketReader
-
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.NativePacketHeader
-
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.SimplePacketReader
-
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketReader
-
- getMessageSequence() - Method in class com.mysql.cj.protocol.a.TracingPacketReader
-
- getMessageSequence() - Method in interface com.mysql.cj.protocol.MessageHeader
-
- getMessageSequence() - Method in interface com.mysql.cj.protocol.MessageReader
-
- getMessageSequence() - Method in class com.mysql.cj.protocol.x.XMessageHeader
-
- getMessageSize() - Method in class com.mysql.cj.protocol.a.NativePacketHeader
-
- getMessageSize() - Method in interface com.mysql.cj.protocol.MessageHeader
-
- getMessageSize() - Method in class com.mysql.cj.protocol.x.XMessageHeader
-
- getMessageType() - Method in class com.mysql.cj.protocol.x.XMessageHeader
-
- getMetaData() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getMetaData() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMetaData() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMetaData() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMetaData() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- getMetadata() - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
-
- getMetadata() - Method in class com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
-
- getMetaData() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getMetadata() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getMetaData() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- getMetadata() - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- getMetadata() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
- getMetadataCollationIndex() - Method in interface com.mysql.cj.CharsetSettings
-
- getMetadataCollationIndex() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMetadataCollationIndex() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMetadataEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getMetadataEncoding() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMetadataEncoding() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMetadataSafeStatement(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMetadataSafeStatement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMetricsHolder() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getMinor() - Method in class com.mysql.cj.ServerVersion
-
- getMinorVersion() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getMinutes() - Method in class com.mysql.cj.protocol.InternalTime
-
- getMinutes() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getMonitor(Set<String>, HostInfo, PropertySet) - Method in class com.mysql.cj.jdbc.ha.plugins.DefaultMonitorService
-
Get or create a
Monitor
for a server.
- getMonitor() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorConnectionContext
-
- getMonitorMap() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorThreadContainer
-
- getMonth() - Method in class com.mysql.cj.protocol.InternalDate
-
- getMoreResults() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getMoreResults(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getMoreResults() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getMoreResults(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
human-readable error message
- getMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
human-readable error message
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- getMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- getMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- getMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning message
- getMsg() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning message
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
human-readable error message
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
human-readable error message
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning message
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning message
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMultiHostParentProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMultiHostSafeProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMysqlCharsetForJavaEncoding(String, ServerVersion) - Method in interface com.mysql.cj.CharsetSettings
-
- getMysqlCharsetForJavaEncoding(String, ServerVersion) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMysqlCharsetNameForCollationIndex(Integer) - Method in interface com.mysql.cj.CharsetSettings
-
- getMysqlCharsetNameForCollationIndex(Integer) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMysqlInput() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlInput() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlOutput() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlOutput() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlSocket() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlSocket() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlType() - Method in interface com.mysql.cj.BindValue
-
- getMysqlType() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getMysqlType() - Method in class com.mysql.cj.result.Field
-
- getMysqlTypeId() - Method in class com.mysql.cj.result.Field
-
- getName() - Method in interface com.mysql.cj.BindValue
-
Gets the name of this query attribute.
- getName() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getName() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property name.
- getName() - Method in enum com.mysql.cj.MysqlType
-
- getName() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getName() - Method in class com.mysql.cj.result.Field
-
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of column
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of column
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
identifier of function; at least name of it
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
identifier of function; at least name of it
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
name of operator
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
name of operator
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the column
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the column
- getName() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getName() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the name of the database object represented by the Java object.
- getName() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getName() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- getNameBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of column
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of column
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
name of operator
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
name of operator
- getNamedParamIndex(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNameOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- getNameOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
identifier of function; at least name of it
- getNameOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
identifier of function; at least name of it
- getNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- getNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
namespace of the statement to be executed
- getNamespace() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
namespace of the statement to be executed
- getNamespaceBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- getNamespaceBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
namespace of the statement to be executed
- getNamespaceBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
namespace of the statement to be executed
- getNanos() - Method in class com.mysql.cj.protocol.InternalTime
-
- getNanos() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNCharacterStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNClob(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNClob(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNClob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNClob(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNClob(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNegotiatedProperty(String) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
- getNetworkResources() - Method in class com.mysql.cj.NativeSession
-
- getNetworkResources() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getNetworkResources() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getNewConnection() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.WriterFailoverResult
-
Get the new connection established by the failover procedure if successful.
- getNewConnection() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Use this if you need to get a new connection for your bug report (i.e.
- getNewJdbcInterfaceProxy(Object) - Method in class com.mysql.cj.jdbc.ha.ConnectionProxy
-
- getNewPreparedStatementId(PreparableStatement<?>) - Method in class com.mysql.cj.MysqlxSession
-
Return an id to be used as a client-managed prepared statement id.
- getNewPreparedStatementId(PreparableStatement<?>) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Returns an id to be used as a client-managed prepared statement id.
- getNext() - Method in enum com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
-
- getNextNonNoticeMessageType() - Method in class com.mysql.cj.protocol.x.SyncMessageReader
-
- getNextResultset() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getNextResultset() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the next ResultSet in a multi-resultset "chain", if any,
null if none exists.
- getNextRoundRobinHostIndex(String, List<?>) - Static method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getNodeType() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getNormalizedAlgorithmName(String) - Static method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Returns the normalized compression algorithm identifier.
- getNotices() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getNString(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNString(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNString(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNString(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNString(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNString(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNString(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNString(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNull(int) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
Check whether a column is NULL and update the 'wasNull' status.
- getNull(int) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
- getNull(int) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
- getNull(int) - Method in class com.mysql.cj.protocol.x.XProtocolRow
-
- getNull(int) - Method in interface com.mysql.cj.result.Row
-
Check whether a column is NULL and update the 'wasNull' status.
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getNumberOfExecutions() - Method in class com.mysql.cj.NativeQueryBindings
-
- getNumberOfExecutions() - Method in interface com.mysql.cj.QueryBindings
-
- getNumberOfMasterPromotion(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getNumberOfQueries() - Method in class com.mysql.cj.QueryInfo
-
Returns the number of queries identified in the original SQL string.
- getNumberOfReplicaPromotions() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getNumberOfReplicasAdded() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getNumberOfReplicasRemoved() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getNumberOfSlavePromotions() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSlavesAdded() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSlavesRemoved() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSourcePromotion(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getNumericFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObj() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObject(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getObject(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getObject(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- getObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- getObject() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class com.mysql.cj.jdbc.MysqlDataSourceFactory
-
- getObjectName() - Method in class com.mysql.cj.xdevapi.DatabaseObjectDescription
-
Get database object name.
- getObjectOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectStoredProc(int, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObjectStoredProc(int, Map<Object, Object>, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObjectStoredProc(String, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObjectStoredProc(String, Map<Object, Object>, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObjectStoredProc(int, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type
(as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(int, Map<Object, Object>, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type
(as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(String, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type
(as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(String, Map<Object, Object>, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type
(as registered during CallableStatement.registerOutParameter()).
- getObjectType() - Method in class com.mysql.cj.xdevapi.DatabaseObjectDescription
-
Get database object type
- getObjOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getOffset() - Method in class com.mysql.cj.protocol.a.PacketSplitter
-
- getOffset() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to skip before applying the row_count
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
maximum rows to skip before applying the row_count
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to skip before applying the row_count
- getOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to skip before applying the row_count
- getOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
maximum rows to skip before applying the row_count
- getOffset() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get number of rows to skip before finding others.
- getOffsetBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- getOffsetOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- getOffsetOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to skip before applying the row_count
- getOffsetOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to skip before applying the row_count
- getOldStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getOldStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getOldStatusFlags() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getOne(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Return the document with the given id.
- getOne(String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOpenResultSetCount() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the number of open result sets for this statement.
- getOpenResultSetCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
the type of operation to be performed
- getOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
the type of operation to be performed
- getOperation() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
the type of operation to be performed
- getOperation(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperationBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperationCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperationList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperationList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperationOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperationOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperationOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperationOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperator() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOptions() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get options for decoding GEOJSON data.
- getOrder() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getOrder() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property order.
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrder() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getOrder() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Order objects.
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrGenerateToken(String) - Method in class com.mysql.cj.protocol.a.authentication.AwsIamAuthenticationTokenHelper
-
- getOriginalName() - Method in class com.mysql.cj.result.Field
-
- getOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column before an alias was applied
- getOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the column before an alias was applied
- getOriginalName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the column before an alias was applied
- getOriginalProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original (common to all hosts) connection arguments as provided in the connection string query section.
- getOriginalSql() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getOriginalSql() - Method in interface com.mysql.cj.PreparedQuery
-
- getOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from before an alias was applied
- getOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the table the column originates from before an alias was applied
- getOriginalTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the table the column originates from before an alias was applied
- getOriginalTableName() - Method in class com.mysql.cj.result.Field
-
- getOSName() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getOutputParameters(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Returns the ResultSet that holds the output parameters, or throws an
appropriate exception if none exist, or they weren't returned.
- getOutputStreamClass() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's OutputStream
implementation class that can be used to deflate data.
- getOutputStreamInstance(OutputStream) - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
Creates an instance of an OutputStream
that wraps around the given OutputStream
and knows how to deflate data using the algorithm given
in this class' constructor.
- getOwner() - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- getOwner() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns the result set that 'owns' this RowData
- getOwnerFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwnerFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningQuery() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningQuery() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatement() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningStatementFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningStatementFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatementMaxRows() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningStatementMaxRows() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatementServerId() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningStatementServerId() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getPackageName(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Returns the package name of the given class.
- getPacketLen() - Method in class com.mysql.cj.protocol.a.PacketSplitter
-
- getPacketReader() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getPacketReceivedTimeHolder() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getPacketReceivedTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
-
- getPacketSender() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getPacketSentTimeHolder() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getPacketSentTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
-
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParam(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParam(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
parameter key
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
parameter key
- getParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
parameter key
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
name of the variable
- getParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
name of the variable
- getParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- getParamBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
name of the variable
- getParamBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
name of the variable
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParamCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParamCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParameterBindings() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getParameterBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getParameterClassName(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterClassName(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterCount() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getParameterCount() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterCount() - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterCount() - Method in interface com.mysql.cj.PreparedQuery
-
- getParameterFields() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getParameterIndexOffset() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getParameterIndexOffset() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
For calling stored functions, this will be -1 as Connector/J does not count
the first '?' parameter marker, but JDBC counts it * as 1, otherwise it will return 0
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- getParameterMode(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterMode(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterType(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterType(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterTypeName(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterTypeName(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParamList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParamList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParamName() - Method in class com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
-
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParamOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParamOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParamOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParamOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParamType() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- getParentLogger() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getParentLogger() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getParentProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Get this connection's parent proxy.
- getParserForType() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getPassword() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the password.
- getPassword() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Get the password.
- getPasswordCharacterEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getPasswordCharacterEncoding() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getPath() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the path section.
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
required bytes payload = 4;
- getPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
required bytes payload = 4;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the payload of the notification
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
the payload of the notification
- getPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
the payload of the notification
- getPayloadLength() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Get the actual length of payload the buffer contains.
- getPlaceholderNameToPositionMap() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Get a mapping of parameter names to positions.
- getPlatform() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getPointOfOrigin() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getPointOfOrigin() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
StackTrace generated where ResultSet was created...
- getPooledConnection() - Method in class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
-
- getPooledConnection(String, String) - Method in class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
-
- getPort() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the port.
- getPort() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the port number
- getPort() - Method in class com.mysql.cj.MysqlxSession
-
- getPort() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getPort() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getPort() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getPortNumber() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the port number
- getPosition() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- getPosition() - Method in interface com.mysql.cj.protocol.Message
-
Returns the current position to write to/ read from
- getPosition() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getPosition() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
-
- getPosition() - Method in class com.mysql.cj.result.BufferedRowList
-
- getPosition() - Method in interface com.mysql.cj.result.RowList
-
Returns the current position.
- getPosition() - Method in class com.mysql.cj.util.StringInspector
-
Returns the current position.
- getPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- getPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional uint32 position = 7;
- getPosition() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional uint32 position = 7;
- getPositionalPlaceholderCount() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Return the number of positional placeholders in the expression.
- getPrecision(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getPrecision(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getPrecision(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getPrecision() - Method in enum com.mysql.cj.MysqlType
-
The PRECISION column represents the maximum column size that the server supports for the given datatype.
- getPreparedSql() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getPreparedSql() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getPreparedStatementId() - Method in class com.mysql.cj.xdevapi.PreparableStatement.PreparableStatementFinalizer
-
- getPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecuteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareExecuteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.DeleteStatementImpl
-
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.FindStatementImpl
-
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
-
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Returns the
XMessage
needed to prepare this statement.
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.RemoveStatementImpl
-
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
-
- getPrepareStatementXMessage() - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
-
- getPreviousPacketSentTime() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
-
- getPreviousPacketSentTime() - Method in interface com.mysql.cj.protocol.PacketSentTimeHolder
-
Returns the send time of a previous packet.
- getPreviousPacketSentTime() - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- getPrimaryKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getPrimaryKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getPrimaryKeysFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getPriority() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getProcedureColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcedureColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getProcedureOrFunctionColumns(Field[], String, String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcedureOrFunctionColumnType(boolean, boolean, boolean, boolean) - Static method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Determines the COLUMN_TYPE information based on parameter type (IN, OUT or INOUT) or function return parameter.
- getProcedures(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcedures(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getProceduresAndOrFunctions(Field[], String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcedureTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcessHost() - Method in class com.mysql.cj.MysqlxSession
-
- getProcessHost() - Method in class com.mysql.cj.NativeSession
-
- getProcessHost() - Method in interface com.mysql.cj.Session
-
- getProfilerEventHandler() - Method in class com.mysql.cj.CoreSession
-
- getProfilerEventHandler() - Method in interface com.mysql.cj.Session
-
Returns the current ProfilerEventHandler or initializes a new one if none exists.
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjection(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjection(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjection() - Method in class com.mysql.cj.xdevapi.InsertParams
-
Get X Protocol Column objects list for projection.
- getProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjectionCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjectionList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjectionOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjectionOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProperties() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the properties map contained in this connection string.
- getProperties() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getProperties() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getProperties() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getProperties() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getProperties() - Method in interface com.mysql.cj.MysqlConnection
-
Returns the parsed and passed in properties for this connection.
- getPropertiesFromConfigFiles(String) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a map containing the properties read from the given configuration files.
- getProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getProperty(String) - Method in class com.mysql.cj.conf.HostInfo
-
Returns the connection argument for the given key.
- getProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getPropertyDefinition() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- getPropertyDefinition(PropertyKey) - Static method in class com.mysql.cj.conf.PropertyDefinitions
-
- getPropertyDefinition() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
- getPropertyInfo(String, Properties) - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getPropertyKey() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getPropertyKey() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Get the property key.
- getPropertySet() - Method in class com.mysql.cj.CoreSession
-
- getPropertySet() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getPropertySet() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getPropertySet() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getPropertySet() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getPropertySet() - Method in interface com.mysql.cj.MysqlConnection
-
- getPropertySet() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getPropertySet() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getPropertySet() - Method in interface com.mysql.cj.protocol.Protocol
-
- getPropertySet() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getPropertySet() - Method in interface com.mysql.cj.Session
-
- getProtocol() - Method in class com.mysql.cj.MysqlxSession
-
- getProtocol() - Method in class com.mysql.cj.NativeSession
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- getProtocolPluginName() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Returns the client-side name that the MySQL server uses on the wire for this plugin.
- getProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Get this connection's proxy.
- getPseudoColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getQuery() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the query section.
- getQuery() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getQueryAttributesBindings() - Method in class com.mysql.cj.AbstractQuery
-
- getQueryAttributesBindings() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getQueryAttributesBindings() - Method in interface com.mysql.cj.Query
-
- getQueryBindings() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getQueryBindings() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getQueryBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getQueryBindings() - Method in interface com.mysql.cj.PreparedQuery
-
- getQueryComment() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getQueryComment() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the comment that will be prepended to all statements
sent to the server.
- getQueryComment() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getQueryInfo() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getQueryInfo() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getQueryInfo() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getQueryInfo() - Method in interface com.mysql.cj.PreparedQuery
-
- getQueryInfoForBatch(int) - Method in class com.mysql.cj.QueryInfo
-
Returns a
QueryInfo
for a multi-values INSERT/REPLACE assembled for the specified batch count, without re-parsing.
- getQueryInterceptors() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getQueryInterceptorsInstances() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getQueryReturnType() - Method in class com.mysql.cj.QueryInfo
-
Returns the return type of the parsed query.
- getQueryReturnType(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Returns the type of return that can be expected from executing the given query.
- getQueryTimeout() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getQueryTimeout() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getQueryTimingUnits() - Method in class com.mysql.cj.CoreSession
-
- getQueryTimingUnits() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getQueryTimingUnits() - Method in interface com.mysql.cj.protocol.Protocol
-
- getQueryTimingUnits() - Method in interface com.mysql.cj.Session
-
- getQueryToCancel() - Method in interface com.mysql.cj.CancelQueryTask
-
- getQueryToCancel() - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- getReaderConnection(List<HostInfo>) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler
-
Called to get any available reader connection.
- getReaderConnection(List<HostInfo>) - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.IReaderFailoverHandler
-
Called to get any available reader connection.
- getReaderTuplesByPriority(List<HostInfo>, Set<String>) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler
-
- getRealTimeout(int) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Validates the connection/socket timeout that must really be used.
- getRef(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRef(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRef(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getRef(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getRef(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getRef(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getRef(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRef(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getReference() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Required method to support this class as a Referenceable
.
- getRegisteredConnectionGroups() - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getRegisteredConnectionGroups() - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getRegisteredConnectionGroups() - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getRegisteredConnectionGroups() - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getRegisteredConnectionGroups() - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getRegisteredReplicationConnectionGroups() - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getRelyingPartyId() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Relying Party ID for the coming authenticator interaction.
- getRemoteSocketAddress() - Method in class com.mysql.cj.CoreSession
-
- getRemoteSocketAddress() - Method in class com.mysql.cj.NativeSession
-
- getRemoteSocketAddress() - Method in interface com.mysql.cj.Session
-
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
if true then suppress error when created view already exists;
just replace it
- getReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
if true then suppress error when created view already exists;
just replace it
- getReplaceExisting() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
if true then suppress error when created view already exists;
just replace it
- getReplicaConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getReplicaConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getReplicaHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns an existing replica host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getReplicaHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getReplicaHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getReplicaHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getReplicaHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getReplicaHostsListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns the list of
HostInfo
instances that matches the given collection of host:port pairs in the corresponding hosts list.
- getReplicaPromotionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getReplicaPromotionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getReplicaPromotionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getReplicasConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getReplicasListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of this connection URL replica hosts in the form of host:port pairs.
- getRequiresEscapingEncoder() - Method in interface com.mysql.cj.CharsetSettings
-
- getRequiresEscapingEncoder() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getResultFetchSize() - Method in class com.mysql.cj.AbstractQuery
-
- getResultFetchSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultFetchSize() - Method in interface com.mysql.cj.Query
-
- getResultFields() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getResultId() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getResultId() - Method in interface com.mysql.cj.protocol.Resultset
-
The id (used when profiling) to identify us
- getResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSet() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetConcurrency() - Method in class com.mysql.cj.protocol.a.ResultsetFactory
-
- getResultSetConcurrency() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getResultSetFactory() - Method in class com.mysql.cj.AbstractQuery
-
- getResultSetFactory() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetFactory() - Method in interface com.mysql.cj.Query
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated result set (-1 for none).
- getResultSetId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getResultSetInternal() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getResultSetInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetType() - Method in class com.mysql.cj.protocol.a.ResultsetFactory
-
- getResultSetType() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getResultType() - Method in class com.mysql.cj.AbstractQuery
-
- getResultType() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultType() - Method in interface com.mysql.cj.Query
-
- getReusablePacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getReuseExisting() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- getRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRow(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to filter
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
maximum rows to filter
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to filter
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to filter
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
maximum rows to filter
- getRowCountBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- getRowCountOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- getRowCountOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to filter
- getRowCountOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to filter
- getRowId(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRowId(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRowId(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getRowId(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getRowId(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRowId(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRowIdLifetime() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getRowList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRows() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getRows() - Method in interface com.mysql.cj.protocol.Resultset
-
- getRows() - Method in class com.mysql.cj.xdevapi.InsertParams
-
Get X Protocol rows list.
- getSavepointId() - Method in class com.mysql.cj.jdbc.MysqlSavepoint
-
- getSavepointName() - Method in class com.mysql.cj.jdbc.MysqlSavepoint
-
- getScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalar() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScale(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getScale(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getScale(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getScale() - Method in class com.mysql.cj.protocol.InternalTime
-
- getScale() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getScaled(BigDecimal, long) - Method in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- getScaleOrLength() - Method in interface com.mysql.cj.BindValue
-
- getScaleOrLength() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getSchema() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getSchema() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getSchema() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- getSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
schema the column originates from
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
schema the column originates from
- getSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
schema the column originates from
- getSchema() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getSchema() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the schema owning this database object.
- getSchema() - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- getSchema() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the Schema corresponding to name.
- getSchema(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getSchema() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- getSchemaBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- getSchemaBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- getSchemaBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- getSchemaName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of schema
- getSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of schema
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- getSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- getSchemaName() - Method in interface com.mysql.cj.xdevapi.Column
-
- getSchemaName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of schema
- getSchemaNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of schema
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- getSchemaNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- getSchemaPatternIterator(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSchemas() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSchemas(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSchemas() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getSchemas(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getSchemas() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the list of Schema objects for which the current user has access.
- getSchemas() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getSchemaTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getScheme() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getScheme() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the scheme section.
- getScope() - Method in class com.mysql.cj.protocol.x.Notice
-
- getScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
global or local notification
- getScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
global or local notification
- getScope() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
global or local notification
- getScramble() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Client Data Hash (scramble) for the coming authenticator interaction.
- getSearchStringEscape() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTime
-
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the security context in which the view is going be executed
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the security context in which the view is going be executed
- getSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the security context in which the view is going be executed
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the security context in which the view is going be executed
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the security context in which the view is going be executed
- getSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the security context in which the view is going be executed
- getSeed() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getSendTypesToServer() - Method in class com.mysql.cj.NativeQueryBindings
-
- getSendTypesToServer() - Method in interface com.mysql.cj.QueryBindings
-
- getSerializedSize() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getServerDefaultCharset() - Method in class com.mysql.cj.NativeCharsetSettings
-
Get the server's default character set name according to collation index from server greeting,
or value of 'character_set_server' variable if there is no mapping for that index
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getServerDefaultCollationIndex() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getServerInfo() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getServerInfo() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the server informational message returned from a DDL or DML
statement (if any), or null if none.
- getServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerName() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the name of the database server
- getServerProps() - Method in class com.mysql.cj.admin.ServerController
-
Returns the list of properties that will be used to start/control the
server.
- getServerSession() - Method in class com.mysql.cj.CoreSession
-
- getServerSession() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getServerSession() - Method in interface com.mysql.cj.protocol.Protocol
-
- getServerSession() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getServerSession() - Method in interface com.mysql.cj.Session
-
- getServerSessionStateController() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getServerSessionStateController() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getServerSessionStateController() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getServerSessionStateController() - Method in interface com.mysql.cj.MysqlConnection
-
- getServerSessionStateController() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerSessionStateController() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerStatementId() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- getServerStatementId() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getServerStatementId() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getServerVariable(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerVariable(String, int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerVariable(String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariable(String, int) - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariable(String) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getServerVariable(String, int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getServerVariables() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerVariables() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariables() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getServerVersion() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getServerVersion() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getServerVersion() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getServerVersion() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getServerVersion() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getServerVersion() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerVersion() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getServerVersion() - Method in interface com.mysql.cj.protocol.ServerSession
-
Get the version of the MySQL server we are talking to.
- getServerVersion() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getServerVersion() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getSession() - Method in class com.mysql.cj.AbstractQuery
-
- getSession() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getSession() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getSession() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getSession() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSession() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getSession() - Method in interface com.mysql.cj.MysqlConnection
-
- getSession() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getSession() - Method in interface com.mysql.cj.Query
-
- getSession() - Method in interface com.mysql.cj.xdevapi.Client
-
Get Session
from pool or the new one.
- getSession() - Method in class com.mysql.cj.xdevapi.ClientImpl
-
- getSession() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getSession() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the session owning the given schema object.
- getSession() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getSession(ConnectionUrl) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
- getSession(String) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
- getSession(Properties) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
Creates a
Session
using the information contained in the given properties.
- getSession() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getSession() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- getSessionKey() - Static method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getSessionMaxRows() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the sql select limit max-rows for this session.
- getSessionMaxRows() - Method in class com.mysql.cj.NativeSession
-
- getSessionStateChanges() - Method in class com.mysql.cj.protocol.a.NativeServerSessionStateController
-
- getSessionStateChanges() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getSessionStateChanges() - Method in interface com.mysql.cj.protocol.ServerSessionStateController
-
Get the object containing server session changes collected from the latest query execution.
- getSessionStateChangesList() - Method in class com.mysql.cj.protocol.a.NativeServerSessionStateController.NativeServerSessionStateChanges
-
- getSessionStateChangesList() - Method in interface com.mysql.cj.protocol.ServerSessionStateController.ServerSessionStateChanges
-
- getSessionTimeZone() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getSessionTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getSessionTimeZone() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
severity of the error message
- getSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
severity of the error message
- getSeverity() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
severity of the error message
- getSharedSendPacket() - Method in class com.mysql.cj.NativeSession
-
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
- getSharedSendPacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
- getShort(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getShort(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getShort(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getShort(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getShort(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getShort(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getShort(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getShort(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSignature() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Signature produced by the authenticator interaction
- getSimpleDateFormat(SimpleDateFormat, String, TimeZone) - Static method in class com.mysql.cj.util.TimeUtil
-
Get SimpleDateFormat with a default Calendar which TimeZone is replaced with the provided one.
- getSimpleDateFormat(String, Calendar) - Static method in class com.mysql.cj.util.TimeUtil
-
Get SimpleDateFormat where a default Calendar is replaced with a clone of the provided one.
- getSinceVersion() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getSinceVersion() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the driver version where the property was introduced first.
- getSlaveHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getSlaveHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getSlaveHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getSlavePromotionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getSlavePromotionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getSlavesConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- getSlavesConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- getSlowQueryThreshold() - Method in class com.mysql.cj.NativeSession
-
- getSlowQueryThreshold() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getSocketConnection() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getSocketConnection() - Method in interface com.mysql.cj.protocol.Protocol
-
- getSocketFactory() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getSocketFactory() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getSocketTimeout() - Method in class com.mysql.cj.NativeSession
-
- getSource(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSource() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol ColumnIdentifier.
- getSourceBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourceConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getSourceHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns an existing source host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getSourceHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getSourceHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getSourceHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getSourceHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getSourceHostsListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns the list of
HostInfo
instances that matches the given collection of host:port pairs in the corresponding hosts list.
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourceOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourcesListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of this connection URL source hosts in the form of host:port pairs.
- getSqlForBatch() - Method in class com.mysql.cj.QueryInfo
-
Returns a preparable query for the batch count of this
QueryInfo
.
- getSqlForBatch(int) - Method in class com.mysql.cj.QueryInfo
-
Returns a preparable query for the specified batch count.
- getSQLKeywords() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92/SQL2003 keywords.
- getSQLKeywords() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getSQLState() - Method in exception com.mysql.cj.exceptions.CJException
-
- getSQLState() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- getSQLState() - Method in exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
-
- getSQLState() - Method in exception com.mysql.cj.protocol.x.XProtocolError
-
- getSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- getSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
SQL state
- getSqlState() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
SQL state
- getSqlStateBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- getSqlStateBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
SQL state
- getSqlStateBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
SQL state
- getSQLStateType() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getSrid() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get srid for decoding GEOJSON data.
- getSSLContext(ExportControlled.KeyStoreConf, ExportControlled.KeyStoreConf, boolean, boolean, String, ExceptionInterceptor) - Static method in class com.mysql.cj.protocol.ExportControlled
-
Configure the SSLContext
based on the supplier property set.
- getStatement() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getStatementComment() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the comment that will be prepended to all statements
sent to the server.
- getStatementExecuteOk() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
Get StatementExecuteOk object finalizing the result transfer.
- getStatementExecuting() - Method in class com.mysql.cj.AbstractQuery
-
- getStatementExecuting() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getStatementExecuting() - Method in interface com.mysql.cj.Query
-
- getStatementId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated statement (-1 for none).
- getStatementId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getStaticCollationIndexForCollationName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationIndexForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationIndexForMysqlCharsetName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForCollationIndex(Integer, String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForMysqlCharset(String, String) - Static method in class com.mysql.cj.CharsetMapping
-
MySQL charset could map to several Java encodings.
- getStaticJavaEncodingForMysqlCharset(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMblen(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetAliasesByName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetByName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticSqlParts() - Method in class com.mysql.cj.QueryInfo
-
Returns the static sections of the parsed query, as byte arrays, split by the places where the placeholders were located.
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
statement for which the resultset is going to be iterated through by the cursor
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
statement that shall be executed
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
statement that shall be executed
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
statement that shall be executed
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
client-side assigned statement ID, which is going to identify
the result of preparation
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStreamingData() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getString() - Method in interface com.mysql.cj.BindValue
-
Get a String representation of the value.
- getString(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getString(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getString(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getString(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getString() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getString(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getString(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getString(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getString(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getString(String) - Static method in class com.mysql.cj.Messages
-
Returns the localized message for the given message key
- getString(String, Object[]) - Static method in class com.mysql.cj.Messages
-
- getString() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.BooleanValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.ByteArrayValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.DurationValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.InputStreamValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.InstantValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.LocalDateTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.LocalDateValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.LocalTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.NullValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.NumberValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.OffsetDateTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.OffsetTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.ReaderValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.SqlDateValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.SqlTimestampValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.SqlTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.StringValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.UtilCalendarValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.UtilDateValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.ZonedDateTimeValueEncoder
-
- getString(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getString() - Method in class com.mysql.cj.xdevapi.JsonString
-
Get internal unescaped JsonString value.
- getString(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a string value.
- getString(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a string value.
- getString(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getString(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getStringFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getStringProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getStringProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getStringProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getStringProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getStringRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getStringValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- getStringValue() - Method in class com.mysql.cj.conf.MemorySizeProperty
-
- getStringValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get internal value representation as String.
- getStringValue() - Method in class com.mysql.cj.conf.StringProperty
-
- getSubminor() - Method in class com.mysql.cj.ServerVersion
-
- getSubString(long, int) - Method in class com.mysql.cj.jdbc.Clob
-
- getSuperTables(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSyncMutex() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSyncMutex() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getSystemFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from
- getTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the table the column originates from
- getTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the table the column originates from
- getTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table.
- getTable(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table hinting that an exception should be thrown if the collection is not known to the server.
- getTable(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getTable(String, boolean) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getTableLabel() - Method in interface com.mysql.cj.xdevapi.Column
-
- getTableLabel() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getTableName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getTableName() - Method in class com.mysql.cj.result.Field
-
- getTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- getTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of table
- getTableName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of table
- getTableName() - Method in interface com.mysql.cj.xdevapi.Column
-
- getTableName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getTableNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- getTableNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of table
- getTableNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of table
- getTableNameWithCase(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getTableRowCount(String, String) - Method in interface com.mysql.cj.DataStoreMetadata
-
- getTableRowCount(String, String) - Method in class com.mysql.cj.DataStoreMetadataImpl
-
- getTables(String, String, String, String[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getTables() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of tables existing in this schema.
- getTables(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of tables existing in this schema and matching the given pattern.
- getTables() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getTables(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getTableTypes() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTag(String) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Gets the value of the position tag for the given key.
- getTarget() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BinaryStreamValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BooleanValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.ByteValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.DoubleValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.DurationValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.FloatValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.IntegerValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalDateTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalDateValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LongValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.OffsetTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.ShortValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlDateValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlTimestampValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.StringValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.UtilCalendarValueFactory
-
- getTargetTypeName() - Method in interface com.mysql.cj.result.ValueFactory
-
Get the actual class name of T parameter.
- getTargetTypeName() - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
-
- getTaskName() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.WriterFailoverResult
-
Get the name of the writer failover task that created this result.
- getTasksMap() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorThreadContainer
-
- getTextLength() - Method in interface com.mysql.cj.BindValue
-
Gets the length of this bind value in the text protocol representation.
- getTextLength() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getTextLength(BindValue) - Method in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- getTextLength(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getThreadId() - Method in class com.mysql.cj.CoreSession
-
- getThreadId() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getThreadId() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getThreadId() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getThreadId() - Method in interface com.mysql.cj.Session
-
- getThreadPool() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorThreadContainer
-
- getTime(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getTime(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getTime(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getTime(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getTime(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getTime(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getTime(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getTime(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getTime(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getTime(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getTime(int, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getTime(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getTime(String, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getTime(byte[], int, int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getTime(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a Time
value.
- getTime(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getTime(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getTime(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getTimeDateFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTimeoutInMillis() - Method in class com.mysql.cj.AbstractQuery
-
- getTimeoutInMillis() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getTimeoutInMillis() - Method in interface com.mysql.cj.Query
-
- getTimestamp(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getTimestamp(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getTimestamp(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getTimestamp(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getTimestamp(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getTimestamp(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getTimestamp(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getTimestamp(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getTimestamp(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getTimestamp(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getTimestamp(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getTimestamp(int, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getTimestamp(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getTimestamp(String, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getTimestamp(byte[], int, int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getTimestamp(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a Timestamp
value.
- getTimestamp(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getTimestamp(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getTimestamp(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getTls() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getTopology(JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Get cluster topology.
- getTopology(JdbcConnection, boolean) - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Get cluster topology.
- getTopology() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.WriterFailoverResult
-
Get the latest topology.
- getTotalConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getTotalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getTotalHostCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getTotalHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getTotalHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getTotalLogicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getTotalLogicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getTotalLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getTotalLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getTotalLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getTotalLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getTotalPhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getTotalPhysicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getTotalPhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getTotalPhysicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getTotalPhysicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getTotalTransactionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getTotalTransactionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getTotalTransactionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getTotalTransactionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getTransactionCount() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getTransactionIsolation() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getTransactionIsolation() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getTransactionIsolation() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getTransactionState() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getTransactionState() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getTransactionState() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getTransactionTimeout() - Method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- getTransactionTimeout() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- getTransferSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getType() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns this connection URL type.
- getType() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getType() - Method in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- getType() - Method in class com.mysql.cj.protocol.x.Notice
-
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the type of the payload
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
the type of the payload
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
the type of the payload
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
type of group replication event
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
type of group replication event
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
type of group replication event
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
datatype of the field in a row
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
datatype of the field in a row
- getType() - Method in interface com.mysql.cj.xdevapi.Column
-
- getType() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getType() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get column type.
- getTypeForMessageClass(Class<? extends MessageLite>) - Static method in class com.mysql.cj.protocol.x.MessageConstants
-
Lookup the "ClientMessages" type tag for a Protocol buffers message class.
- getTypeInfo() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTypeMap() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getTypeMap() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getTypeMap() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getUDTs(String, String, String, int[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- getUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional uint64 uncompressed_size = 1;
- getUncompressedSize() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional uint64 uncompressed_size = 1;
- getUnderlyingInterceptor() - Method in class com.mysql.cj.NoSubInterceptorWrapper
-
- getUnderlyingStream() - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- getUnicodeStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getUnicodeStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getUniqueSavepointId() - Static method in class com.mysql.cj.util.StringUtils
-
- getUnknownFields() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdate() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateCount() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getUpdateCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getUpdateCount() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getUpdateCount() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getUpdateCount() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getUpdateCount() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the update count for this result set (if one exists), otherwise
-1.
- getUpdateID() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getUpdateID() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getUpdateID() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the AUTO_INCREMENT value for the DDL/DML statement which created
this result set.
- getUpdateOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdates() - Method in class com.mysql.cj.xdevapi.UpdateParams
-
Get update parameters map.
- getUpdateType() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol update type.
- getUpperBound() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getUpperBound() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
The highest possible value of range-based property
- getUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- getUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- getUpsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- getUri() - Method in interface com.mysql.cj.xdevapi.Session
-
Get the URL used to create this session.
- getUri() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getURL(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getURL(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getURL(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getURL(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getURL() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getURL() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getURL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getURL() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getURL() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the URL for this connection
- getUrl() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the JDBC URL that will be used to create the database connection.
- getURL(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getURL(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getURL(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getURL(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getUrl() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Provides the JDBC URL to use to demonstrate the bug.
- getURL() - Method in interface com.mysql.cj.MysqlConnection
-
- getUrlFromEndpoint(String, int, Properties) - Static method in class com.mysql.cj.jdbc.ha.ConnectionUtils
-
- getUser() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the user name.
- getUser() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getUser() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getUser() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getUser() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the configured user for this connection
- getUser() - Method in interface com.mysql.cj.MysqlConnection
-
- getUsername() - Method in class com.mysql.cj.callback.UsernameCallback
-
- getUserName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getUtilCalendar(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
-
- getValue() - Method in interface com.mysql.cj.BindValue
-
- getValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- getValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get internal value representation as Object.
- getValue() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- getValue() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
Implementation of getValue() based on the underlying Buffer object.
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
Implementation of getValue() based on the underlying byte array.
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
Implementation of getValue() based on the underlying Buffer object.
- getValue() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- getValue() - Method in class com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
-
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolRow
-
- getValue(int, ValueFactory<T>) - Method in interface com.mysql.cj.result.Row
-
Retrieve a value for the given column.
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
an expression to be computed as the new value for the operation
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
an expression to be computed as the new value for the operation
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
required bytes value = 1;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
required bytes value = 1;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
required bytes value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
value of field
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
value of field
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
the changed value of param
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
the changed value of param
- getValue() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol value expression.
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- getValueBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- getValueBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getValueEncoderSupplier(Object) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getValueEncoderSupplier(Object) - Method in interface com.mysql.cj.protocol.Protocol
-
- getValueEncoderSupplier(Object) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getValueFromBytes(int, byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.result.AbstractResultsetRow
-
Get a value from a byte array.
- getValueList() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValueNeedsQuoting() - Method in class com.mysql.cj.result.Field
-
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
an expression to be computed as the new value for the operation
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
an expression to be computed as the new value for the operation
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
value of field
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
value of field
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
the changed value of param
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
the changed value of param
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValues() - Method in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- getValuesClauseLength() - Method in class com.mysql.cj.QueryInfo
-
If this object represents a query that is re-writable as a multi-values statement and if rewriting batched statements is enabled, then returns the
length of the parsed VALUES clause section, including the placeholder characters themselves, otherwise returns -1.
- getVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- getVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- getVariable() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- getVariableBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- getVariableBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- getVariableBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- getVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- getVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional bool v_bool = 8;
- getVBool() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional bool v_bool = 8;
- getVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- getVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional double v_double = 6;
- getVDouble() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional double v_double = 6;
- getVendor() - Method in enum com.mysql.cj.MysqlType
-
- getVendorCode() - Method in exception com.mysql.cj.exceptions.CJException
-
- getVendorTypeNumber() - Method in enum com.mysql.cj.MysqlType
-
- getVersionColumns(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getVersionColumns(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getVersionColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- getVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional float v_float = 7;
- getVFloat() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional float v_float = 7;
- getViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- getViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
view identifier
- getViewId() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
view identifier
- getViewIdBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- getViewIdBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
view identifier
- getViewIdBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
view identifier
- getVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctets() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- getVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- getVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional sint64 v_signed_int = 2;
- getVSignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional sint64 v_signed_int = 2;
- getVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVString() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- getVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional uint64 v_unsigned_int = 3;
- getVUnsignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional uint64 v_unsigned_int = 3;
- getWarningCount() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getWarningCount() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getWarnings() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getWarnings() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getWarnings() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getWarnings() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getWarnings() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getWarnings() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getWarnings() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getWarnings() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- getWarnings() - Method in interface com.mysql.cj.xdevapi.Result
-
Get warnings generated during statement execution.
- getWarnings() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getWarnings() - Method in class com.mysql.cj.xdevapi.UpdateResult
-
- getWarningsCount() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- getWarningsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the number of warnings generated during statement execution.
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.UpdateResult
-
- getWeight() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getXAConnection() - Method in class com.mysql.cj.jdbc.MysqlXADataSource
-
- getXAConnection(String, String) - Method in class com.mysql.cj.jdbc.MysqlXADataSource
-
- getXAResource() - Method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- getXAResource() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- getYear() - Method in class com.mysql.cj.protocol.InternalDate
-
- GLOBAL_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
GLOBAL = 1;
- GROUP_REPLICATION_STATE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
GROUP_REPLICATION_STATE_CHANGED = 4;
- groupBy - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- groupBy(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the aggregation fields for this query.
- groupBy(String...) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
-
- groupBy(String...) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the aggregation fields for this query.
- groupBy(String...) - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
-
- GROUPING_CRITERIA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- GROUPING_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- GS2_CBIND_FLAG - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- gs2Header - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- hadWarnings() - Method in class com.mysql.cj.NativeSession
-
- hadWarnings - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- hadWarnings() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- handle(MysqlCallback) - Method in interface com.mysql.cj.callback.MysqlCallbackHandler
-
Exchanges information between the caller of this method and the owner of the
MysqlCallbackHandler
instance.
- handleCleanup(Throwable) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleCleanup(Throwable) - Method in interface com.mysql.cj.Session.SessionEventListener
-
- handleCloseConnection(ReplicationConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- handleEvent(Protocol.ProtocolEventListener.EventType, Object, Throwable) - Method in interface com.mysql.cj.protocol.Protocol.ProtocolEventListener
-
- handleEvent(Protocol.ProtocolEventListener.EventType, Object, Throwable) - Method in class com.mysql.cj.xdevapi.ClientImpl
-
- handleExceptionForBatch(int, int, long[], SQLException) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- handleNewInstance(Constructor<?>, Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
Handles constructing new instance with the given constructor and wrapping
(or not, as required) the exceptions that could possibly be generated
- handleNormalClose() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleNormalClose() - Method in interface com.mysql.cj.Session.SessionEventListener
-
- handlePropertyChange(RuntimeProperty<?>) - Method in interface com.mysql.cj.conf.RuntimeProperty.RuntimePropertyListener
-
- handlePropertyChange(RuntimeProperty<?>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- handleReconnect() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleReconnect() - Method in interface com.mysql.cj.Session.SessionEventListener
-
- handleSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in interface com.mysql.cj.protocol.ServerSessionStateController.SessionStateChangesListener
-
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines how MySQL Server processes the view
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines how MySQL Server processes the view
- hasAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines how MySQL Server processes the view
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defined how MySQL Server processes the view
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defined how MySQL Server processes the view
- hasAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defined how MySQL Server processes the view
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- hasAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional alias.
- hasAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional alias.
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- hasArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
authentication data
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
authentication data
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication data
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication data
- hasBuiltIndexMapping() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- hasBuiltIndexMapping() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- hasCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapabilities() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapability(String) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- hasCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- hasCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- hasCatalog() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- hasCcAlias() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- hasCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns true if property has a camel-case alias.
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
limits the write operations done on a VIEW
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
limits the write operations done on a VIEW
- hasCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
limits the write operations done on a VIEW
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
limits the write operations done on a VIEW
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
limits the write operations done on a VIEW
- hasCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
limits the write operations done on a VIEW
- hasClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasClientMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
error code
- hasCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
error code
- hasCode() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
error code
- hasCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning code
- hasCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning code
- hasCode() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning code
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
optional uint64 collation = 2;
- hasCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
optional uint64 collation = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint64 collation = 8;
- hasCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint64 collation = 8;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
name of the VIEW object, which should be created
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
name of the VIEW object, which should be created
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
collection to change
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
collection to change
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
name of the VIEW object, which should be deleted
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
name of the VIEW object, which should be deleted
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
collection in which to find
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
collection in which to find
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
collection to insert into
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
collection to insert into
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
name of the VIEW object, which should be modified
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
name of the VIEW object, which should be modified
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
collection to change
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
collection to change
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- hasCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- hasCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- hasConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- hasConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
required uint32 condition_key = 1;
- hasConditionKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
required uint32 condition_key = 1;
- hasConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- hasConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional bytes condition_value = 2;
- hasConditionValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional bytes condition_value = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
optional uint32 content_type = 2;
- hasContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
optional uint32 content_type = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- hasContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
filter expression to match rows that the operations will apply on
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
client-side assigned cursor ID; must be allocated/open
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
client-side assigned cursor ID; must be allocated/open
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
-
client-side assigned cursor ID; must be allocated/open
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
client-side assigned cursor ID; must be already open
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
client-side assigned cursor ID; must be already open
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
client-side assigned cursor ID; must be already open
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- hasData() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
Does this result have data? This indicates that the result was produced from a data-returning query.
- hasData() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- hasData() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
data model that the operations refer to
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
data model that the operations refer to
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
data model that the operations refer to
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
datamodel that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
datamodel that the operations refer to
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
datamodel that the operations refer to
- hasDeadlockOrTimeoutRolledBackTx(SQLException) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
user name of the definer, if the value isn't set then the definer
is current user
- hasDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
user name of the definer, if the value isn't set then the definer
is current user
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
user name of the definer,
if the value isn't set then the definer is current user
- hasDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
user name of the definer,
if the value isn't set then the definer is current user
- hasDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDelete() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDirection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- hasExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- hasExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
number of rows that should be retrieved from sequential cursor
- hasField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- hasFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- hasFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- hasFind() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- hasFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- hasFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- hasFlags() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- hasFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
displayed factional decimal digits for floating point and
fixed point numbers
- hasFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
displayed factional decimal digits for floating point and
fixed point numbers
- hasFractionalDigits() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
displayed factional decimal digits for floating point and
fixed point numbers
- hasFractionalSeconds(Time) - Static method in class com.mysql.cj.util.TimeUtil
-
- hasFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasFunctionCall() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- hasGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria for aggregated groups
- hasGroupingCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria for aggregated groups
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
-
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
-
- hashCode() - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler.HostTuple
-
- hashCode() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- hashCode() - Method in class com.mysql.cj.ServerVersion
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- hashCode() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- hashCode() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- hashCode() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- hasIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIdentifier() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
if true then suppress error when deleted view does not exists
- hasIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
if true then suppress error when deleted view does not exists
- hasIfExists() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
if true then suppress error when deleted view does not exists
- hasIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
used in case of ARRY_INDEX
- hasIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
used in case of ARRY_INDEX
- hasIndex() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
used in case of ARRY_INDEX
- hasInitialResponse() - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
- hasInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
initial response
- hasInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
initial response
- hasInitialResponse() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
initial response
- hasInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasInsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- hasKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- hasKeepOpen() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- hasKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
identifier of field
- hasKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
identifier of field
- hasLargeFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT exist in this ColumnDefinition.
- hasLargeFields() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT
exist in this ColumnDefinition.
- hasLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
maximum count of displayable characters of .type
- hasLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
maximum count of displayable characters of .type
- hasLength() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
maximum count of displayable characters of .type
- hasLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
Note or Warning
- hasLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
Note or Warning
- hasLevel() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
Note or Warning
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLiteral() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
perform row locking on matches
- hasLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
perform row locking on matches
- hasLocking() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
perform row locking on matches
- hasLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
additional options how to handle locked rows
- hasLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
additional options how to handle locked rows
- hasLockingOptions() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
additional options how to handle locked rows
- hasLongColumnInfo() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- hasLongColumnInfo() - Method in interface com.mysql.cj.protocol.ServerSession
-
- hasLongColumnInfo() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- hasMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- hasMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication mechanism name
- hasMechName() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication mechanism name
- hasMoreResults() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- hasMoreResults() - Method in interface com.mysql.cj.protocol.ServerSession
-
- hasMoreResults() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- hasMoreResults() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- hasMoreTokens() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Does this tokenizer have more tokens available?
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
human-readable error message
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
human-readable error message
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- hasMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning message
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning message
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of column
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of column
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
identifier of function; at least name of it
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
identifier of function; at least name of it
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
name of operator
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
name of operator
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the column
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the column
- hasNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- hasNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
namespace of the statement to be executed
- hasNamespace() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
namespace of the statement to be executed
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- hasNext() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
-
- hasNext() - Method in class com.mysql.cj.result.BufferedRowList
-
- hasNext() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- hasNext() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- hasNext() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- hasObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObj() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- hasObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- hasObject() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
maximum rows to skip before applying the row_count
- hasOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
the type of operation to be performed
- hasOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
the type of operation to be performed
- hasOperation() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
the type of operation to be performed
- hasOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOperator() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column before an alias was applied
- hasOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the column before an alias was applied
- hasOriginalName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the column before an alias was applied
- hasOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from before an alias was applied
- hasOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the table the column originates from before an alias was applied
- hasOriginalTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the table the column originates from before an alias was applied
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
parameter key
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
parameter key
- hasParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
parameter key
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
name of the variable
- hasParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
name of the variable
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
required bytes payload = 4;
- hasPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
required bytes payload = 4;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the payload of the notification
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
the payload of the notification
- hasPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
the payload of the notification
- hasPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- hasPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional uint32 position = 7;
- hasPosition() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional uint32 position = 7;
- hasPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasPrepareExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
if true then suppress error when created view already exists;
just replace it
- hasReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
if true then suppress error when created view already exists;
just replace it
- hasReplaceExisting() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
if true then suppress error when created view already exists;
just replace it
- hasResults() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Used only in tests
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to filter
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
maximum rows to filter
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to filter
- hasRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to filter
- hasRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
maximum rows to filter
- hasRows() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- hasRows() - Method in interface com.mysql.cj.protocol.Resultset
-
Does the result set contain rows, or is it the result of a DDL or DML statement?
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- hasSameProperties(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Does this connection have the same properties as another?
- hasScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScalar() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- hasSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
schema the column originates from
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
schema the column originates from
- hasSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
schema the column originates from
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of schema
- hasSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of schema
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- hasSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- hasScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
global or local notification
- hasScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
global or local notification
- hasScope() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
global or local notification
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the security context in which the view is going be executed
- hasServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasServerMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
severity of the error message
- hasSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
severity of the error message
- hasSeverity() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
severity of the error message
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- hasSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- hasSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- hasSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- hasSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
SQL state
- hasSqlState() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
SQL state
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
statement for which the resultset is going to be iterated through by the cursor
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
statement for which the resultset is going to be iterated through by the cursor
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
statement that shall be executed
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
statement that shall be executed
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
statement that shall be executed
- hasStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
client-side assigned statement ID, which is going to identify
the result of preparation
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- hasTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from
- hasTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the table the column originates from
- hasTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the table the column originates from
- hasTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- hasTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of table
- hasTableName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of table
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
Deprecated.
- hasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the type of the payload
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
the type of the payload
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
the type of the payload
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
type of group replication event
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
type of group replication event
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
type of group replication event
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
datatype of the field in a row
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
datatype of the field in a row
- hasUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- hasUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional uint64 uncompressed_size = 1;
- hasUncompressedSize() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional uint64 uncompressed_size = 1;
- hasUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpdate() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- hasUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- hasUpsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
an expression to be computed as the new value for the operation
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
an expression to be computed as the new value for the operation
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
required bytes value = 1;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
required bytes value = 1;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
value of field
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
value of field
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
the changed value of param
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
the changed value of param
- hasValueConstraints() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- hasValueConstraints() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Does the property have fixed values based constraints.
- hasVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- hasVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- hasVariable() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- hasVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- hasVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional bool v_bool = 8;
- hasVBool() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional bool v_bool = 8;
- hasVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- hasVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional double v_double = 6;
- hasVDouble() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional double v_double = 6;
- hasVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- hasVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional float v_float = 7;
- hasVFloat() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional float v_float = 7;
- hasViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- hasViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
view identifier
- hasViewId() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
view identifier
- hasVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- hasVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- hasVOctets() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- hasVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- hasVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional sint64 v_signed_int = 2;
- hasVSignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional sint64 v_signed_int = 2;
- hasVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVString() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- hasVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional uint64 v_unsigned_int = 3;
- hasVUnsignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional uint64 v_unsigned_int = 3;
- hasWildcards(String) - Static method in class com.mysql.cj.util.StringUtils
-
Does the string contain wildcard symbols ('%' or '_').
- having(String) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the aggregate criteria for this query.
- having(String) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
-
- having(String) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the aggregate criteria for this query.
- having(String) - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
-
- HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
Size of MySQL packet header (payload size + packet sequence ID).
- HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.x.XMessageHeader
-
- headPlugin - Variable in class com.mysql.cj.jdbc.ha.plugins.ConnectionPluginManager
-
- hexEscapeBlock(byte[], int, BiConsumer<Byte, Byte>) - Static method in class com.mysql.cj.util.StringUtils
-
Used to escape binary data with hex
- HISTOGRAM_BUCKETS - Static variable in class com.mysql.cj.log.BaseMetricsHolder
-
- holdResultsOpenOverClose - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Should this statement hold results open over .close() irregardless of
connection's setting?
- homePosition - Variable in class com.mysql.cj.protocol.a.result.AbstractBufferRow
-
The beginning of the row packet
- host - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
-
- host - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
The hostname to connect to
- HostInfo - Class in com.mysql.cj.conf
-
This class holds the following MySQL host information:
host: an IP or host name.
- HostInfo() - Constructor for class com.mysql.cj.conf.HostInfo
-
- HostInfo(DatabaseUrlContainer, String, int, String, String) - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs a
HostInfo
instance initialized with the provided host, port and user info.
- HostInfo(DatabaseUrlContainer, String, int, String, String, Map<String, String>) - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs a
HostInfo
instance initialized with the provided host, port, user, password and connection arguments.
- hostInfo - Variable in class com.mysql.cj.CoreSession
-
- hostName - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Hostname
- hosts - Variable in class com.mysql.cj.conf.ConnectionUrl
-
- hosts - Variable in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- hostsCount() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the number of hosts in this connection URL.
- HostsListView - Enum in com.mysql.cj.conf
-
An enumeration that identifies the type of the view intended for getting hosts lists for multi-host connections.
- HostTuple(HostInfo, int) - Constructor for class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler.HostTuple
-
- s2b(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Converts the given string to bytes, using the connection's character
encoding.
- s2b(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Converts the given string to bytes, using the connection's character
encoding, or if not available, the JVM default encoding.
- safeIntParse(String) - Static method in class com.mysql.cj.util.StringUtils
-
- safeTrim(String) - Static method in class com.mysql.cj.util.StringUtils
-
- SampleApplication - Class in customplugins
-
This is a simple application for creating and using custom connection plugins.
- SampleApplication() - Constructor for class customplugins.SampleApplication
-
- sanitizeProcOrFuncName(String) - Static method in class com.mysql.cj.util.StringUtils
-
Next two functions are to help DBMD check if the given string is in form of database.name and return it as "database";"name" with comments removed.
- SaslPrep - Class in com.mysql.cj.util
-
Implementation for SASLprep: Stringprep Profile for User Names and Passwords, as specified in
RFC 4013.
- SaslPrep() - Constructor for class com.mysql.cj.util.SaslPrep
-
- SaslPrep.StringType - Enum in com.mysql.cj.util
-
The type of string usage regarding the support for unassigned code points as described in
RFC
3454, Section 7.
- sawVariableUse() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Returns true if a variable reference was found.
- SCALAR_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- SCALAR_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
SCALAR = 1;
- scalarOf(double) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar DOUBLE type.
- scalarOf(long) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar SINT (signed int) type.
- scalarOf(String) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar STRING type.
- scalarOf(byte[]) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar OCTETS type.
- scalarOf(boolean) - Static method in class com.mysql.cj.xdevapi.ExprUtil
-
Protocol buffers helper to build a Scalar BOOL type.
- scaleOrLength - Variable in class com.mysql.cj.NativeQueryBindValue
-
- scanForAndThrowDataTruncation() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- Schema - Interface in com.mysql.cj.xdevapi
-
A client-side representation of a database schema.
- Schema.CreateCollectionOptions - Class in com.mysql.cj.xdevapi
-
- Schema.ModifyCollectionOptions - Class in com.mysql.cj.xdevapi
-
- Schema.Validation - Class in com.mysql.cj.xdevapi
-
- Schema.Validation.ValidationLevel - Enum in com.mysql.cj.xdevapi
-
Defines how validation options are applied.
- SCHEMA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- SCHEMA_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- SCHEMA_NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- SCHEMA_NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- schemaExists(String) - Method in interface com.mysql.cj.DataStoreMetadata
-
- schemaExists(String) - Method in class com.mysql.cj.DataStoreMetadataImpl
-
- SchemaImpl - Class in com.mysql.cj.xdevapi
-
- scope - Variable in class com.mysql.cj.protocol.x.Notice
-
- SCOPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- scramble411(String, byte[], String) - Static method in class com.mysql.cj.protocol.Security
-
- scramble411(byte[], byte[]) - Static method in class com.mysql.cj.protocol.Security
-
Hashing for MySQL-4.1 authentication.
- scrambleCachingSha2(byte[], byte[]) - Static method in class com.mysql.cj.protocol.Security
-
Scrambling for caching_sha2_password plugin.
- ScramSha1SaslClient - Class in com.mysql.cj.sasl
-
A
SaslClient
implementation for SCRAM-SHA-1, as specified in
RFC 5802.
- ScramSha1SaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramSha1SaslClient
-
- ScramSha256SaslClient - Class in com.mysql.cj.sasl
-
A
SaslClient
implementation for SCRAM-SHA-256, as specified in
RFC 5802 and
RFC 7677.
- ScramSha256SaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramSha256SaslClient
-
- ScramShaSaslClient - Class in com.mysql.cj.sasl
-
A
SaslClient
implementation for SCRAM-SHA mechanisms as specified in
RFC 5802.
- ScramShaSaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramShaSaslClient
-
- ScramShaSaslClient.ScramExchangeStage - Enum in com.mysql.cj.sasl
-
- ScramShaSaslClientFactory - Class in com.mysql.cj.sasl
-
- ScramShaSaslClientFactory() - Constructor for class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
- ScramShaSaslProvider - Class in com.mysql.cj.sasl
-
A SASL provider for the authentication mechanisms SCRAM-SHA-1 and SCRAM-SHA-256, here renamed to MYSQLCJ-SCRAM-SHA-1 and MYSQL-SRAM-SHA-256 respectively to
avoid conflicts with future default implementations.
- ScramShaSaslProvider() - Constructor for class com.mysql.cj.sasl.ScramShaSaslProvider
-
- scramStage - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- scrollTolerant - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Is ResultSet.TYPE_FORWARD_ONLY scroll tolerant?
- SearchMode - Enum in com.mysql.cj.util
-
Search mode flags enumeration.
- secondsSinceMillis(long) - Static method in class com.mysql.cj.util.Util
-
Computes the number of seconds elapsed since the given time in milliseconds.
- Security - Class in com.mysql.cj.protocol
-
Methods for doing secure authentication with MySQL-4.1 and newer.
- SECURITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- SECURITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- seed - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- SEED_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- select(String...) - Method in interface com.mysql.cj.xdevapi.Table
-
Create a new select statement using the given projections.
- select(String...) - Method in class com.mysql.cj.xdevapi.TableImpl
-
- SelectStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a SELECT query.
- SelectStatementImpl - Class in com.mysql.cj.xdevapi
-
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Packet sender implementation for the compressed MySQL protocol.
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
-
- send(Message, int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.SimplePacketSender
-
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
-
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.TracingPacketSender
-
- send(byte[], int, byte) - Method in interface com.mysql.cj.protocol.MessageSender
-
Synchronously send the message to server.
- send(M) - Method in interface com.mysql.cj.protocol.MessageSender
-
Synchronously send the message to server.
- send(M, CompletableFuture<?>, Runnable) - Method in interface com.mysql.cj.protocol.MessageSender
-
Asynchronously write a message with a notification being delivered to callback
upon completion of write of entire message.
- send(Message, int) - Method in interface com.mysql.cj.protocol.Protocol
-
- send(XMessage) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- send(XMessage, CompletableFuture<?>, Runnable) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- send(Message, int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- sendCapabilities(Map<String, Object>) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Set client capabilities of current session.
- sendCommand(Message, boolean, int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- sendCommand(Message, boolean, int) - Method in interface com.mysql.cj.protocol.Protocol
-
Send a command to the MySQL server.
- sendCommand(Message, boolean, int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- sendExecutePacket(NativePacketPayload, String) - Method in class com.mysql.cj.ServerPreparedQuery
-
- sendFileToServer(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Reads and sends a file to the server for LOAD DATA LOCAL INFILE
- sendFractionalSeconds - Variable in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- sendFractionalSecondsForTime - Variable in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- sendQueryPacket(Query, NativePacketPayload, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Send a query stored in a packet to the server.
- sendQueryString(Query, String, String, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Build a query packet from the given string and send it to the server.
- SequentialBalanceStrategy - Class in com.mysql.cj.jdbc.ha
-
A balancing strategy that starts at a random point, and then advances in the list (wrapping around) for each new pickConnection() call.
- SequentialBalanceStrategy() - Constructor for class com.mysql.cj.jdbc.ha.SequentialBalanceStrategy
-
- SequentialIdLease - Class in com.mysql.cj.util
-
- SequentialIdLease() - Constructor for class com.mysql.cj.util.SequentialIdLease
-
- serializeAsCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- serializeAsString() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- SERVER_HELLO_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SERVER_HELLO = 5;
- SERVER_KEY - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- SERVER_MESSAGE_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
- SERVER_MESSAGES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- SERVER_MORE_RESULTS_EXISTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_NO_GOOD_INDEX_USED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_NO_INDEX_USED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_WAS_SLOW - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_SESSION_STATE_CHANGED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_AUTOCOMMIT - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_CURSOR_EXISTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_IN_TRANS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_LAST_ROW_SENT - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- ServerAffinityStrategy - Class in com.mysql.cj.jdbc.ha
-
- ServerAffinityStrategy(String) - Constructor for class com.mysql.cj.jdbc.ha.ServerAffinityStrategy
-
- ServerCapabilities - Interface in com.mysql.cj.protocol
-
Represents server capabilities, retrieved right after creating physical connection and before handshake.
- ServerController - Class in com.mysql.cj.admin
-
Controls a MySQL server using Java RunTime methods
- ServerController(String) - Constructor for class com.mysql.cj.admin.ServerController
-
Creates a ServerController with the directory for the MySQL server.
- ServerController(String, String) - Constructor for class com.mysql.cj.admin.ServerController
-
Creates a server controller for the MySQL server with the given basedir
and datadir.
- serverExecute(int, boolean, ColumnDefinition) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Tells the server to execute this prepared statement with the current
parameter bindings.
- serverExecute(int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.ServerPreparedQuery
-
- serverExecute(int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- serverInfo - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
Any info message from the server that was created while generating this result set (if 'info parsing' is enabled for the connection).
- serverMessageId - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
extend .google.protobuf.MessageOptions { ...
- serverPrepare(String) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- serverPrepare(String) - Method in class com.mysql.cj.ServerPreparedQuery
-
- serverPrepare(String) - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- ServerPreparedQuery - Class in com.mysql.cj
-
- ServerPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.ServerPreparedQuery
-
- ServerPreparedQueryTestcaseGenerator - Class in com.mysql.cj
-
- ServerPreparedQueryTestcaseGenerator(NativeSession) - Constructor for class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- ServerPreparedStatement - Class in com.mysql.cj.jdbc
-
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
- ServerPreparedStatement(JdbcConnection, String, String, int, int) - Constructor for class com.mysql.cj.jdbc.ServerPreparedStatement
-
Creates a new ServerPreparedStatement object.
- serverPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- serverPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- serverPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- serverPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- serverPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- serverPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- serverPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- serverPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- serverPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- serverPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- serverPrepareStatement(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the
configuration property 'useServerPrepStmts') with the same semantics
as the java.sql.Connection.prepareStatement() method with the
same argument types.
- serverPrepareStatement(String, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the
configuration property 'useServerPrepStmts') with the same semantics
as the java.sql.Connection.prepareStatement() method with the
same argument types.
- serverPrepareStatement(String, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the
configuration property 'useServerPrepStmts') with the same semantics
as the java.sql.Connection.prepareStatement() method with the
same argument types.
- serverPrepareStatement(String, int, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the
configuration property 'useServerPrepStmts') with the same semantics
as the java.sql.Connection.prepareStatement() method with the
same argument types.
- serverPrepareStatement(String, int[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the
configuration property 'useServerPrepStmts') with the same semantics
as the java.sql.Connection.prepareStatement() method with the
same argument types.
- serverPrepareStatement(String, String[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the server (irregardless of the
configuration property 'useServerPrepStmts') with the same semantics
as the java.sql.Connection.prepareStatement() method with the
same argument types.
- serverResetStatement() - Method in class com.mysql.cj.ServerPreparedQuery
-
- serverRSAPublicKeyFile - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- serverSession - Variable in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- serverSession - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- ServerSession - Interface in com.mysql.cj.protocol
-
Keeps the effective states of server/session variables,
contains methods for initial retrieving of these states and for their actualization.
- ServerSessionStateController - Interface in com.mysql.cj.protocol
-
- ServerSessionStateController.ServerSessionStateChanges - Interface in com.mysql.cj.protocol
-
The object containing server session changes collected from the latest query execution.
- ServerSessionStateController.SessionStateChange - Class in com.mysql.cj.protocol
-
A single server session change record.
- ServerSessionStateController.SessionStateChangesListener - Interface in com.mysql.cj.protocol
-
- serverSignature - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- ServerStatusDiffInterceptor - Class in com.mysql.cj.jdbc.interceptors
-
- ServerStatusDiffInterceptor() - Constructor for class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
-
- serverSupportsFracSecs() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- serverSupportsFracSecs() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- serverSupportsFracSecs() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- ServerVersion - Class in com.mysql.cj
-
A server version.
- ServerVersion(String, int, int, int) - Constructor for class com.mysql.cj.ServerVersion
-
- ServerVersion(int, int, int) - Constructor for class com.mysql.cj.ServerVersion
-
- SESS_AUTHENTICATE_CONTINUE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_AUTHENTICATE_CONTINUE = 5;
- SESS_AUTHENTICATE_CONTINUE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SESS_AUTHENTICATE_CONTINUE = 3;
- SESS_AUTHENTICATE_OK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SESS_AUTHENTICATE_OK = 4;
- SESS_AUTHENTICATE_START_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_AUTHENTICATE_START = 4;
- SESS_CLOSE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_CLOSE = 7;
- SESS_RESET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SESS_RESET = 6;
- session - Variable in class com.mysql.cj.AbstractQuery
-
- session - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- session - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- session - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- session - Variable in class com.mysql.cj.protocol.AbstractProtocol
-
- Session - Interface in com.mysql.cj
-
Session
exposes logical level which user API uses internally to call
Protocol
methods.
- Session - Interface in com.mysql.cj.xdevapi
-
X DevAPI introduces a new, high-level database connection concept that is called Session.
- session - Variable in class com.mysql.cj.xdevapi.SessionImpl
-
- Session.SessionEventListener - Interface in com.mysql.cj
-
- SESSION_ID - Static variable in class com.mysql.cj.jdbc.ha.plugins.failover.TopologyServicePropertyKeys
-
- SESSION_STATE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_STATE_CHANGED = 3;
- SESSION_TRACK_GTIDS - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_SCHEMA - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_STATE_CHANGE - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_SYSTEM_VARIABLES - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_TRANSACTION_CHARACTERISTICS - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_TRANSACTION_STATE - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_VARIABLE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_VARIABLE_CHANGED = 2;
- SessionAssociationInterceptor - Class in com.mysql.cj.jdbc.interceptors
-
- SessionAssociationInterceptor() - Constructor for class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- SessionFactory - Class in com.mysql.cj.xdevapi
-
SessionFactory is used for creation of sessions.
- SessionFactory() - Constructor for class com.mysql.cj.xdevapi.SessionFactory
-
- SessionImpl - Class in com.mysql.cj.xdevapi
-
- SessionImpl(HostInfo) - Constructor for class com.mysql.cj.xdevapi.SessionImpl
-
Constructor.
- SessionImpl(XProtocol) - Constructor for class com.mysql.cj.xdevapi.SessionImpl
-
- SessionImpl() - Constructor for class com.mysql.cj.xdevapi.SessionImpl
-
- sessionLocal - Static variable in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- sessionMaxRows - Variable in class com.mysql.cj.CoreSession
-
The max-rows setting for current session
- SessionStateChange(int) - Constructor for class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- SessionStateChanged_ACCOUNT_EXPIRED - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_CLIENT_ID_ASSIGNED - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_CURRENT_SCHEMA - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_GENERATED_DOCUMENT_IDS - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_GENERATED_INSERT_ID - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_PRODUCED_MESSAGE - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_ROWS_AFFECTED - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_ROWS_FOUND - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_ROWS_MATCHED - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_TRX_COMMITTED - Static variable in class com.mysql.cj.protocol.x.Notice
-
- SessionStateChanged_TRX_ROLLEDBACK - Static variable in class com.mysql.cj.protocol.x.Notice
-
- set(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add an update to the statement setting the field as the document path to the given value for all documents matching the search criteria.
- set(String, Object) - Method in class com.mysql.cj.xdevapi.ModifyStatementImpl
-
- set(Map<String, Object>) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add the given set of updates to the statement.
- set(String, Object) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add the given update to the statement setting field to value for all rows matching the search criteria.
- set(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
-
- set(String, Object) - Method in class com.mysql.cj.xdevapi.UpdateStatementImpl
-
- SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
only allowed for TABLE
- SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
SET = 15;
- setAcceptAwsProtocolOnly(boolean) - Static method in class software.aws.rds.jdbc.mysql.Driver
-
Set the acceptAwsProtocolOnly property for the driver, which controls whether protocols other than
jdbc:postgresql:aws:// will be accepted by the driver.
- setAlgorithm(MysqlxCrud.ViewAlgorithm) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines how MySQL Server processes the view
- setAlgorithm(MysqlxCrud.ViewAlgorithm) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defined how MySQL Server processes the view
- setAlias(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- setAlias(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- setAliasBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- setAliasBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- setArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- setArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- setArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- setArray(int, Array) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setArray(int, Array) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setArray(MysqlxDatatypes.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- setArray(MysqlxDatatypes.Array.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- setArray(MysqlxExpr.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- setArray(MysqlxExpr.Array.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- setAsciiStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setAsciiStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setAsciiStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setAsciiStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setAsciiStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setAsciiStream(long) - Method in class com.mysql.cj.jdbc.Clob
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setAsciiStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
-
- setAttribute(String, Object) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setAttribute(String, Object) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setAttribute(String, Object) - Method in class com.mysql.cj.NativeQueryAttributesBindings
-
- setAttribute(String, Object) - Method in interface com.mysql.cj.QueryAttributesBindings
-
Adds a new query attribute to the list of query attributes.
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
authentication data
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
authentication data
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication data
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AwsIamAuthenticationPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AwsIamClearAuthenticationPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
This method called from Connector/J before first nextAuthenticationStep call.
- setAuthenticatorData(byte[]) - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Sets the FIDO Authenticator Data produced by the authenticator interaction.
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ha.ConnectionProxyLifecycleInterceptor
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setAutoCommit(boolean) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setAutoCommit(), before the
driver processes its own internal logic for setAutoCommit().
- setAutoCommit(boolean) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setAutoCommit(boolean) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setBaseDir(String) - Method in class com.mysql.cj.admin.ServerController
-
Sets the basedir to use when starting MySQL.
- setBatchCommandIndex(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setBatchCommandIndex(int) - Method in interface com.mysql.cj.PreparedQuery
-
- setBigDecimal(String, BigDecimal) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBigDecimal(String, BigDecimal) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBigDecimal(int, BigDecimal) - Method in interface com.mysql.cj.QueryBindings
-
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.QueryBindings
-
- setBinary() - Method in class com.mysql.cj.result.Field
-
- setBinaryStream(long) - Method in class com.mysql.cj.jdbc.Blob
-
- setBinaryStream(long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- setBinaryStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBinaryStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBinaryStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBinaryStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBinaryStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBinaryStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBinaryStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
-
- setBinding(Object, MysqlType, int, AtomicBoolean) - Method in interface com.mysql.cj.BindValue
-
- setBinding(Object, MysqlType, int, AtomicBoolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setBindValues(BindValue[]) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBindValues(BindValue[]) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob(String, Blob) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBlob(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBlob(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBlob(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBlob(String, Blob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBlob(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBlob(int, Blob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBlob(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBlob(int, Blob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBlob(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBlob(int, Blob) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBlob(int, Blob) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob() - Method in class com.mysql.cj.result.Field
-
- setBoolean(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBoolean(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBoolean(int, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBoolean(int, boolean) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBoolean(int, boolean) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBoolean(int, boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setBooleanRuntimeProperty(String, boolean) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setByte(String, byte) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setByte(String, byte) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setByte(int, byte) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setByte(int, byte) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setByte(int, byte) - Method in class com.mysql.cj.NativeQueryBindings
-
- setByte(int, byte) - Method in interface com.mysql.cj.QueryBindings
-
- setByteBuffer(byte[]) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Sets the array of bytes to use as a buffer to read from.
- setBytes(long, byte[]) - Method in class com.mysql.cj.jdbc.Blob
-
- setBytes(long, byte[], int, int) - Method in class com.mysql.cj.jdbc.Blob
-
- setBytes(long, byte[], int, int) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- setBytes(long, byte[]) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- setBytes(String, byte[]) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBytes(String, byte[]) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBytes(int, byte[], boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBytes(int, byte[], boolean) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBytes(int, byte[], boolean) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
- setBytes(int, byte[], boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setBytes(int, byte[]) - Method in interface com.mysql.cj.result.Row
-
Sets the given byte array as a raw column value (only works currently with ByteArrayRow).
- setCalendar(Calendar) - Method in interface com.mysql.cj.BindValue
-
- setCalendar(Calendar) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setCancelStatus(Query.CancelStatus) - Method in class com.mysql.cj.AbstractQuery
-
- setCancelStatus(Query.CancelStatus) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCancelStatus(Query.CancelStatus) - Method in interface com.mysql.cj.Query
-
- setCapabilities(ServerCapabilities) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setCapabilities(ServerCapabilities) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setCapabilities(ServerCapabilities) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setCapabilities(int, MysqlxConnection.Capability) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- setCapabilities(int, MysqlxConnection.Capability.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- setCapabilities(MysqlxConnection.Capabilities) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- setCapabilities(MysqlxConnection.Capabilities.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- setCapability(String, Object) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- setCapabilityFlags(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setCapabilityFlags(int) - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- setCapabilityFlags(int) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setCatalog(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- setCategory(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setCaughtWhileCancelling(Throwable) - Method in interface com.mysql.cj.CancelQueryTask
-
- setCaughtWhileCancelling(Throwable) - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- setCharacterStream(String, Reader, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setCharacterStream(String, Reader, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setCharacterStream(long) - Method in class com.mysql.cj.jdbc.Clob
-
- setCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setCharacterStream(int, Reader, int) - Method in interface com.mysql.cj.QueryBindings
-
- setCharsetSettings(CharsetSettings) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setCharsetSettings(CharsetSettings) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setCharsetSettings(CharsetSettings) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setCheck(MysqlxCrud.ViewCheckOption) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
limits the write operations done on a VIEW
- setCheck(MysqlxCrud.ViewCheckOption) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
limits the write operations done on a VIEW
- setClearWarningsCalled(boolean) - Method in class com.mysql.cj.AbstractQuery
-
- setClearWarningsCalled(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setClearWarningsCalled(boolean) - Method in interface com.mysql.cj.Query
-
- setClientInfo(Connection, Properties) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Sets the client info for the connection that this provider
instance belongs to.
- setClientInfo(Connection, String, String) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Sets the client info for the connection that this provider
instance belongs to.
- setClientInfo(Connection, Properties) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- setClientInfo(Connection, String, String) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- setClientInfo(Connection, Properties) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- setClientInfo(Connection, String, String) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setClientMessages(Mysqlx.ClientMessages.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- setClientParam(long) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setClientParam(long) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setClientParam(long) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setClob(String, Clob) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setClob(String, Clob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setClob(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setClob(int, Clob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setClob(int, Clob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setClob(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setClob(int, Clob) - Method in class com.mysql.cj.NativeQueryBindings
-
- setClob(int, Clob) - Method in interface com.mysql.cj.QueryBindings
-
- setClosed(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setClusterId(String) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Sets cluster Id for a service instance.
- setClusterId(String) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareMetricsContainer
-
- setClusterId(String) - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.IClusterAwareMetricsContainer
-
- setClusterId(String) - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Set unique cluster identifier for topology service instance.
- setClusterInstanceTemplate(HostInfo) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Sets host details common to each instance in the cluster, including the host dns pattern.
- setClusterInstanceTemplate(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Sets host details common to each instance in the cluster, including the host dns pattern.
- setCode(int) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
error code
- setCode(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning code
- setCollation(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- setCollation(long) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- setColumn(int, String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- setColumn(int, String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- setColumnDefinition(ColumnDefinition) - Method in class com.mysql.cj.NativeQueryBindings
-
- setColumnDefinition(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.protocol.Resultset
-
Sometimes the driver doesn't have metadata before consuming the result set rows (because it's cached),
or need to coerce the metadata returned by queries into that required by the particular specification
(eg metadata returned by metadata queries into that required by the JDBC specification).
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.QueryBindings
-
- setColumnLabelToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnLabelToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnNameToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setColumnToIndexCache(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnToIndexCache(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setCompactMetadata(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- setCompactMetadata(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- setCond(int, MysqlxExpect.Open.Condition) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- setCond(int, MysqlxExpect.Open.Condition.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- setConditionKey(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- setConditionValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- setConnectionCreationTimeMillis(long) - Method in class com.mysql.cj.NativeSession
-
- setConnectionLifecycleInterceptor(ConnectionLifecycleInterceptor) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setConnectionLifecycleInterceptor(ConnectionLifecycleInterceptor) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setConnectionLifecycleInterceptor(ConnectionLifecycleInterceptor) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setConnectionLifecycleInterceptor(ConnectionLifecycleInterceptor) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setContentType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- setContentType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- setCriteria(String) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse criteriaString into X Protocol Expr object.
- setCurrentConnection(JdbcConnection, HostInfo) - Method in class com.mysql.cj.jdbc.ha.ConnectionProxy
-
- setCurrentConnection(JdbcConnection, HostInfo) - Method in interface com.mysql.cj.jdbc.ha.plugins.ICurrentConnectionProvider
-
- setCurrentDatabase(String) - Method in class com.mysql.cj.AbstractQuery
-
- setCurrentDatabase(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCurrentDatabase(String) - Method in interface com.mysql.cj.Query
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- setCurrentRow(int) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves the current position in the result set to the given row number.
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
client-side assigned cursor ID; must be allocated/open
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
client-side assigned cursor ID; must be already open
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- setCursorName(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCursorName(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ha.ConnectionProxyLifecycleInterceptor
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setDatabase(String) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setCatalog() or Connection.setSchema(),
before the driver processes its own internal logic for these methods.
- setDatabase(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set current database for this connection.
- setDatabaseName(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the database name.
- setDataDir(String) - Method in class com.mysql.cj.admin.ServerController
-
Sets the data to use when starting MySQL.
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
data model that the operations refer to
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
data model that the operations refer to
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
data model that the operations refer to
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
datamodel that the operations refer to
- setDataSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setDate(String, Date) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setDate(String, Date, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setDate(String, Date) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setDate(String, Date, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setDate(int, Date) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setDate(int, Date) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.NativeQueryBindings
-
- setDate(int, Date, Calendar) - Method in interface com.mysql.cj.QueryBindings
-
- setDay(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- setDefaultValue(T) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setDefiner(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- setDefiner(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- setDefinerBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- setDefinerBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- setDelete(MysqlxCrud.Delete) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- setDelete(MysqlxCrud.Delete.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- setDescription(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setDescription(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setDirection(MysqlxCrud.Order.Direction) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- setDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- setDouble(String, double) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setDouble(String, double) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setDouble(int, double) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setDouble(int, double) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setDouble(int, double) - Method in class com.mysql.cj.NativeQueryBindings
-
- setDouble(int, double) - Method in interface com.mysql.cj.QueryBindings
-
- setEnumRuntimeProperty(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setEscapeBytesIfNeeded(boolean) - Method in interface com.mysql.cj.BindValue
-
- setEscapeBytesIfNeeded(boolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setEscapeProcessing(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setEscapeProcessing(boolean) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setExceptionInterceptor(ExceptionInterceptor) - Method in class com.mysql.cj.CoreSession
-
- setExceptionInterceptor(ExceptionInterceptor) - Method in interface com.mysql.cj.Session
-
- setExecuteTime(long) - Method in class com.mysql.cj.AbstractQuery
-
- setExecuteTime(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setExecuteTime(long) - Method in interface com.mysql.cj.Query
-
- setExpireTime(int) - Method in class com.mysql.cj.util.ExpiringCache
-
- setExpr(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- setExpr(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setFailedOver(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setFetchRows(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
number of rows that should be retrieved from sequential cursor
- setFetchRows(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
number of rows that should be retrieved from sequential cursor
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setField(Field) - Method in interface com.mysql.cj.BindValue
-
- setField(Field) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- setField(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- setField(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- setField(int, ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- setFields(Field[]) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setFields(Field[]) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setFields(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setFields(Expression) - Method in class com.mysql.cj.xdevapi.DocFilterParams
-
Parse projection expressions into X Protocol Projection objects.
- setFields(String...) - Method in class com.mysql.cj.xdevapi.DocFilterParams
-
- setFields(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse projection expressions into X Protocol Projection objects.
- setFields(String...) - Method in class com.mysql.cj.xdevapi.TableFilterParams
-
- setFieldsAndValues(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.InsertParams
-
Fill insert parameters from projection_expression -> value_expression map.
- setFind(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- setFind(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- setFirstCharOfQuery(char) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setFirstCharOfQuery(char) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Sets the first character of the query that was issued to create
this result set.
- setFlags(short) - Method in class com.mysql.cj.result.Field
-
- setFlags(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- setFld(int, MysqlxDatatypes.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- setFld(int, MysqlxDatatypes.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- setFld(int, MysqlxExpr.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- setFld(int, MysqlxExpr.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- setFloat(String, float) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setFloat(String, float) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setFloat(int, float) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setFloat(int, float) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setFloat(int, float) - Method in class com.mysql.cj.NativeQueryBindings
-
- setFloat(int, float) - Method in interface com.mysql.cj.QueryBindings
-
- setForceClosedReason(Throwable) - Method in class com.mysql.cj.NativeSession
-
- setFractionalDigits(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
displayed factional decimal digits for floating point and
fixed point numbers
- setFromBindValue(int, BindValue) - Method in class com.mysql.cj.NativeQueryBindings
-
- setFromBindValue(int, BindValue) - Method in interface com.mysql.cj.QueryBindings
-
- setFullColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setFullColumnNameToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setFunctionCall(MysqlxExpr.FunctionCall) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- setFunctionCall(MysqlxExpr.FunctionCall.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- setGrouping(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- setGrouping(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- setGrouping(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setGrouping(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse groupBy expressions into X Protocol Expr objects.
- setGroupingCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- setGroupingCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- setGroupingCriteria(String) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setGroupingCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse having expressions into X Protocol Expr objects.
- setHadWarnings(boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setHoldResultsOpenOverClose(boolean) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setHoldResultsOpenOverClose(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setIdentifier(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- setIdentifier(MysqlxExpr.ColumnIdentifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- setIfExists(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
if true then suppress error when deleted view does not exists
- setInactive() - Method in class com.mysql.cj.jdbc.ha.plugins.MonitorConnectionContext
-
- setIndex(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setIndex(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
used in case of ARRY_INDEX
- setInfo(String) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setInGlobalTx(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set the state of being in a global (XA) transaction.
- setInitialResponse(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
initial response
- setInPreparedTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setInPreparedTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setInPreparedTx(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setInPreparedTx(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set the state of being in a prepared transaction.
- setInsert(MysqlxCrud.Insert) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- setInsert(MysqlxCrud.Insert.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- setInt(String, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setInt(String, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setInt(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setInt(int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setInt(int, int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setInt(int, int) - Method in interface com.mysql.cj.QueryBindings
-
- setIntegerRuntimeProperty(String, int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setIsNational(boolean) - Method in interface com.mysql.cj.BindValue
-
- setIsNational(boolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setKeepOpen(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- setKeepOrigNanos(boolean) - Method in interface com.mysql.cj.BindValue
-
Should the value keep original fractional seconds ignoring sendFractionalSeconds and sendFractionalSecondsForTime?
- setKeepOrigNanos(boolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setKey(String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- setKey(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- setKeyBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- setKeyBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- setLargeMaxRows(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setLargeMaxRows(long) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setLastUsedReaderHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Set details about the most recent reader that the driver has connected to.
- setLastUsedReaderHost(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Set details about the most recent reader that the driver has connected to.
- setLength(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
maximum count of displayable characters of .type
- setLevel(MysqlxNotice.Warning.Level) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
Note or Warning
- setLevel(Schema.Validation.ValidationLevel) - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimit(Long) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setLimit(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set maximum rows to find.
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLiteral(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- setLiteral(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Sets an InputStream instance that will be used to send data
to the MySQL server for a "LOAD DATA LOCAL INFILE" statement
rather than a FileInputStream or URLInputStream that represents
the path given as an argument to the statement.
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.NativeSession
-
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.protocol.Protocol
-
Sets an InputStream instance that will be used to send data
to the MySQL server for a "LOAD DATA LOCAL INFILE" statement
rather than a FileInputStream or URLInputStream that represents
the path given as an argument to the statement.
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- setLock(FilterParams.RowLock) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setLock(FilterParams.RowLock) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- setLocking(MysqlxCrud.Find.RowLock) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
perform row locking on matches
- setLockingOptions(MysqlxCrud.Find.RowLockOptions) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
additional options how to handle locked rows
- setLockOption(FilterParams.RowLockOptions) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setLockOption(FilterParams.RowLockOptions) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- setLoginTimeout(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setLogWriter(PrintWriter) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setLong(String, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setLong(String, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setLong(int, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setLong(int, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setLong(int, long) - Method in class com.mysql.cj.NativeQueryBindings
-
- setLong(int, long) - Method in interface com.mysql.cj.QueryBindings
-
- setLongParameterSwitchDetected(boolean) - Method in class com.mysql.cj.NativeQueryBindings
-
- setLongParameterSwitchDetected(boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setLongRuntimeProperty(String, long) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setLowerBound(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setMaxAllowedPacket(int) - Method in interface com.mysql.cj.protocol.MessageSender
-
Set max allowed packet size.
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- setMaxFieldSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setMaxFieldSize(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setMaxPacketDumpLength(int) - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
-
- setMaxRows(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setMaxRows(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setMechName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- setMechNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- setMemorySizeRuntimeProperty(String, int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setMetadata(ResultSetMetaData) - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
-
- setMetadata(ResultSetMetaData) - Method in class com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
-
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.result.AbstractResultsetRow
-
- setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Sometimes the driver doesn't have metadata until after
the statement has the result set in-hand (because it's cached),
so it can call this to set it after the fact.
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.x.XProtocolRow
-
- setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.result.Row
-
Set metadata to enable getValue functionality.
- setMetadataCollationIndex(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- setMetadataEncoding(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setMonth(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- setMysqlInput(FullReadInputStream) - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- setMysqlInput(FullReadInputStream) - Method in interface com.mysql.cj.protocol.SocketConnection
-
- setMysqlType(MysqlType) - Method in interface com.mysql.cj.BindValue
-
- setMysqlType(MysqlType) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setMysqlType(MysqlType) - Method in class com.mysql.cj.result.Field
-
- setMysqlTypeId(int) - Method in class com.mysql.cj.result.Field
-
- setName(String) - Method in interface com.mysql.cj.BindValue
-
- setName(String) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- setName(MysqlxExpr.Identifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- setName(MysqlxExpr.Identifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- setName(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- setNamespace(String) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- setNamespaceBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setNCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNCharacterStream(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
-
- setNClob(String, NClob) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNClob(String, NClob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNClob(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNClob(int, NClob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNClob(int, NClob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNClob(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNClob(int, NClob) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNClob(int, NClob) - Method in interface com.mysql.cj.QueryBindings
-
- setNeedsPing(boolean) - Method in class com.mysql.cj.NativeSession
-
- setNegative(boolean) - Method in class com.mysql.cj.protocol.InternalTime
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setNextResultset(Resultset) - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- setNextResultset(Resultset) - Method in interface com.mysql.cj.protocol.Resultset
-
- setNString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNString(int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Set a parameter to a Java String value.
- setNString(int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNString(int, String) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNString(int, String) - Method in interface com.mysql.cj.QueryBindings
-
- setNull(boolean) - Method in interface com.mysql.cj.BindValue
-
- setNull(String, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNull(String, int, String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNull(String, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNull(String, int, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNull(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNull(int, int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNull(int, MysqlType) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNull(int, MysqlType) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setNull(int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNull(int, int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNull(int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNull(boolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setNull(int) - Method in interface com.mysql.cj.QueryBindings
-
- setNumberOfExecutions(int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNumberOfExecutions(int) - Method in interface com.mysql.cj.QueryBindings
-
- setObj(MysqlxDatatypes.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- setObj(MysqlxDatatypes.Object.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- setObject(String, Object) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(String, Object, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(String, Object) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(String, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(String, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(int, Object) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object, int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object, int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object) - Method in class com.mysql.cj.NativeQueryBindings
-
- setObject(int, Object, MysqlType, int) - Method in class com.mysql.cj.NativeQueryBindings
-
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
- setObject(int, Object) - Method in interface com.mysql.cj.QueryBindings
-
- setObject(int, Object, MysqlType, int) - Method in interface com.mysql.cj.QueryBindings
-
- setObject(MysqlxExpr.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- setObject(MysqlxExpr.Object.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- setOffset(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setOffset(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to skip before applying the row_count
- setOffset(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- setOffset(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- setOffset(Long) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setOffset(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set number of rows to skip before finding others.
- setOldStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setOldStatusFlags(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setOldStatusFlags(int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setOp(MysqlxExpect.Open.CtxOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- setOp(MysqlxExpect.Open.Condition.ConditionOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- setOperation(int, MysqlxCrud.UpdateOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- setOperation(int, MysqlxCrud.UpdateOperation.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- setOperation(MysqlxCrud.UpdateOperation.UpdateType) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
the type of operation to be performed
- setOperator(MysqlxExpr.Operator) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- setOperator(MysqlxExpr.Operator.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- setOrder(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- setOrder(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setOrder(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse order expressions into X Protocol Order objects.
- setOriginalName(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column before an alias was applied
- setOriginalSql(String) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setOriginalSql(String) - Method in interface com.mysql.cj.PreparedQuery
-
- setOriginalTable(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from before an alias was applied
- setOutputStream(OutputStream) - Method in class com.mysql.cj.protocol.x.ReusableOutputStream
-
- setOwner(ResultsetRowsOwner) - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- setOwner(ResultsetRowsOwner) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Set the result set that 'owns' this RowData
- setOwningStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setOwningStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Sets the statement that "owns" this result set (usually used when the
result set should internally "belong" to one statement, but is created
by another.
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
-
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
-
- setParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- setParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- setParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- setParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- setParam(MysqlxNotice.SessionStateChanged.Parameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
parameter key
- setParam(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- setParamBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- setParameter(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setParameterCount(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setParameterCount(int) - Method in interface com.mysql.cj.PreparedQuery
-
- setParameterFields(Field[]) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setPassword(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the password
- setPayload(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- setPayload(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the payload of the notification
- setPayloadLength(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set the actual length of payload written to buffer.
- setPingTarget(PingTarget) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setPingTarget(PingTarget) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setPort(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the database port.
- setPortNumber(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the port number
- setPosition(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set the current position to write to/ read from
- setPosition(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- setPrepareExecute(MysqlxPrepare.Execute) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- setPrepareExecute(MysqlxPrepare.Execute.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- setProjection(int, MysqlxCrud.Projection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- setProjection(int, MysqlxCrud.Projection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- setProjection(int, MysqlxCrud.Column) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- setProjection(int, MysqlxCrud.Column.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- setProjection(String[]) - Method in class com.mysql.cj.xdevapi.InsertParams
-
Set X Protocol Column objects list for projection.
- setPropertiesViaRef(Reference) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Initializes driver properties that come from a JNDI reference (in the
case of a javax.sql.DataSource bound into some name service that doesn't
handle Java objects directly).
- setPropertySet(PropertySet) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.protocol.Protocol
-
- setPropertySet(PropertySet) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- setPropertySet(PropertySet) - Method in class com.mysql.cj.result.StringValueFactory
-
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.result.ValueFactory
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Sets this connection's proxy.
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setProxy(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setQueryBindings(QueryBindings) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setQueryBindings(QueryBindings) - Method in interface com.mysql.cj.PreparedQuery
-
- setQueryComment(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setQueryComment(String) - Method in interface com.mysql.cj.protocol.Protocol
-
Sets the comment that will be prepended to all statements
sent to the server.
- setQueryComment(String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- setQueryInfo(QueryInfo) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setQueryInfo(QueryInfo) - Method in interface com.mysql.cj.PreparedQuery
-
- setQueryInterceptors(List<QueryInterceptor>) - Method in class com.mysql.cj.NativeSession
-
- setQueryInterceptors(List<QueryInterceptor>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setQueryTimeout(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setQueryTimeout(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setQueryToCancel(Query) - Method in interface com.mysql.cj.CancelQueryTask
-
- setQueryToCancel(Query) - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- setRead(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setReadOnlyInternal(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setRef(int, Ref) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setRef(int, Ref) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setRefreshRate(int) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.AuroraTopologyService
-
Set new topology refresh rate.
- setRefreshRate(int) - Method in interface com.mysql.cj.jdbc.ha.plugins.failover.ITopologyService
-
Set new topology refresh rate.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- setReplaceExisting(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
if true then suppress error when created view already exists;
just replace it
- setReprepareState() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Mark this preparable statement to be deallocated and re-prepared on next execution, if it is currently prepared.
- setResult(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setResultFetchSize(int) - Method in class com.mysql.cj.AbstractQuery
-
- setResultFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setResultFetchSize(int) - Method in interface com.mysql.cj.Query
-
- setResultFields(ColumnDefinition) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets the concurrency
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- setResultSetType(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets the result set type
- setResultType(Resultset.Type) - Method in class com.mysql.cj.AbstractQuery
-
- setResultType(Resultset.Type) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setResultType(Resultset.Type) - Method in interface com.mysql.cj.Query
-
- setRetrieveGeneratedKeys(boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setReuseExisting(boolean) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- setRow(int, MysqlxCrud.Insert.TypedRow) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- setRow(int, MysqlxCrud.Insert.TypedRow.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- setRowCount(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to filter
- setRowCount(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- setRowCount(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- setRowId(String, RowId) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setRowId(String, RowId) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setRowId(int, RowId) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setRowId(int, RowId) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setRuntimeModifiable(boolean) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setSavepoint() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSavepoint() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSavepoint() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSavepoint() - Method in interface com.mysql.cj.xdevapi.Session
-
- setSavepoint(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Creates or replaces a transaction savepoint with the given name.
- setSavepoint() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- setSavepoint(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- setScalar(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- setScalar(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- setScale(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setScale(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setScaleOrLength(long) - Method in interface com.mysql.cj.BindValue
-
- setScaleOrLength(long) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setSchema(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSchema(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSchema(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSchema(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- setSchema(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
schema the column originates from
- setSchema(String) - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- setSchemaBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- setSchemaName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- setSchemaName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- setSchemaNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- setSchemaNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- setScope(MysqlxNotice.Frame.Scope) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
global or local notification
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setSecurity(MysqlxCrud.ViewSqlSecurity) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the security context in which the view is going be executed
- setSecurity(MysqlxCrud.ViewSqlSecurity) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the security context in which the view is going be executed
- setSerializableObject(int, Object) - Method in class com.mysql.cj.NativeQueryBindings
-
Sets the value for the placeholder as a serialized Java object (used by various forms of setObject()
- setServerInfo(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets server info (if any)
- setServerMessages(Mysqlx.ServerMessages.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- setServerName(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the server name.
- setServerStatementId(long) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setServerThreadId(long) - Method in class com.mysql.cj.protocol.a.TracingPacketSender
-
- setServerVariables(Map<String, String>) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setServerVariables(Map<String, String>) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setServerVariables(Map<String, String>) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setSessionKey(String) - Static method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSessionMaxRows(int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the sql select limit max-rows for this session if different from current.
- setSessionMaxRows(int) - Method in class com.mysql.cj.NativeSession
-
- setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in class com.mysql.cj.protocol.a.NativeServerSessionStateController
-
- setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in interface com.mysql.cj.protocol.ServerSessionStateController
-
Set the object containing server session changes collected from the latest query execution.
- setSessionTimeZone(TimeZone) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setSessionTimeZone(TimeZone) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setSessionTimeZone(TimeZone) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setSessionVariables() - Method in class com.mysql.cj.NativeSession
-
- setSeverity(Mysqlx.Error.Severity) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
severity of the error message
- setShort(String, short) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setShort(String, short) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setShort(int, short) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setShort(int, short) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setShort(int, short) - Method in class com.mysql.cj.NativeQueryBindings
-
- setShort(int, short) - Method in interface com.mysql.cj.QueryBindings
-
- setSignature(byte[]) - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Sets the FIDO Signature produced by the authenticator interaction.
- setSinceVersion(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setSocketFactory(SocketFactory) - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- setSocketFactory(SocketFactory) - Method in interface com.mysql.cj.protocol.SocketConnection
-
- setSocketTimeout(int) - Method in class com.mysql.cj.NativeSession
-
- setSocketTimeout(int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setSource(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- setSource(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- setSource(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- setSource(MysqlxExpr.ColumnIdentifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- setSourceOfAuthData(String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
-
- setSourceOfAuthData(String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- setSourceOfAuthData(String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationOciClient
-
- setSourceOfAuthData(String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Connector/J uses this method to identify the source of the authentication data, as an authentication plugin name, that will be available to the next
authentication step(s).
- setSQLState(String) - Method in exception com.mysql.cj.exceptions.CJException
-
- setSqlState(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- setSqlStateBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- setSQLXML(String, SQLXML) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setSQLXML(String, SQLXML) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setSQLXML(int, SQLXML) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setSQLXML(int, SQLXML) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setStartPosition(int) - Method in class com.mysql.cj.util.StringInspector
-
Sets the position from where the source string will be processed from now on, taking into consideration the "escaped" status of current character, if
the mode
SearchMode.ALLOW_BACKSLASH_ESCAPE
is present in the default search mode.
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setStatementComment(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the comment that will be prepended to all statements
sent to the server.
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setStatusFlags(int, boolean) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setStatusFlags(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
Sets new server status (from response) without saving it's old state
- setStatusFlags(int, boolean) - Method in interface com.mysql.cj.protocol.ServerSession
-
Sets new server status (from response)
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setStatusFlags(int, boolean) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- setStmt(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- setStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- setStmt(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- setStmt(MysqlxCursor.Open.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- setStmt(MysqlxCursor.Open.OneOfMessage.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- setStmt(MysqlxPrepare.Prepare.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- setStmt(MysqlxPrepare.Prepare.OneOfMessage.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- setStmt(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
statement that shall be executed
- setStmtExecute(MysqlxSql.StmtExecute) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- setStmtExecute(MysqlxSql.StmtExecute.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
client-side assigned statement ID, must be already prepared
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
client-side assigned statement ID, must be already prepared
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- setStopPosition(int) - Method in class com.mysql.cj.util.StringInspector
-
Sets the position where the source string processing will stop.
- setStreamingData(ResultsetRows) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setString(int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setString(long, String) - Method in class com.mysql.cj.jdbc.Clob
-
- setString(long, String, int, int) - Method in class com.mysql.cj.jdbc.Clob
-
- setString(String) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setString(int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setString(int, String) - Method in class com.mysql.cj.NativeQueryBindings
-
- setString(int, String) - Method in interface com.mysql.cj.QueryBindings
-
- setStringRuntimeProperty(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setTable(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from
- setTableName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- setTableNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- setTag(String) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Tag current position with the given key for future reference.
- setThreadId(long) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setThreadId(long) - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- setThreadId(long) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- setTime(String, Time) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setTime(String, Time, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setTime(String, Time) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setTime(String, Time, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setTime(int, Time) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setTime(int, Time) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.NativeQueryBindings
-
- setTime(int, Time, Calendar) - Method in interface com.mysql.cj.QueryBindings
-
- setTimeoutInMillis(int) - Method in class com.mysql.cj.AbstractQuery
-
- setTimeoutInMillis(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setTimeoutInMillis(int) - Method in interface com.mysql.cj.Query
-
- setTimeoutMs(int) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.ClusterAwareReaderFailoverHandler
-
Set process timeout in millis.
- setTimestamp(String, Timestamp) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setTimestamp(String, Timestamp) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setTimestamp(int, Timestamp) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setTimestamp(int, Timestamp) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setTimestamp(int, Timestamp, Calendar, Field, MysqlType) - Method in class com.mysql.cj.NativeQueryBindings
-
- setTimestamp(int, Timestamp, Calendar, Field, MysqlType) - Method in interface com.mysql.cj.QueryBindings
-
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setTransactionTimeout(int) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- setTransactionTimeout(int) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- setTransferSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setTransient(boolean) - Method in exception com.mysql.cj.exceptions.CJException
-
- setType(MysqlxCursor.Open.OneOfMessage.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- setType(MysqlxDatatypes.Any.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- setType(MysqlxDatatypes.Scalar.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- setType(MysqlxExpr.DocumentPathItem.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- setType(MysqlxExpr.Expr.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- setType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the type of the payload
- setType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
type of group replication event
- setType(MysqlxPrepare.Prepare.OneOfMessage.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- setType(MysqlxResultset.ColumnMetaData.FieldType) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setUncompressedSize(long) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Deprecated.
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- setUp() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Override this method with code that sets up the testcase for
demonstrating your bug (creating tables, populating data, etc).
- setUpdate(MysqlxCrud.Update) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- setUpdate(MysqlxCrud.Update.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- setUpdateCount(long) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setUpdateID(long) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setUpdates(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.UpdateParams
-
Fill update parameters from field -> value_expression map.
- setUpperBound(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setupPropertiesTransformer() - Method in class com.mysql.cj.conf.ConnectionUrl
-
- setUpsert(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- setUpsert(boolean) - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Set upsert flag on this statement.
- setUpsert(boolean) - Method in class com.mysql.cj.xdevapi.AddStatementImpl
-
- setupStreamingTimeout(JdbcConnection) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Adjust net_write_timeout to a higher value if we're streaming result sets.
- setURL(String, URL) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setURL(String, URL) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setURL(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the URL for this connection
- setUrl(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
This method is used by the app server to set the url string specified
within the datasource deployment descriptor.
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setUser(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the user ID.
- setValidation(Schema.Validation) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- setValidation(Schema.Validation) - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
-
- setValue(T) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- setValue(T, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- setValue(T) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Set the object value of a property directly.
- setValue(T, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Set the object value of a property directly.
- setValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- setValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- setValue(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- setValue(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- setValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- setValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- setValue(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- setValue(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- setValue(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- setValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- setValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- setValue(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- setValue(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- setValue(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- setValue(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- setValue(String) - Method in class com.mysql.cj.xdevapi.JsonNumber
-
Set number value.
- setValue(String) - Method in class com.mysql.cj.xdevapi.JsonString
-
Set JsonString value.
- setValue(Object) - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Set value to be set by this update operation.
- setValueBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- setValueInternal(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
Set the value of a property from a string value.
- setValueInternal(T, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
Internal method for setting property value; ignoring the RUNTIME_NOT_MODIFIABLE flag.
- setValueInternal(Integer, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.MemorySizeProperty
-
- setVariable(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- setVariableBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- setVBool(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- setVDouble(double) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- setVendorCode(int) - Method in exception com.mysql.cj.exceptions.CJException
-
- setVFloat(float) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- setView(boolean) - Method in class com.mysql.cj.xdevapi.TableImpl
-
Set flag indicating if the underlying object is a view.
- setViewId(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- setViewIdBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- setVOctets(MysqlxDatatypes.Scalar.Octets) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- setVOctets(MysqlxDatatypes.Scalar.Octets.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- setVSignedInt(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- setVString(MysqlxDatatypes.Scalar.String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- setVString(MysqlxDatatypes.Scalar.String.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- setVUnsignedInt(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- setWarningCount(int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setWarningCount(int) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setWasStreamingResults() - Method in interface com.mysql.cj.exceptions.StreamingNotifiable
-
- setWasStreamingResults() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- setWatcher(OutputStreamWatcher) - Method in class com.mysql.cj.protocol.WatchableOutputStream
-
- setWatcher(OutputStreamWatcher) - Method in interface com.mysql.cj.protocol.WatchableStream
-
- setWatcher(WriterWatcher) - Method in class com.mysql.cj.protocol.WatchableWriter
-
- setWrapperStatement(Statement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setWrapperStatement(Statement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- setYear(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- SEVERITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- Sha256PasswordPlugin - Class in com.mysql.cj.protocol.a.authentication
-
- Sha256PasswordPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- SHARED_LOCK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
Lock matching rows against updates
- sharedSendPacket - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- shortestQueryTimeMs - Variable in class com.mysql.cj.log.BaseMetricsHolder
-
- ShortValueFactory - Class in com.mysql.cj.result
-
A value factory for creating short values.
- ShortValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.ShortValueFactory
-
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- shouldExceptionTriggerFailover(Throwable) - Method in interface com.mysql.cj.jdbc.ha.LoadBalanceExceptionChecker
-
Invoked to determine whether or a given SQLException should
trigger a failover in a load-balanced deployment.
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.NdbLoadBalanceExceptionChecker
-
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
-
- shouldIntercept() - Method in class com.mysql.cj.NativeSession
-
- shouldNotHappen(Exception) - Static method in exception com.mysql.cj.exceptions.AssertionFailedException
-
Convenience method.
- shouldNotHappen(String) - Static method in exception com.mysql.cj.exceptions.AssertionFailedException
-
Create (and caller should subsequently throw) an AssertionFailedException
.
- shutdown() - Method in class com.mysql.cj.jdbc.admin.MiniAdmin
-
Shuts down the MySQL server at the other end of the connection that this
MiniAdmin was created from/for.
- shutdownServer() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- shutdownServer() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- shutdownServer() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- shutdownServer() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Used by MiniAdmin to shutdown a MySQL server
- shutdownServer() - Method in class com.mysql.cj.NativeSession
-
Used by MiniAdmin to shutdown a MySQL server
- sign(byte[], RSAPrivateKey) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- SimplePacketReader - Class in com.mysql.cj.protocol.a
-
Simple implementation of
MessageReader
which handles the receiving of logical MySQL packets from the provided socket input stream.
- SimplePacketReader(SocketConnection, RuntimeProperty<Integer>) - Constructor for class com.mysql.cj.protocol.a.SimplePacketReader
-
- SimplePacketSender - Class in com.mysql.cj.protocol.a
-
Simple implementation of
MessageSender
which handles the transmission of logical MySQL packets to the provided output stream.
- SimplePacketSender(BufferedOutputStream) - Constructor for class com.mysql.cj.protocol.a.SimplePacketSender
-
- SimpleQuery - Class in com.mysql.cj
-
- SimpleQuery(NativeSession) - Constructor for class com.mysql.cj.SimpleQuery
-
- SingleConnectionUrl - Class in com.mysql.cj.conf.url
-
- SingleConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.SingleConnectionUrl
-
- SINT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
SINT = 1;
- size() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- size() - Method in interface com.mysql.cj.protocol.WatchableStream
-
- size() - Method in class com.mysql.cj.result.BufferedRowList
-
- size() - Method in interface com.mysql.cj.result.RowList
-
Only works on non dynamic row lists.
- size() - Method in class com.mysql.cj.util.CacheMap
-
- size() - Method in class com.mysql.cj.util.ExpiringCache
-
- skip(long) - Method in class com.mysql.cj.protocol.a.CompressedInputStream
-
- skip(long) - Method in class com.mysql.cj.protocol.ReadAheadInputStream
-
- skip(long) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
- SKIP_LOCKED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
Do not wait to acquire a row lock,
remove locked rows from the result set
- skipBytes(NativeConstants.StringSelfDataType) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- skipFully(long) - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- skipLengthEncodedInteger() - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- skipPacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Reads and discards a single MySQL packet from the input stream.
- SLASH_STAR_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
-
- Slf4JLogger - Class in com.mysql.cj.log
-
- Slf4JLogger(String) - Constructor for class com.mysql.cj.log.Slf4JLogger
-
- slowQueryThresholdMillis - Variable in class com.mysql.cj.ServerPreparedQuery
-
- socketConnection - Variable in class com.mysql.cj.protocol.a.SimplePacketReader
-
- socketConnection - Variable in class com.mysql.cj.protocol.AbstractProtocol
-
- SocketConnection - Interface in com.mysql.cj.protocol
-
Represents physical connection with endpoint
- socketFactory - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
-
- SocketFactory - Interface in com.mysql.cj.protocol
-
Interface to allow pluggable socket creation in the driver
- SocketFactory - Interface in com.mysql.jdbc
-
- SocketFactoryWrapper - Class in com.mysql.jdbc
-
Wraps the legacy com.mysql.jdbc.SocketFactory implementations so they can be used as
SocketFactory
- SocketFactoryWrapper(Object) - Constructor for class com.mysql.jdbc.SocketFactoryWrapper
-
- SocketMetadata - Interface in com.mysql.cj.protocol
-
- socketTimeoutBackup - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
Backup original Socket timeout to be restored after handshake
- SocksProxySocketFactory - Class in com.mysql.cj.protocol
-
A socket factory used to create sockets connecting through a SOCKS proxy.
- SocksProxySocketFactory() - Constructor for class com.mysql.cj.protocol.SocksProxySocketFactory
-
- software.aws.rds.jdbc.mysql - package software.aws.rds.jdbc.mysql
-
- sort(String...) - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
Add sort expressions to this statement.
- sort(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the order specification for this query.
- sort(String...) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add/replace the order specification for this statement.
- sort(String...) - Method in interface com.mysql.cj.xdevapi.RemoveStatement
-
Add/replace the order specification for the removal.
- sortSrvRecords(List<DnsSrv.SrvRecord>) - Static method in class com.mysql.cj.util.DnsSrv
-
Sort a list of DNS SRV records according to the sorting rules described in rfc2782.
- SOURCE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- SOURCE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- sourceConnection - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- SPACE_STAR_SLASH_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
-
- SPATIAL - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams
-
- split(String, boolean) - Method in class com.mysql.cj.util.StringInspector
-
Splits the source string by the given delimiter.
- split(String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter
- split(String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, boolean, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- splitDBdotName(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits an entity identifier into its parts (database and entity name) and returns a list containing the two elements.
- sql(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Create a native SQL command.
- sql(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- SQL_STATE_ACTIVE_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BAD_SSL_PARAMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_OR_VIEW_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_OR_VIEW_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CARDINALITY_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CASE_NOT_FOUND_FOR_CASE_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CLI_SPECIFIC_CONDITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COLUMN_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COLUMN_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COMMUNICATION_LINK_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COMMUNICATION_LINK_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_NOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_REJECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DATE_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DISCONNECT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DIVISION_BY_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DRIVER_NOT_CAPABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_BAD_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_DUP_FIELDNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_NO_SUCH_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_QUERY_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ERROR_IN_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- SQL_STATE_GENERAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ILLEGAL_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INDEX_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INDEX_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INSERT_VALUE_LIST_NO_MATCH_COL_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_AUTH_SPEC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CATALOG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CHARACTER_VALUE_FOR_CAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_COLUMN_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CONDITION_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CONNECTION_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CURSOR_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_DATETIME_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_LOGARITHM_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_TRANSACTION_TERMINATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MEMORY_ALLOCATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MEMORY_ALLOCATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MORE_THAN_ONE_ROW_UPDATED_OR_DELETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_DEFAULT_FOR_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_ROWS_UPDATED_OR_DELETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NULL_VALUE_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_PRIVILEGE_NOT_REVOKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_READ_ONLY_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_RESIGNAL_WHEN_HANDLER_NOT_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ROLLBACK_SERIALIZATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SRE_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SRE_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_STRING_DATA_RIGHT_TRUNCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SYNTAX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_TIMEOUT_EXPIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_UNABLE_TO_CONNECT_TO_DATASOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_WRONG_NO_OF_PARAMETERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBDEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBTIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RMERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_DUPID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_INVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_NOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_OUTSIDE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_RMFAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STMT_EXECUTE_OK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SQL_STMT_EXECUTE_OK = 17;
- SQL_STMT_EXECUTE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SQL_STMT_EXECUTE = 12;
- SqlDateValueEncoder - Class in com.mysql.cj.protocol.a
-
- SqlDateValueEncoder() - Constructor for class com.mysql.cj.protocol.a.SqlDateValueEncoder
-
- SqlDateValueFactory - Class in com.mysql.cj.result
-
A value factory for creating Date
values.
- SqlDateValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlDateValueFactory
-
- SqlDateValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.SqlDateValueFactory
-
- SQLError - Class in com.mysql.cj.jdbc.exceptions
-
SQLError is a utility class that maps MySQL error codes to SQL error codes as is required by the JDBC spec.
- SQLError() - Constructor for class com.mysql.cj.jdbc.exceptions.SQLError
-
- SQLExceptionsMapping - Class in com.mysql.cj.jdbc.exceptions
-
- SQLExceptionsMapping() - Constructor for class com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
-
- SqlMultiResult - Class in com.mysql.cj.xdevapi
-
SqlResult
representing a multiple result sets.
- SqlMultiResult(Supplier<SqlResult>) - Constructor for class com.mysql.cj.xdevapi.SqlMultiResult
-
Constructor.
- SqlResult - Interface in com.mysql.cj.xdevapi
-
A result from a SQL statement which may have several sets of data following by a DML result.
- SqlResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a
SqlResult
instance.
- SqlResultBuilder(TimeZone, PropertySet) - Constructor for class com.mysql.cj.xdevapi.SqlResultBuilder
-
- SqlResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.SqlResultBuilder
-
- SqlSingleResult - Class in com.mysql.cj.xdevapi
-
- SqlSingleResult(ColumnDefinition, TimeZone, RowList, Supplier<ProtocolEntity>, PropertySet) - Constructor for class com.mysql.cj.xdevapi.SqlSingleResult
-
Constructor.
- SqlStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a raw SQL command.
- SqlStatementImpl - Class in com.mysql.cj.xdevapi
-
- SqlStatementImpl(MysqlxSession, String) - Constructor for class com.mysql.cj.xdevapi.SqlStatementImpl
-
Constructor.
- SqlTimestampValueEncoder - Class in com.mysql.cj.protocol.a
-
- SqlTimestampValueEncoder() - Constructor for class com.mysql.cj.protocol.a.SqlTimestampValueEncoder
-
- SqlTimestampValueFactory - Class in com.mysql.cj.result
-
Value factory to create Timestamp
instances.
- SqlTimestampValueFactory(PropertySet, Calendar, TimeZone, TimeZone) - Constructor for class com.mysql.cj.result.SqlTimestampValueFactory
-
- SqlTimeValueEncoder - Class in com.mysql.cj.protocol.a
-
- SqlTimeValueEncoder() - Constructor for class com.mysql.cj.protocol.a.SqlTimeValueEncoder
-
- SqlTimeValueFactory - Class in com.mysql.cj.result
-
A value factory to create Time
instances.
- SqlTimeValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlTimeValueFactory
-
- SqlTimeValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.SqlTimeValueFactory
-
- SqlUpdateResult - Class in com.mysql.cj.xdevapi
-
SqlResult
for insert, update, delete and DDL statements.
- SqlUpdateResult(StatementExecuteOk) - Constructor for class com.mysql.cj.xdevapi.SqlUpdateResult
-
Constructor.
- SrvRecord(int, int, int, String) - Constructor for class com.mysql.cj.util.DnsSrv.SrvRecord
-
- SSL_REQUEST_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- SSLParamsException - Exception in com.mysql.cj.exceptions
-
- SSLParamsException() - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- SSLParamsException(String) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- SSLParamsException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- SSLParamsException(Throwable) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- SSLParamsException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- sslSocket - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
The wrapper for underlying TCP/IP socket
- stackTraceToString(Throwable) - Static method in class com.mysql.cj.util.Util
-
Converts a nested exception into a nicer message
- StandardLoadBalanceExceptionChecker - Class in com.mysql.cj.jdbc.ha
-
- StandardLoadBalanceExceptionChecker() - Constructor for class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
-
- StandardLogger - Class in com.mysql.cj.log
-
Provides logging facilities for those platforms that don't have built-in facilities.
- StandardLogger(String) - Constructor for class com.mysql.cj.log.StandardLogger
-
Creates a new StandardLogger object.
- StandardLogger(String, boolean) - Constructor for class com.mysql.cj.log.StandardLogger
-
- StandardSocketFactory - Class in com.mysql.cj.protocol
-
Socket factory for vanilla TCP/IP sockets (the standard)
- StandardSocketFactory() - Constructor for class com.mysql.cj.protocol.StandardSocketFactory
-
- start() - Method in class com.mysql.cj.admin.ServerController
-
Starts the server, returning a java.lang.Process instance that represents
the mysql server.
- start(Xid, int) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- start(Xid, int) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- start() - Method in interface com.mysql.cj.protocol.MessageReader
-
Start reading messages reader from the provided channel.
- startMonitoring(JdbcConnection, Set<String>, HostInfo, PropertySet, int, int, int) - Method in class com.mysql.cj.jdbc.ha.plugins.DefaultMonitorService
-
- startMonitoring(MonitorConnectionContext) - Method in interface com.mysql.cj.jdbc.ha.plugins.IMonitor
-
- startMonitoring(JdbcConnection, Set<String>, HostInfo, PropertySet, int, int, int) - Method in interface com.mysql.cj.jdbc.ha.plugins.IMonitorService
-
- startMonitoring(MonitorConnectionContext) - Method in class com.mysql.cj.jdbc.ha.plugins.Monitor
-
- startQueryTimer(Query, int) - Method in class com.mysql.cj.AbstractQuery
-
- startQueryTimer(Query, int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- startQueryTimer(Query, int) - Method in interface com.mysql.cj.Query
-
- startsWithIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', dis-regarding case.
- startsWithIgnoreCaseAndNonAlphaNumeric(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', disregarding case,leading whitespace and non-alphanumeric characters.
- startsWithIgnoreCaseAndWs(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String, int) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String[]) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with one of the strings in 'searchFor', disregarding case and leading whitespace
- startTransaction() - Method in interface com.mysql.cj.xdevapi.Session
-
Start a new transaction.
- startTransaction() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- Statement<STMT_T,RES_T> - Interface in com.mysql.cj.xdevapi
-
A statement is a query or state-affecting command against a database that returns a result.
- Statement.LockContention - Enum in com.mysql.cj.xdevapi
-
The lock contention options for the locking modes available.
- statementBegins() - Method in class com.mysql.cj.AbstractQuery
-
- statementBegins() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- statementBegins() - Method in interface com.mysql.cj.Query
-
- statementBegins() - Method in class com.mysql.cj.ServerPreparedQuery
-
- StatementExecuteOk - Class in com.mysql.cj.protocol.x
-
- StatementExecuteOk() - Constructor for class com.mysql.cj.protocol.x.StatementExecuteOk
-
- StatementExecuteOk(long, Long, List<String>, List<Warning>) - Constructor for class com.mysql.cj.protocol.x.StatementExecuteOk
-
- StatementExecuteOkBuilder - Class in com.mysql.cj.protocol.x
-
- StatementExecuteOkBuilder() - Constructor for class com.mysql.cj.protocol.x.StatementExecuteOkBuilder
-
- statementExecuteOkBuilder - Variable in class com.mysql.cj.xdevapi.UpdateResultBuilder
-
- StatementExecuteOkFactory - Class in com.mysql.cj.protocol.x
-
- StatementExecuteOkFactory() - Constructor for class com.mysql.cj.protocol.x.StatementExecuteOkFactory
-
- statementExecuting - Variable in class com.mysql.cj.AbstractQuery
-
Currently executing a statement?
- statementId - Variable in class com.mysql.cj.AbstractQuery
-
Used to identify this statement when profiling.
- StatementImpl - Class in com.mysql.cj.jdbc
-
A Statement object is used for executing a static SQL statement and obtaining
the results produced by it.
- StatementImpl(JdbcConnection, String) - Constructor for class com.mysql.cj.jdbc.StatementImpl
-
Constructor for a Statement.
- StatementIsClosedException - Exception in com.mysql.cj.exceptions
-
Operation attempted on already closed Statement
- StatementIsClosedException() - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementIsClosedException(String) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementIsClosedException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementIsClosedException(Throwable) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementIsClosedException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementWrapper - Class in com.mysql.cj.jdbc
-
Wraps statements so that errors can be reported correctly to ConnectionEventListeners.
- StatementWrapper(ConnectionWrapper, MysqlPooledConnection, Statement) - Constructor for class com.mysql.cj.jdbc.StatementWrapper
-
- statusOnException(Connection, Throwable) - Method in class com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
-
- STMT_EXECUTE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- STMT_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- STMT_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- STMT_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- STMT_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- STMT_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
STMT = 5;
- stop(boolean) - Method in class com.mysql.cj.admin.ServerController
-
Stops the server (if started)
- stop() - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Shut down this packet sender and deallocate any resources.
- stopAfterNextMessage() - Method in interface com.mysql.cj.protocol.MessageReader
-
Signal to the reader that it should stop reading messages after reading the next message.
- stopMonitoring(MonitorConnectionContext) - Method in class com.mysql.cj.jdbc.ha.plugins.DefaultMonitorService
-
- stopMonitoring(MonitorConnectionContext) - Method in interface com.mysql.cj.jdbc.ha.plugins.IMonitor
-
- stopMonitoring(MonitorConnectionContext) - Method in interface com.mysql.cj.jdbc.ha.plugins.IMonitorService
-
- stopMonitoring(MonitorConnectionContext) - Method in class com.mysql.cj.jdbc.ha.plugins.Monitor
-
- stopMonitoringForAllConnections(Set<String>) - Method in class com.mysql.cj.jdbc.ha.plugins.DefaultMonitorService
-
- stopMonitoringForAllConnections(Set<String>) - Method in interface com.mysql.cj.jdbc.ha.plugins.IMonitorService
-
Stop monitoring the node for all connections represented by the given set of node keys.
- stopNewConnectionsToHost(String, String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- stopNewConnectionsToHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in class com.mysql.cj.AbstractQuery
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in interface com.mysql.cj.Query
-
- storesLowerCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- storesLowerCaseTableName() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- storesLowerCaseTableNames() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- storesLowerCaseTableNames() - Method in interface com.mysql.cj.protocol.ServerSession
-
- storesLowerCaseTableNames() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- storesMixedCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesUpperCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- streamClosed(byte[]) - Method in class com.mysql.cj.jdbc.Blob
-
- streamClosed(WatchableStream) - Method in class com.mysql.cj.jdbc.Blob
-
- streamClosed(WatchableStream) - Method in class com.mysql.cj.jdbc.Clob
-
- streamClosed(WatchableStream) - Method in interface com.mysql.cj.protocol.OutputStreamWatcher
-
Called when the OutputStream being watched has .close() called
- StreamingDocResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
DocResult
instance.
- StreamingDocResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingDocResultBuilder
-
- StreamingNotifiable - Interface in com.mysql.cj.exceptions
-
- StreamingRowResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
RowResult
instance.
- StreamingRowResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingRowResultBuilder
-
- StreamingSqlResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
SqlResult
instance.
- StreamingSqlResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingSqlResultBuilder
-
- streamToBytes(InputStream, long, NativePacketPayload) - Method in class com.mysql.cj.protocol.a.InputStreamValueEncoder
-
- stringArrayToString(String[], String, String, String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Constructs a String containing all the elements in the String array bounded and joined by the provided concatenation elements.
- StringInspector - Class in com.mysql.cj.util
-
Utility class to inspect a MySQL string, typically a query string.
- StringInspector(String, String, String, String, Set<SearchMode>) - Constructor for class com.mysql.cj.util.StringInspector
-
This object provides string searching and manipulation operations such as finding sub-strings, matching sub-strings or building a comments-free version
of a string.
- StringInspector(String, int, String, String, String, Set<SearchMode>) - Constructor for class com.mysql.cj.util.StringInspector
-
This object provides string searching and manipulation operations such as finding sub-strings, matching sub-strings or building a comments-free version
of a string.
- StringProperty - Class in com.mysql.cj.conf
-
- StringProperty(PropertyDefinition<String>) - Constructor for class com.mysql.cj.conf.StringProperty
-
- StringPropertyDefinition - Class in com.mysql.cj.conf
-
- StringPropertyDefinition(String, String, String, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.StringPropertyDefinition
-
- StringPropertyDefinition(PropertyKey, String, boolean, String, String, String, int) - Constructor for class com.mysql.cj.conf.StringPropertyDefinition
-
- StringUtils - Class in com.mysql.cj.util
-
Various utility methods for converting to/from byte arrays in the platform encoding and several other String operations.
- StringUtils() - Constructor for class com.mysql.cj.util.StringUtils
-
- StringValueEncoder - Class in com.mysql.cj.protocol.a
-
- StringValueEncoder() - Constructor for class com.mysql.cj.protocol.a.StringValueEncoder
-
- StringValueFactory - Class in com.mysql.cj.result
-
- StringValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.StringValueFactory
-
- stripCommentsAndHints() - Method in class com.mysql.cj.util.StringInspector
-
Returns a copy of the source string stripped of all comments and hints.
- stripCommentsAndHints(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Removes comments and hints from the given string.
- stripEnclosure(byte[], String, String) - Static method in class com.mysql.cj.util.StringUtils
-
- supportsAlterTableWithAddColumn() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsBatchUpdates() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsColumnAliasing() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsConvert() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsConvert(int, int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsConvert(int, int) - Static method in enum com.mysql.cj.MysqlType
-
Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsFullOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsGroupBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMultipleResultSets() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMultipleTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsNamedParameters() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsNonNullableColumns() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOffset - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- supportsOffset() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- supportsOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Whether offset clause is supported in the statement or not.
- supportsOpenCursorsAcrossCommit() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsPositionedDelete() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsPositionedUpdate() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsPreparedStatements() - Method in class com.mysql.cj.MysqlxSession
-
Check if current session is using a MySQL server that supports prepared statements.
- supportsPreparedStatements() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Checks if the MySQL server currently connected supports prepared statements.
- supportsQueryAttributes() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- supportsQueryAttributes() - Method in interface com.mysql.cj.protocol.ServerSession
-
- supportsQueryAttributes() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- supportsResultSetConcurrency(int, int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsResultSetType(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSavepoints() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSelectForUpdate() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStatementPooling() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStoredProcedures() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsUnion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsUnionAll() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- SuspendableXAConnection - Class in com.mysql.cj.jdbc
-
- SuspendableXAConnection(JdbcConnection) - Constructor for class com.mysql.cj.jdbc.SuspendableXAConnection
-
- SyncFlushDeflaterOutputStream - Class in com.mysql.cj.protocol.x
-
Wrapper around DeflaterOutputStream
that enables sync flush by default.
- SyncFlushDeflaterOutputStream(OutputStream) - Constructor for class com.mysql.cj.protocol.x.SyncFlushDeflaterOutputStream
-
- SyncMessageReader - Class in com.mysql.cj.protocol.x
-
- SyncMessageReader(FullReadInputStream, Protocol.ProtocolEventHandler) - Constructor for class com.mysql.cj.protocol.x.SyncMessageReader
-
- SyncMessageSender - Class in com.mysql.cj.protocol.x
-
- SyncMessageSender(OutputStream) - Constructor for class com.mysql.cj.protocol.x.SyncMessageSender
-
- syncSessionState(JdbcConnection, JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPlugin
-
Synchronizes session state between two connections, allowing to override the read-only status.
- syncUpdate() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Reset UPDATE prepared statement to value in current row.
- SYSP_com_mysql_cj_build_verbose - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_disableAbandonedConnectionCleanup - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_vm_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_line_separator - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_arch - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_name - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_cantGrant - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_ds_db - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_password - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_port - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_user - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_loadstoreperf_tabletype - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_loadstoreperf_useBigResults - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_miniAdminTest_runShutdown - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
The system property that must exist to run the shutdown test in testsuite.simple.MiniAdminTest
- SYSP_testsuite_noDebugOutput - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Suppress debug output when running testsuite
- SYSP_testsuite_retainArtifacts - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Don't remove database object created by tests
- SYSP_testsuite_runLongTests - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_serverController_basedir - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_unavailable_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_cluster - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_mysqlx - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSTEM_TABLE_AS_BYTES - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- systemNanoTimeMethod - Static variable in class com.mysql.cj.util.TimeUtil
-