- 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
-
- cacheServerConfiguration - Variable in class com.mysql.cj.CoreSession
-
- CachingSha2PasswordPlugin - Class in com.mysql.cj.protocol.a.authentication
-
- CachingSha2PasswordPlugin() - Constructor for class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
-
- CachingSha2PasswordPlugin.AuthStage - Enum in com.mysql.cj.protocol.a.authentication
-
- calculateDifferences(Map<?, ?>, Map<?, ?>) - Static method in class com.mysql.cj.util.Util
-
- calendar - Variable in class com.mysql.cj.ServerPreparedQueryBindValue
-
- CallableStatement - Class in com.mysql.cj.jdbc
-
Representation of stored procedures for JDBC
- CallableStatement(JdbcConnection, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.cj.jdbc.CallableStatement
-
Creates a new CallableStatement
- CallableStatement(JdbcConnection, String, String, boolean) - Constructor for class com.mysql.cj.jdbc.CallableStatement
-
Creates a new CallableStatement
- CallableStatement.CallableStatementParam - Class in com.mysql.cj.jdbc
-
- CallableStatement.CallableStatementParamInfo - Class in com.mysql.cj.jdbc
-
- CallableStatementWrapper - Class in com.mysql.cj.jdbc
-
Wraps callable statements created by pooled connections.
- CallableStatementWrapper(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - Constructor for class com.mysql.cj.jdbc.CallableStatementWrapper
-
- 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.
- CanCollectPerformanceMetrics - Interface in com.mysql.cj.jdbc.ha.ca
-
This is a generic interface for performance metrics.
- canHandleAsServerPreparedStatementNoCache(String, ServerVersion, boolean, boolean, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
- canReuseRowPacketForBufferRow - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.AbstractRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.BinaryRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.TextRowFactory
-
- canRewrite(String, boolean, int, int) - Static method in class com.mysql.cj.ParseInfo
-
- canRewriteAsMultiValueInsertAtSqlLevel() - Method in class com.mysql.cj.ParseInfo
-
- CAPABILITIES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- CAPABILITIES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- CASCADED_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(ServerSession, 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(ServerSession, 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(ServerSession, 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
- channel - Variable in class com.mysql.cj.protocol.SerializingBufferWriter
-
- characterEncoding - Variable in class com.mysql.cj.CoreSession
-
- characterSetNamesMatches(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- characterSetNamesMatches(String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- characterSetNamesMatches(String) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- charEncoding - Variable in class com.mysql.cj.AbstractQuery
-
The character encoding to use (if available)
- charEncoding - Variable in class com.mysql.cj.AbstractQueryBindings
-
- charEncoding - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The character encoding to use (if available)
- charEncoding - Variable in class com.mysql.cj.ServerPreparedQueryBindValue
-
- CHARSET_NAME_TO_CHARSET - Static variable in class com.mysql.cj.CharsetMapping
-
- CHARSET_NAME_TO_COLLATION_INDEX - Static variable in class com.mysql.cj.CharsetMapping
-
- charsetMap - Static variable in class com.mysql.cj.jdbc.ConnectionImpl
-
The mapping between MySQL charset names and Java charset names.
- CharsetMapping - Class in com.mysql.cj
-
Mapping between MySQL charset names and Java charset names.
- CharsetMapping() - Constructor for class com.mysql.cj.CharsetMapping
-
- CHECK_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- CHECK_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- checkAbonormallyLongQuery(long) - Method in class com.mysql.cj.log.BaseMetricsHolder
-
Update statistics that allows the driver to determine if a query is slow enough to be logged,
and return the estimation result for millisOrNanos value.
- checkAllParametersSet() - Method in class com.mysql.cj.AbstractQueryBindings
-
- checkAllParametersSet() - Method in interface com.mysql.cj.QueryBindings
-
- checkBounds(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- checkBounds(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- checkBounds(int, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- checkCancelTimeout() - Method in class com.mysql.cj.AbstractQuery
-
- checkCancelTimeout() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- checkCancelTimeout() - Method in interface com.mysql.cj.Query
-
- checkClientTrusted(X509Certificate[], String) - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
-
- checkClosed() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- checkClosed() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- checkClosed() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- checkClosed() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Ensures that the result set is not closed
- checkClosed() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- checkClosed() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Checks if closed() has been called, and throws an exception if so
- checkClosed() - Method in interface com.mysql.cj.MysqlConnection
-
- checkClosed() - Method in class com.mysql.cj.NativeSession
-
- checkColumnBounds(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Checks if columnIndex is within the number of columns in this result set.
- checkedShutdown() - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Performs a checked shutdown, i.e., the context ClassLoaders from this and the caller thread are checked for consistency prior to performing the shutdown
operation.
- checkErrorMessage() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkErrorMessage(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
-
- checkForCharsetMismatch() - Method in class com.mysql.cj.NativeSession
-
Determines if the database charset is the same as the platform charset
- checkForCharsetMismatch() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Determines if the database charset is the same as the platform charset
- checkForDml(String, char) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Checks if the given SQL query with the given first non-ws char is a DML
statement.
- checkForOutstandingStreamingData() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkLicenseType(Map<String, String>) - Static method in class com.mysql.cj.LicenseConfiguration
-
Used in commercially-licensed clients that require connections to
commercially-licensed servers as part of the licensing terms.
- checkNullOrEmptyQuery(String) - Method in class com.mysql.cj.AbstractPreparedQuery
-
Method checkNullOrEmptyQuery.
- checkNullOrEmptyQuery(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Method checkNullOrEmptyQuery.
- checkNullOrEmptyQuery(String) - Method in interface com.mysql.cj.PreparedQuery
-
- checkParameterSet(int) - Method in class com.mysql.cj.AbstractQueryBindings
-
- checkParameterSet(int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- checkParameterSet(int) - Method in interface com.mysql.cj.QueryBindings
-
- checkParameterSet(int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- checkRange(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 slaves 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.ca.AuroraTopologyService
-
Clear topology cache for the current cluster.
- clear() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Clear topology service for the current cluster.
- clear() - Method in class com.mysql.cj.util.ExpiringCache
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clearAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- clearAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- clearAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- clearAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- clearAll() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Clear topology cache for all clusters.
- clearAll() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Clear topology service for all clusters.
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- clearArgs() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- clearArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Remove all current bindings.
- clearArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- clearArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
required bytes auth_data = 1;
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
optional bytes auth_data = 1;
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes auth_data = 2;
- clearBatch() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- clearBatch() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearBatch() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- clearBatchedArgs() - Method in class com.mysql.cj.AbstractQuery
-
- clearBatchedArgs() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearBatchedArgs() - Method in interface com.mysql.cj.Query
-
- clearBindings() - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
- clearBindings() - Method in class com.mysql.cj.xdevapi.SqlStatementImpl
-
- clearBindings() - Method in interface com.mysql.cj.xdevapi.Statement
-
Clear all bindings for this statement.
- clearBindValues() - Method in class com.mysql.cj.AbstractQueryBindings
-
- clearBindValues() - Method in interface com.mysql.cj.QueryBindings
-
- clearCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- clearCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- clearCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes catalog = 7;
- clearCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- clearCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- clearClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- clearCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required uint32 code = 2;
- clearCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required uint32 code = 2;
- clearCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- clearCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- clearColumn() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- clearColumn() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- clearCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
optional bool compact_metadata = 3 [default = false];
- clearCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional bool compact_metadata = 4 [default = false];
- clearCond() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- clearConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- clearConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- clearContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- clearContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 content_type = 12;
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
required uint32 cursor_id = 1;
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
required uint32 cursor_id = 1;
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required uint32 cursor_id = 1;
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- clearDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- clearDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- clearDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- clearDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- clearDocumentPath() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- clearDocumentPath() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- clearExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- clearFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
optional uint64 fetch_rows = 5;
- clearFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
optional uint64 fetch_rows = 5;
- clearField(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
-
optional uint32 flags = 11;
- clearFld() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- clearFld() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- clearFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 fractional_digits = 9;
- clearFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- clearGrouping() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- clearGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
Deprecated.
- clearHasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- clearIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- clearIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
optional bool if_exists = 2 [default = false];
- clearIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional uint32 index = 3;
- clearInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes initial_response = 3;
- clearInputStream() - Method in class com.mysql.cj.NativeSession
-
- clearInputStream() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- clearInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- clearKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
optional bool keep_open = 1 [default = false];
- clearKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- clearKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- clearLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 length = 10;
- clearLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- clearLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- clearLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- clearLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- clearMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- clearMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- clearMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- clearMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes name = 2;
- clearNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- clearNextResultset() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
We can't do this ourselves, otherwise the contract for
Statement.getMoreResults() won't work correctly.
- clearNextResultset() - Method in interface com.mysql.cj.protocol.Resultset
-
Clears the reference to the next result set in a multi-result set
"chain".
- clearObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- clearObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- clearOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
optional uint64 offset = 2;
- clearOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clearOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- clearOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- clearOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- clearOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- clearOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- clearOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_name = 3;
- clearOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_table = 5;
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- clearParameters() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- clearParameters() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- clearParameters() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- clearParameters() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- clearParameters(boolean) - Method in class com.mysql.cj.ServerPreparedQuery
-
- clearPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- clearPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional bytes payload = 3;
- clearPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- clearPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- clearProjection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- clearProjection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- clearReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional bool replace_existing = 8 [default = false];
- clearRow() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- clearRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
required uint64 row_count = 1;
- clearRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- clearScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- clearSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- clearSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes schema = 6;
- clearSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- clearSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- clearScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- clearSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- clearSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- clearServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- clearSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- clearSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- clearSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- clearSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
required bytes stmt = 1;
- clearStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
required uint32 stmt_id = 1;
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
required uint32 stmt_id = 1;
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required uint32 stmt_id = 1;
- clearTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes table = 4;
- clearTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
required uint32 type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
required uint32 type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- clearUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- clearUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- clearUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional bool upsert = 6 [default = false];
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- clearVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- clearVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- clearVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- clearVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- clearViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- clearVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- clearVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- clearVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- clearVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- clearWarnings() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- clearWarningsCalled - Variable in class com.mysql.cj.AbstractQuery
-
Has clearWarnings() been called?
- Client - Interface in com.mysql.cj.xdevapi
-
X DevAPI class encapsulating a Session pooling functionality.
- Client.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_LOCAL_FILES - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_LONG_FLAG - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_LONG_PASSWORD - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_MESSAGE_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
- CLIENT_MESSAGES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- CLIENT_MULTI_RESULTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_MULTI_STATEMENTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PLUGIN_AUTH - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PROTOCOL_41 - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PS_MULTI_RESULTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_RESERVED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SECURE_CONNECTION - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SESSION_TRACK - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SSL - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_TRANSACTIONS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- ClientFactory - Class in com.mysql.cj.xdevapi
-
ClientFactory is used for creation of
Client
instances.
- ClientFactory() - Constructor for class com.mysql.cj.xdevapi.ClientFactory
-
- 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.
- ClientInfoProvider - Interface in software.aws.rds.jdbc
-
Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
- ClientInfoProviderSP - Class in com.mysql.cj.jdbc
-
- ClientInfoProviderSP() - Constructor for class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- clientMessageId - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
extend .google.protobuf.MessageOptions { ...
- clientPrepare(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepare(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- ClientPreparedQuery - Class in com.mysql.cj
-
- ClientPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.ClientPreparedQuery
-
- ClientPreparedQueryBindings - Class in com.mysql.cj
-
- ClientPreparedQueryBindings(int, Session) - Constructor for class com.mysql.cj.ClientPreparedQueryBindings
-
- ClientPreparedQueryBindValue - Class in com.mysql.cj
-
- ClientPreparedQueryBindValue() - Constructor for class com.mysql.cj.ClientPreparedQueryBindValue
-
- ClientPreparedQueryBindValue(ClientPreparedQueryBindValue) - Constructor for class com.mysql.cj.ClientPreparedQueryBindValue
-
- ClientPreparedStatement - Class in com.mysql.cj.jdbc
-
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
- ClientPreparedStatement(JdbcConnection, String) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Constructor used by server-side prepared statements
- ClientPreparedStatement(JdbcConnection, String, String) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Constructor for the PreparedStatement class.
- ClientPreparedStatement(JdbcConnection, String, String, ParseInfo) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a new PreparedStatement object.
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, 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
-
- clone() - Method in class com.mysql.cj.AbstractQueryBindings
-
- clone() - Method in interface com.mysql.cj.BindValue
-
- clone() - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- clone() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- clone() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
-
- clone() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- clone() - Method in interface com.mysql.cj.QueryBindings
-
- clone() - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- clone() - Method in class com.mysql.cj.ServerPreparedQueryBindValue
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- close() - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- close() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- close() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
The physical connection is not actually closed.
- close(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- close() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
-
- close() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
-
- close() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- close() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.close(), before the driver
processes its own internal logic for close.
- close() - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
Invoked by the container (not the client), and should close the physical
connection.
- close() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- close() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- close() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- close() - Method in class com.mysql.cj.jdbc.StatementImpl
-
In many cases, it is desirable to immediately release a Statement's
database and JDBC resources instead of waiting for this to happen when it
is automatically closed.
- close() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- close() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- close() - Method in class com.mysql.cj.protocol.a.CompressedInputStream
-
- close() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- close() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- close() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- close() - Method in interface com.mysql.cj.protocol.Protocol
-
- close() - Method in class com.mysql.cj.protocol.ReadAheadInputStream
-
- close() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
We're done.
- close() - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- close() - Method in class com.mysql.cj.protocol.WatchableOutputStream
-
- close() - Method in class com.mysql.cj.protocol.WatchableWriter
-
- close() - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Closes this stream.
- close() - Method in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
Closes this stream.
- close() - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Closes this stream and throws away any bytes not consumed from the underlying InputStream
.
- close() - Method in class com.mysql.cj.protocol.x.ContinuousOutputStream
-
Instead of closing the OutputStream
flushes its data.
- close() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- close() - Method in interface com.mysql.cj.xdevapi.Client
-
Close Client
.
- close() - Method in class com.mysql.cj.xdevapi.ClientImpl
-
- close() - Method in class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
-
- close() - Method in interface com.mysql.cj.xdevapi.Session
-
Close this session.
- close() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- closeAllOpenResults() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Close any open result sets that have been 'held open'
- closeConnectionProxy(LoadBalancedConnectionProxy) - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- closedExplicitly - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
- ClosedOnExpiredPasswordException - Exception in com.mysql.cj.exceptions
-
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD_LOGIN = 1862
"Your password has expired.
- ClosedOnExpiredPasswordException() - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(String) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(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.MultiHostConnectionProxy
-
- closeOnCompletion() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- closeOnCompletion() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- closeOwner(boolean) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- closeOwner(boolean) - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- closeQuery() - Method in class com.mysql.cj.AbstractPreparedQuery
-
- closeQuery() - Method in class com.mysql.cj.AbstractQuery
-
- closeQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- closeQuery() - Method in interface com.mysql.cj.Query
-
- closeQuery() - Method in class com.mysql.cj.ServerPreparedQuery
-
- closeQuery() - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- ClusterAwareConnectionLifecycleInterceptor - Class in com.mysql.cj.jdbc.ha.ca
-
This basic implementation of ConnectionLifecycleInterceptor allows the
ClusterAwareConnectionProxy class to be aware of certain events occurring against the database
connection.
- ClusterAwareConnectionLifecycleInterceptor(ClusterAwareConnectionProxy) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
-
Creates a new instance of ClusterAwareConnectionLifecycleInterceptor and initialize it with an
instance of connection proxy.
- ClusterAwareConnectionProxy - Class in com.mysql.cj.jdbc.ha.ca
-
A proxy for a dynamic com.mysql.cj.jdbc.JdbcConnection implementation that provides cluster-aware
failover features.
- ClusterAwareConnectionProxy(ConnectionUrl) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Instantiates a new AuroraConnectionProxy for the given list of hosts and connection properties.
- ClusterAwareHitMissMetricsHolder - Class in com.mysql.cj.jdbc.ha.ca
-
A simple implementation of hit-miss metric.
- ClusterAwareHitMissMetricsHolder(String) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareHitMissMetricsHolder
-
Initialize a metric holder with a metric name.
- ClusterAwareMetrics - Class in com.mysql.cj.jdbc.ha.ca
-
Collect certain performance metrics for ClusterAwareConnectionProxy.
- ClusterAwareMetrics() - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareMetrics
-
- ClusterAwareReaderFailoverHandler - Class in com.mysql.cj.jdbc.ha.ca
-
An implementation of ReaderFailoverHandler.
- ClusterAwareReaderFailoverHandler(TopologyService, ConnectionProvider, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
- ClusterAwareReaderFailoverHandler(TopologyService, ConnectionProvider, int, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
ClusterAwareReaderFailoverHandler constructor.
- ClusterAwareReaderFailoverHandler.HostTuple - Class in com.mysql.cj.jdbc.ha.ca
-
HostTuple class.
- ClusterAwareTimeMetricsHolder - Class in com.mysql.cj.jdbc.ha.ca
-
A simple implementation of timing metric.
- ClusterAwareTimeMetricsHolder(String) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareTimeMetricsHolder
-
Initialize a metric holder with a metric name.
- ClusterAwareWriterFailoverHandler - Class in com.mysql.cj.jdbc.ha.ca
-
An implementation of WriterFailoverHandler.
- ClusterAwareWriterFailoverHandler(TopologyService, ConnectionProvider, ReaderFailoverHandler, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
-
ClusterAwareWriterFailoverHandler constructor.
- ClusterAwareWriterFailoverHandler(TopologyService, ConnectionProvider, ReaderFailoverHandler, int, int, int, Log) - Constructor for class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
-
ClusterAwareWriterFailoverHandler constructor.
- clusterId - Variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
- clusterIdSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- clusterInstanceHost - Variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
- clusterInstanceHostPatternSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- clusterTopologyRefreshRateMsSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- CODE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- CODE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- COLLATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- COLLATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- COLLATION_INDEX_TO_CHARSET - Static variable in class com.mysql.cj.CharsetMapping
-
- COLLATION_INDEX_TO_COLLATION_NAME - Static variable in class com.mysql.cj.CharsetMapping
-
- COLLATION_NAME_TO_COLLATION_INDEX - Static variable in class com.mysql.cj.protocol.x.XProtocol
-
- COLLATION_NOT_DEFINED - Static variable in class com.mysql.cj.CharsetMapping
-
- collectHostsInfo(ConnectionUrlParser) - Method in class com.mysql.cj.conf.ConnectionUrl
-
- 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.AbstractQueryBindings
-
- columnDefinition - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
-
- columnDefinition - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
The metadata for this result set
- ColumnDefinition - Interface in com.mysql.cj.protocol
-
Represents protocol specific result set metadata,
eg., for native protocol, Protocol::ColumnDefinition41 protocol entity.
- ColumnDefinitionFactory - Class in com.mysql.cj.protocol.a
-
- ColumnDefinitionFactory(long, ColumnDefinition) - Constructor for class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- columnDefinitionFromCache - Variable in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- ColumnDefinitionReader - Class in com.mysql.cj.protocol.a
-
- ColumnDefinitionReader(NativeProtocol) - Constructor for class com.mysql.cj.protocol.a.ColumnDefinitionReader
-
- ColumnImpl - Class in com.mysql.cj.xdevapi
-
- ColumnImpl(Field) - Constructor for class com.mysql.cj.xdevapi.ColumnImpl
-
Constructor.
- columnUsed - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Keep track of columns accessed
- com.mysql.cj - package com.mysql.cj
-
- com.mysql.cj.admin - package com.mysql.cj.admin
-
- com.mysql.cj.conf - package com.mysql.cj.conf
-
- com.mysql.cj.conf.url - package com.mysql.cj.conf.url
-
- com.mysql.cj.exceptions - package com.mysql.cj.exceptions
-
- com.mysql.cj.interceptors - package com.mysql.cj.interceptors
-
- com.mysql.cj.jdbc - package com.mysql.cj.jdbc
-
- com.mysql.cj.jdbc.admin - package com.mysql.cj.jdbc.admin
-
- com.mysql.cj.jdbc.exceptions - package com.mysql.cj.jdbc.exceptions
-
- com.mysql.cj.jdbc.ha - package com.mysql.cj.jdbc.ha
-
- com.mysql.cj.jdbc.ha.ca - package com.mysql.cj.jdbc.ha.ca
-
- com.mysql.cj.jdbc.integration.c3p0 - package com.mysql.cj.jdbc.integration.c3p0
-
- com.mysql.cj.jdbc.integration.jboss - package com.mysql.cj.jdbc.integration.jboss
-
- 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.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
-
- 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.ca.ClusterAwareConnectionLifecycleInterceptor
-
- commit() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- commit() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.commit(), before the
driver processes its own internal logic for commit().
- commit(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(Long, Void) - Method in class com.mysql.cj.protocol.SerializingBufferWriter
-
Completion handler for channel writes.
- completed(Integer, Void) - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
Completion handler for a read.
- 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, Class<?>, Class<?>) - Constructor for class com.mysql.cj.protocol.x.CompressionAlgorithm
-
- CompressionMode - Enum in com.mysql.cj.protocol.x
-
The modes 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.AbstractPreparedQuery
-
Computes the optimum number of batched parameter lists to send
without overflowing max_allowed_packet.
- computeBatchSize(int) - Method in interface com.mysql.cj.PreparedQuery
-
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.AbstractPreparedQuery
-
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
Computes the maximum parameter set size, and entire batch size given
the number of arguments in the batch.
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.ServerPreparedQuery
-
Computes the maximum parameter set size and the size of the entire batch given
the number of arguments in the batch.
- CON_CAPABILITIES_GET_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
-
- configureCharacterSets() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- configureCharacterSets() - Method in interface com.mysql.cj.protocol.ServerSession
-
- configureCharacterSets() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- configureClientCharacterSet(boolean) - Method in class com.mysql.cj.NativeSession
-
Sets up client character set.
- configureTimezone() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Configures the client's timezone if required.
- configureTimezone() - Method in interface com.mysql.cj.protocol.Protocol
-
- configureTimezone() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- ConfinedInputStream - Class in com.mysql.cj.protocol.x
-
An InputStream
wrapper that limits the number of bytes that can be read form the 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.ca.BasicConnectionProvider
-
Called once per connection that needs to be created.
- connect(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.ConnectionProvider
-
Called once per connection that needs to be created.
- connect(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(ServerSession, 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, int, PropertySet, int) - Method in class com.mysql.cj.protocol.AsyncSocketFactory
-
- connect(ServerSession, 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.StandardSocketFactory
-
- connect(SocketAddress, A, CompletionHandler<Void, ? super A>) - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- connect(SocketAddress) - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in class com.mysql.cj.protocol.x.XAsyncSocketConnection
-
- connect(ServerSession, 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.
- ConnectionAttemptResult - Class in com.mysql.cj.jdbc.ha.ca
-
This class holds results of Reader Failover Process.
- ConnectionAttemptResult(JdbcConnection, int, boolean) - Constructor for class com.mysql.cj.jdbc.ha.ca.ConnectionAttemptResult
-
ConnectionAttemptResult constructor.
- 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.
- ConnectionLifecycleInterceptor - Interface in software.aws.rds.jdbc.interceptors
-
Implementors of this interface can be installed via the "connectionLifecycleInterceptors" configuration property and receive events and alter behavior of
"lifecycle" methods on our connection implementation.
- ConnectionLifecycleInterceptorProvider - Interface in com.mysql.cj.jdbc.interceptors
-
- ConnectionPropertiesTransform - Interface in com.mysql.cj.conf
-
Implement this interface, and pass the class name as the 'propertiesTransform' property in your URL, and the driver will pass the properties it has
parsed to your transform implementation so that you can modify/substitute/add any that you desire.
- connectionProvider - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- connectionProvider - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareWriterFailoverHandler
-
- ConnectionProvider - Interface in com.mysql.cj.jdbc.ha.ca
-
Implement this interface in order to handle physical connection creation process.
- 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.
- 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.ca.ClusterAwareReaderFailoverHandler
-
- Constants - Class in com.mysql.cj
-
Represents various constants used in the driver.
- consumeEvent(ProfilerEvent) - Method in class com.mysql.cj.log.LoggingProfilerEventHandler
-
- consumeEvent(ProfilerEvent) - Method in interface com.mysql.cj.log.ProfilerEventHandler
-
- containsKey(Object) - Method in class com.mysql.cj.util.ExpiringCache
-
- containsOnDuplicateKeyInString(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.cj.ParseInfo
-
- containsValue(Object) - Method in class com.mysql.cj.util.ExpiringCache
-
- CONTENT_TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- CONTENT_TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- continueBatchOnError - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- ContinuousOutputStream - Class in com.mysql.cj.protocol.x
-
- ContinuousOutputStream(OutputStream) - Constructor for class com.mysql.cj.protocol.x.ContinuousOutputStream
-
- convertShowWarningsToSQLWarnings(int, boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Turns output of 'SHOW WARNINGS' into JDBC SQLWarning instances.
- convertToJdbcFunctionList(ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>, Field[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- convertToJdbcProcedureList(boolean, ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- 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
-
- createConnectionAndInitializeTopology(ConnectionUrl) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- createConnectionForHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Creates a new physical connection for the given
HostInfo
.
- createConnectionForHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Creates a new physical connection for the given
HostInfo
and updates required internal mappings and statistics for that connection.
- createConnectionForHost(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.MultiHostConnectionProxy
-
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
-
- 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.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.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
-
- 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.LocalTimeValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.SqlTimeValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromYear(long) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFunctionColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createIndex(String, DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new statement defining the creation of an index on this collection.
- createIndex(String, 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.
- createNClob() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createNClob() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createNClob() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- createNewIO(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- createNewIO(boolean) - Method in interface com.mysql.cj.MysqlConnection
-
Creates an IO channel to the server.
- createProcedureColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
Instantiates a new AuroraConnectionProxy.
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
- createProxyInstance(ConnectionUrl) - Static method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- 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.
- 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;
- currentConnection - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
- currentDb - Variable in class com.mysql.cj.AbstractQuery
-
The database in use
- currentHostIndex - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- currentPosition - Variable in class com.mysql.cj.protocol.ReadAheadInputStream
-
- currentPositionInFetchedRows - Variable in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
Position in cache of rows, used to determine if we need to fetch more
rows from the server to satisfy a request for the next row.
- currentRow - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
The current row #, -1 == before start of result set
- currentSessionKey - Variable in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- CURSOR_CLOSE_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
-
- gatherPerfMetrics - Variable in class com.mysql.cj.CoreSession
-
- gatherPerfMetrics - Variable in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
- gatherPerfMetrics - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- gatherPerfMetrics - Variable in class com.mysql.cj.ServerPreparedQuery
-
The "gatherPerfMetrics" connection property value
- gatherPerfMetricsSetting - Variable in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- GENERATED_DOCUMENT_IDS_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(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 class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getActiveMasterHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- 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
-
- getActiveSlaveHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getActiveSlaveHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getActiveStatementCount() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the number of statements active on this connection, which
haven't been .close()d.
- getAffectedItemsCount() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- getAffectedItemsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the count of affected items from manipulation statements.
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.UpdateResult
-
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- getAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- getAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- getAlgorithmName() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's name.
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- getAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional string alias = 2;
- getAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- getAliasBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional string alias = 2;
- getAliasBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional string alias = 2;
- getAllFields() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getAllowableValues() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getAllowableValues() - Method in class com.mysql.cj.conf.BooleanPropertyDefinition
-
- getAllowableValues() - Method in class com.mysql.cj.conf.EnumPropertyDefinition
-
- getAllowableValues() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the list of allowable values.
- getAlternateDnsSrvType() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- 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
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- getArray(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
-
- getAsynchronousSocketChannel() - Method in class com.mysql.cj.protocol.a.NativeSocketConnection
-
- getAsynchronousSocketChannel() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getAsynchronousSocketChannel() - Method in class com.mysql.cj.protocol.x.XAsyncSocketConnection
-
- getAttributes(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
required bytes auth_data = 1;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
required bytes auth_data = 1;
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
-
required bytes auth_data = 1;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
optional bytes auth_data = 1;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
optional bytes auth_data = 1;
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
-
optional bytes auth_data = 1;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes auth_data = 2;
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
optional bytes auth_data = 2;
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
optional bytes auth_data = 2;
- getAuthenticationMechanisms() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getAuthenticationProvider() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getAuthenticationProvider() - Method in interface com.mysql.cj.protocol.Protocol
-
- getAuthority() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the authority section.
- getAuthPluginDataLength() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getAutoIncrementIncrement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the -session- value of 'auto_increment_increment' from the server if it exists,
or '1' if not.
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.InsertResult
-
Get the auto-increment value if one was generated from a row insert statement.
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.InsertResultImpl
-
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.SqlResult
-
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getBatchCommandIndex() - Method in class com.mysql.cj.AbstractPreparedQuery
-
- getBatchCommandIndex() - Method in interface com.mysql.cj.PreparedQuery
-
- getBatchedArgs() - Method in class com.mysql.cj.AbstractQuery
-
- getBatchedArgs() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getBatchedArgs() - Method in interface com.mysql.cj.Query
-
Get the batched args as added by the addBatch method(s).
- getBatchedGeneratedKeys(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.
- 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.ServerPreparedQueryBindings
-
Returns the structure representing the value that (can be)/(is)
bound at the given parameter index.
- getBindValues() - Method in class com.mysql.cj.AbstractQueryBindings
-
- getBindValues() - Method in interface com.mysql.cj.QueryBindings
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBlob(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.
- getBoundLength() - Method in class com.mysql.cj.ServerPreparedQueryBindValue
-
- getBranchQualifier() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- getBuffer() - Method in class com.mysql.cj.protocol.a.NativePacketHeader
-
- getBuffer() - Method in interface com.mysql.cj.protocol.MessageHeader
-
- getBuffer() - Method in class com.mysql.cj.protocol.x.XMessageHeader
-
- getByJdbcType(int) - Static method in enum com.mysql.cj.MysqlType
-
- getByName(String) - Static method in enum com.mysql.cj.MysqlType
-
Get MysqlType matching the full MySQL type name, for example "DECIMAL(5,3) UNSIGNED ZEROFILL".
- getByte(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getByte(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(int) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
- getBytes(int) - Method in interface com.mysql.cj.result.Row
-
Returns the value at the given column as a byte array.
- getBytes(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.AbstractQueryBindings
-
- getBytesRepresentation(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getBytesRepresentation(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getBytesRepresentation(int) - Method in interface com.mysql.cj.QueryBindings
-
- getBytesWrapped(String, char, char, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string properly wrapped between the given char delimiters using the given encoding.
- getByteValue() - Method in interface com.mysql.cj.BindValue
-
- getByteValue() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- getByteValue() - Method in class com.mysql.cj.ServerPreparedQueryBindValue
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getCachedMetaData(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
- getCachedTopology() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Get cached topology.
- getCachedTopology() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Get cached topology.
- getCancelTimeoutMutex() - Method in class com.mysql.cj.AbstractQuery
-
- getCancelTimeoutMutex() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getCancelTimeoutMutex() - Method in interface com.mysql.cj.Query
-
- getCancelTimer() - Method in class com.mysql.cj.NativeSession
-
- getCanonicalTimezone(String, ExceptionInterceptor) - Static method in class com.mysql.cj.util.TimeUtil
-
Returns the 'official' Java timezone name for the given timezone
- getCapabilities() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getCapabilities() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getCapabilities() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getCapabilities(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
-
optional bytes catalog = 7;
- getCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes catalog = 7;
- getCatalog() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes catalog = 7;
- getCatalogName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getCatalogs() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCatalogs() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getCatalogSeparator() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCatalogTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCategory() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getCategory() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property category.
- getCaughtWhileCancelling() - Method in interface com.mysql.cj.CancelQueryTask
-
- getCaughtWhileCancelling() - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- getCcAlias() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property camel-case alias.
- getCcAlias() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the camel-case alias key name of this enum element.
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getCharacterSetMetadata() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getCharacterSetMetadata() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getCharacterSetMetadata() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getCharacterSetMetadata() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getCharacterSetName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get character set name for the column value.
- getCharacterSetName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getCharacterSetResultsOnServer() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getCharacterSetResultsOnServer() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getCharacterSetResultsOnServer() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getCharacterStream(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
-
- getCharsetForHandshake(String, ServerVersion) - Static method in interface com.mysql.cj.protocol.AuthenticationProvider
-
Get the MySQL collation index for the handshake packet.
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- getClassName() - Method in enum com.mysql.cj.MysqlType
-
- getClient(String, String) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client
object which provides a Session pooling functionality.
- getClient(String, Properties) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client
object that provides a Session pooling functionality.
- getClientInfo(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
-
- getCode() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning code.
- getCode() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
-
- getCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required uint32 code = 2;
- getCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required uint32 code = 2;
- getCode() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required uint32 code = 2;
- getCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required uint32 code = 2;
- getCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required uint32 code = 2;
- getCode() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required uint32 code = 2;
- getCode() - Method in class com.mysql.cj.xdevapi.WarningImpl
-
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
optional uint64 collation = 2;
- getCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
optional uint64 collation = 2;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint64 collation = 8;
- getCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint64 collation = 8;
- getCollationIndex() - Method in class com.mysql.cj.result.Field
-
- getCollationIndexForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
-
- getCollationName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get collation name for the column value.
- getCollationName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollection() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getCollection() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Collection object.
- getCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection.
- getCollection(String, 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
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- getCollections() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema.
- getCollections(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
-
repeated string column = 6;
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
repeated string column = 6;
- getColumn(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
repeated string column = 6;
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
repeated string column = 6;
- getColumn(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
repeated string column = 6;
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
repeated string column = 6;
- getColumnBytes(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
repeated string column = 6;
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
repeated string column = 6;
- getColumnBytes(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
repeated string column = 6;
- getColumnCharacterEncoding(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
What's the Java character encoding name for the given column?
- getColumnCharacterSet(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
What's the MySQL character set name for the given column?
- getColumnClassName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnCount() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnCount() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
repeated string column = 6;
- getColumnCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
repeated string column = 6;
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
repeated string column = 6;
- getColumnCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
repeated string column = 6;
- getColumnCount() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Count of columns.
- getColumnCount() - Method in class com.mysql.cj.xdevapi.RowResultImpl
-
- getColumnCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getColumnCount() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getColumnDefinition() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getColumnDefinition() - Method in interface com.mysql.cj.protocol.Resultset
-
- getColumnDefinitionFromCache() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- getColumnDisplaySize(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnLabel(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
-
repeated string column = 6;
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
repeated string column = 6;
- getColumnList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
repeated string column = 6;
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
repeated string column = 6;
- getColumnList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
repeated string column = 6;
- getColumnName(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
-
optional bool compact_metadata = 3 [default = false];
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
optional bool compact_metadata = 3 [default = false];
- getCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
optional bool compact_metadata = 3 [default = false];
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional bool compact_metadata = 4 [default = false];
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional bool compact_metadata = 4 [default = false];
- getCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional bool compact_metadata = 4 [default = false];
- getCompression() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getCompressionMode() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's compression mode.
- getCompressionMode() - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
- getConcurrency() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getConcurrency() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getCond(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCond(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCond(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- getConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
required uint32 condition_key = 1;
- getConditionKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
required uint32 condition_key = 1;
- getConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- getConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional bytes condition_value = 2;
- getConditionValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional bytes condition_value = 2;
- getCondList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getCondOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- getConnection() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getConnection() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- getConnection() - Method in class com.mysql.cj.jdbc.ha.ca.ConnectionAttemptResult
-
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
-
- getConnectionCountWithHostAsMaster(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionCountWithHostAsSlave(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getConnectionCountWithHostAsSlave(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionCreationTimeMillis() - Method in class com.mysql.cj.NativeSession
-
- getConnectionGroup(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getConnectionGroup(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionGroupId() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getConnectionGroupId() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getConnectionGroupId() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getConnectionGroupInstance(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getConnectionGroupInstance(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionGroupProxyID() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getConnectionId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated connection (-1 for none).
- getConnectionId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getConnectionIndex() - Method in class com.mysql.cj.jdbc.ha.ca.ConnectionAttemptResult
-
Get index of newly connected host.
- getConnectionLifecycleInterceptor() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- getConnectionLifecycleInterceptor() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptorProvider
-
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getConnectionMutex() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getConnectionMutex() - Method in interface com.mysql.cj.MysqlConnection
-
- getConnectionUrlInstance(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
-
optional uint32 content_type = 12;
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 content_type = 12;
- getContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 content_type = 12;
- getCoreParameterIndex(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getCreateParams() - Method in enum com.mysql.cj.MysqlType
-
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteria() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get the search criteria.
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getCurrentActiveHost() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getCurrentConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getCurrentConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getCurrentDatabase() - Method in class com.mysql.cj.AbstractQuery
-
- getCurrentDatabase() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getCurrentDatabase() - Method in interface com.mysql.cj.Query
-
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.cj.NativeSession
-
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getCurrentTimeNanosOrMillis() - Static method in class com.mysql.cj.util.TimeUtil
-
- getCurrentTransactionDuration() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
required uint32 cursor_id = 1;
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
required uint32 cursor_id = 1;
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required uint32 cursor_id = 1;
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required uint32 cursor_id = 1;
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required uint32 cursor_id = 1;
- getCursorName() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDatabase() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the database from this connection URL.
- getDatabase() - Method in class com.mysql.cj.conf.HostInfo
-
Shortcut to the database connection argument.
- getDatabase() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getDatabase() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getDatabase(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
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- getDataSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getDataStoreMetadata() - Method in class com.mysql.cj.CoreSession
-
- getDataStoreMetadata() - Method in interface com.mysql.cj.Session
-
- getDate(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
-
- getDateTimePattern(String, boolean) - Static method in class com.mysql.cj.util.TimeUtil
-
Used in prepared statements
- getDay() - Method in class com.mysql.cj.protocol.InternalDate
-
- getDbDoc(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 marshall date/time values to/from the server.
- getDefaultTimeZone() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getDefaultTransactionIsolation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDefaultUser() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default user.
- getDefaultValue() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getDefaultValue() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the default value.
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional string definer = 2;
- getDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional string definer = 2;
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional string definer = 2;
- getDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional string definer = 2;
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional string definer = 2;
- getDefinerBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional string definer = 2;
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional string definer = 2;
- getDefinerBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional string definer = 2;
- getDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDelete() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDescription() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getDescription() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property description.
- getDescription() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getDescriptorForType() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- getDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDirection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDnsSrvPropertyKey() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getDocFormats() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPath(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDocumentPathOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- getDouble(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.ca.AuroraTopologyService
-
Get a set of instance names that were marked down.
- getDownHosts() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Get a set of instance names that were marked down.
- getDriverMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDurationUnits() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the units for getEventDuration()
- getDurationUnits() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEncoding() - Method in class com.mysql.cj.result.Field
-
Returns the Java encoding for this field.
- getEncodingForHandshake() - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Get the Java encoding to be used for the handshake
response.
- getEncodingForHandshake() - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
- getEncodingForHandshake() - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
-
- getEncodingForIndex(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getEncodingForIndex(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
Returns the Java character encoding name for the given MySQL server
collation index
- getEncodingForIndex(int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getEnumProperty(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 class com.mysql.cj.protocol.a.NativeServerSession
-
- getErrorMessageEncoding() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getErrorMessageEncoding() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getEventCreationPointAsString() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the description of where the event was created.
- getEventCreationPointAsString() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventCreationTime() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the time (in System.currentTimeMillis() form) when this event was created.
- getEventCreationTime() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventDuration() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the duration of the event in milliseconds
- getEventDuration() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventType() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the event type
- getEventType() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getExceptionInterceptor() - Method in class com.mysql.cj.CoreSession
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.MysqlPooledConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getExceptionInterceptor() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.MysqlConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.Protocol
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.x.XAsyncSocketConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.Session
-
- getExecuteTime() - Method in class com.mysql.cj.AbstractQuery
-
- getExecuteTime() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getExecuteTime() - Method in interface com.mysql.cj.Query
-
Returns the elapsed time for the server to execute the query.
- getExpireTime() - Method in class com.mysql.cj.util.ExpiringCache
-
- getExportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getExportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExpressionString() - Method in class com.mysql.cj.xdevapi.Expression
-
Get the string form of this expression
- getExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- getExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- getExtraNameCharacters() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
optional uint64 fetch_rows = 5;
- getFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
optional uint64 fetch_rows = 5;
- getFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getFetchSize() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getField(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
Returns the field instance for the given column index
- 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.
- 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.ParseInfo
-
- getFlags() - Method in class com.mysql.cj.result.Field
-
- getFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 flags = 11;
- getFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 flags = 11;
- getFlags() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 flags = 11;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFld(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- getFloat(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getFloat(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
-
optional uint32 fractional_digits = 9;
- getFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 fractional_digits = 9;
- getFractionalDigits() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 fractional_digits = 9;
- getFractionalDigits() - Method in interface com.mysql.cj.xdevapi.Column
-
Get number of fractional digits in this column's value.
- getFractionalDigits() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getFullColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getFullColumnNameToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getFullName() - Method in class com.mysql.cj.result.Field
-
- getFullyQualifiedName(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Builds and returns a fully qualified name, quoted if necessary, for the given database entity.
- getFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCall() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getFunctionConstant(DatabaseMetaDataUsingInfoSchema.FunctionConstant) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
Getter to DatabaseMetaData.function* constants.
- getFunctions(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getFunctions(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getFunctionsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getGeneratedIds() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getGeneratedIds() - Method in interface com.mysql.cj.xdevapi.AddResult
-
Get a list of document ids generated in the server for the documents added by collection.add().
- getGeneratedIds() - Method in class com.mysql.cj.xdevapi.AddResultImpl
-
- getGeneratedKeys() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGeneratedKeys() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getGeneratedKeysInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGeneratedKeysInternal(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGlobalBlacklist() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Returns a local hosts blacklist, while cleaning up expired records from the global blacklist, or a blacklist 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
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGrouping(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGrouping(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- 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
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteria() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getGroupingCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for grouping criteria.
- getGroupingCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- getGroupingList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupingOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- getGroupName() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getGroupName() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getGroupsMatching(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getHoldability() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getHoldability() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getHost() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the host.
- getHost() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getHost() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getHost() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler.HostTuple
-
- getHost() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getHost() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getHost() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getHost() - Method in interface com.mysql.cj.protocol.SocketConnection
-
Returns the host this IO is connected to
- getHostByName(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Return the
HostInfo
object that is associated with a provided connection from the topology host list.
- getHostByName(JdbcConnection) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Return the
HostInfo
object that is associated with a provided connection from the topology host list.
- getHostInfo() - Method in class com.mysql.cj.CoreSession
-
- getHostInfo() - Method in interface com.mysql.cj.Session
-
- getHostInfo() - Method in class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
-
- getHostInfoListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Returns a list of this connection URL hosts in the form of host:port pairs.
- getHostInfoListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.LoadBalanceConnectionUrl
-
Returns the list of
HostInfo
instances that matches the given collection of host:port pairs.
- getHostName() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the host name the event occurred on.
- getHostName() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns an existing host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getHostOrSpawnIsolated(String, List<HostInfo>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns an existing host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getHostPortPair() - Method in class com.mysql.cj.conf.HostInfo
-
Returns a host:port representation of this host.
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getHostPortPair() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getHostPortPair() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getHostProperties() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the properties specific to this host.
- getHosts() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the hosts information.
- getHostsList() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a list of the hosts in this connection URL.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a list of the hosts in this connection URL, filtered for the given view.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of the hosts in this connection URL, filtered for the given view.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.XDevApiConnectionUrl
-
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHostsListFromDnsSrv(HostInfo) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHours() - Method in class com.mysql.cj.protocol.InternalTime
-
- getHours() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getId() - Method in class com.mysql.cj.AbstractQuery
-
- getId() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getId() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getId() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getId() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getId() - Method in interface com.mysql.cj.MysqlConnection
-
- getId() - Method in interface com.mysql.cj.Query
-
Returns the query id used when profiling
- getIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifier() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierQuoteString() - Method in class com.mysql.cj.CoreSession
-
- getIdentifierQuoteString() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getIdentifierQuoteString() - Method in class com.mysql.cj.NativeSession
-
- getIdentifierQuoteString() - Method in interface com.mysql.cj.Session
-
- getIdleFor() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
NOT JDBC-Compliant, but clients can use this method to determine how long
this connection has been idle.
- getIdleFor() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getIdleFor() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getIdleFor() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Reports how long this connection has been idle.
- getIdleFor() - Method in class com.mysql.cj.NativeSession
-
- getIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
optional bool if_exists = 2 [default = false];
- getIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
optional bool if_exists = 2 [default = false];
- getIfExists() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
optional bool if_exists = 2 [default = false];
- getImplementedInterfaces(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Retrieves a list with all interfaces implemented by the given class.
- getImplementingClass() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getImportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getImportedKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getIndex() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getIndex() - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler.HostTuple
-
- getIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional uint32 index = 3;
- getIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional uint32 index = 3;
- getIndex() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional uint32 index = 3;
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getIndexName() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index name.
- getIndexType() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index type.
- getInfo() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getInitialHandshakePacket() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getInitialHosts() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getInitializationErrorString() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes initial_response = 3;
- getInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
optional bytes initial_response = 3;
- getInitialResponse() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
optional bytes initial_response = 3;
- getInitialValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- getInitialValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get initial value (default or defined in connection string/Properties)
- getInputStreamClass() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's InputStream
implementation class that can be used to inflate data.
- getInputStreamInstance(InputStream) - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
Creates an instance of an InputStream
that wraps around the 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, ParseInfo) - 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(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
-
- 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(Integer, String) - Static method in class com.mysql.cj.CharsetMapping
-
- getJavaEncodingForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getJavaEncodingForMysqlCharset(String, String) - Static method in class com.mysql.cj.CharsetMapping
-
MySQL charset could map to several Java encodings.
- getJavaEncodingForMysqlCharset(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getJavaType() - Method in class com.mysql.cj.result.Field
-
- getJDBCMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getJDBCMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getJdbcType() - Method in enum com.mysql.cj.MysqlType
-
- getJVMUpdateNumber() - Static method in class com.mysql.cj.util.Util
-
- getJVMVersion() - Static method in class com.mysql.cj.util.Util
-
- getKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
optional bool keep_open = 1 [default = false];
- getKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
optional bool keep_open = 1 [default = false];
- getKeepOpen() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
-
optional bool keep_open = 1 [default = false];
- getKey() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- getKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required string key = 1;
- getKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- getKeyBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required string key = 1;
- getKeyBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKeyName() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the key name of this enum element.
- getKeyName() - Method in enum com.mysql.cj.xdevapi.Client.ClientProperty
-
- getLargeMaxRows() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getLargeMaxRows() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getLargeUpdateCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getLargeUpdateCount() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getLastInsertID() - Method in class com.mysql.cj.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
-
- getLastUsedReaderHost() - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Get details about the most recent reader that the driver has successfully connected to.
- getLastUsedReaderHost() - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Get details about the most recent reader that the driver has successfully connected to.
- getLength() - Method in class com.mysql.cj.result.Field
-
- getLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 length = 10;
- getLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 length = 10;
- getLength() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 length = 10;
- getLength() - Method in interface com.mysql.cj.xdevapi.Column
-
Get this column's length.
- getLength() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getLevel() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning level.
- getLevel() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
-
- getLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- getLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- getLevel() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- getLevel() - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- getLevel() - Method in class com.mysql.cj.xdevapi.WarningImpl
-
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimit() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLimit() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get max number of rows to filter.
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 4;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 6;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 5;
- getLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteral() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLocalAddress() - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- getLocalDate(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLocalDateTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLocalInfileInputStream() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the InputStream instance that will be used to send
data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLocalInfileInputStream() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getLocalInfileInputStream() - Method in class com.mysql.cj.NativeSession
-
- getLocalInfileInputStream() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getLocalInfileInputStream() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the InputStream instance that will be used to send
data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLocalInfileInputStream() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getLocalTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLocationOfOnDuplicateKeyUpdate() - Method in class com.mysql.cj.ParseInfo
-
- getLock() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLock() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- getLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- getLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- getLocking() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- getLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- getLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- getLockingOptions() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- getLockOption() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLockOption() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- 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
-
- getMasterConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getMasterConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getMasterHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns an existing master host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getMasterHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getMasterHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getMasterHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getMasterHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getMasterHostsListFromHostPortPairs(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.
- getMastersListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of this connection URL master hosts in the form of host:port pairs.
- getMaxBinaryLiteralLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxBytesPerChar(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getMaxBytesPerChar(String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- getMaxBytesPerChar(Integer, String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- getMaxBytesPerChar(String) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getMaxCatalogNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInTable() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxConnections() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxCursorNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxFieldSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getMaxFieldSize() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getMaxIndexLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxProcedureNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxRows() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getMaxRows() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getMaxRowSize() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxStatementLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxStatements() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxTableNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxTablesInSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxUserNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMblen(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- getMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
required string mech_name = 1;
- getMechName() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
required string mech_name = 1;
- getMechNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- getMechNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
required string mech_name = 1;
- getMechNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
required string mech_name = 1;
- getMemorySizeProperty(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() - 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 class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMetadataCollationIndex() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getMetadataCollationIndex() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getMetadataCollationIndex() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getMetadataEncoding() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMetadataSafeStatement(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
-
- 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
-
required string msg = 3;
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string msg = 3;
- getMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string msg = 3;
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- getMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- getMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- getMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required string msg = 3;
- getMsg() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required string msg = 3;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string msg = 3;
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string msg = 3;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required string msg = 3;
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required string msg = 3;
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMultiHostParentProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMultiHostSafeProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMysqlCharsetForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
-
- getMysqlCharsetNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getMysqlInput() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlInput() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlInput() - Method in class com.mysql.cj.protocol.x.XAsyncSocketConnection
-
- getMysqlOutput() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlOutput() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlOutput() - Method in class com.mysql.cj.protocol.x.XAsyncSocketConnection
-
- getMysqlSocket() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlSocket() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlSocket() - Method in class com.mysql.cj.protocol.x.XAsyncSocketConnection
-
- getMysqlType() - Method in interface com.mysql.cj.BindValue
-
- getMysqlType() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- getMysqlType() - Method in class com.mysql.cj.result.Field
-
- getMysqlTypeId() - Method in class com.mysql.cj.result.Field
-
- getName() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getName() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property name.
- getName() - Method in enum com.mysql.cj.MysqlType
-
- getName() - Method in class com.mysql.cj.result.Field
-
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string name = 2;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string name = 2;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
required .Mysqlx.Expr.Identifier name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
required .Mysqlx.Expr.Identifier name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes name = 2;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes name = 2;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes name = 2;
- getName() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getName() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the name of the database object represented by the Java object.
- getName() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getName() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- getNameBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string name = 2;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string name = 2;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
required string name = 1;
- getNamedParamIndex(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNameOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- getNameOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
required .Mysqlx.Expr.Identifier name = 1;
- getNameOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
required .Mysqlx.Expr.Identifier name = 1;
- getNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- getNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional string namespace = 3 [default = "sql"];
- getNamespace() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional string namespace = 3 [default = "sql"];
- getNamespaceBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- getNamespaceBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional string namespace = 3 [default = "sql"];
- getNamespaceBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional string namespace = 3 [default = "sql"];
- getNanos() - Method in class com.mysql.cj.protocol.InternalTime
-
- getNanos() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNCharacterStream(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
-
- 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
-
- getNetworkResources() - Method in class com.mysql.cj.protocol.x.XAsyncSocketConnection
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getNewConnection() - Method in class com.mysql.cj.jdbc.ha.ca.ResolvedHostInfo
-
Get new connection to a host.
- 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.FailoverConnectionProxy
-
Gets locally bound instances of FailoverJdbcInterfaceProxy.
- getNewJdbcInterfaceProxy(Object) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Instantiates a new JdbcInterfaceProxy for the given object.
- getNewPreparedStatementId(PreparableStatement<?>) - Method in class com.mysql.cj.MysqlxSession
-
Return an id to be used as a client-managed prepared statement id.
- getNewPreparedStatementId(PreparableStatement<?>) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Returns an id to be used as a client-managed prepared statement id.
- 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
-
- 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
-
- getNumberOfCharsetsConfigured() - Static method in class com.mysql.cj.CharsetMapping
-
- getNumberOfExecutions() - Method in class com.mysql.cj.AbstractQueryBindings
-
- getNumberOfExecutions() - Method in interface com.mysql.cj.QueryBindings
-
- getNumberOfMasterPromotion(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getNumberOfSlavePromotions() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getNumberOfSlavesAdded() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getNumberOfSlavesRemoved() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- 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.x.protobuf.MysqlxCrud.Limit.Builder
-
optional uint64 offset = 2;
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
optional uint64 offset = 2;
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
optional uint64 offset = 2;
- getOffset() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get number of rows to skip before finding others.
- getOffsetBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffsetOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffsetOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOffsetOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
optional .Mysqlx.Expr.Expr offset = 2;
- getOldStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getOldStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getOldStatusFlags() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getOnDuplicateKeyLocation(String, boolean, boolean, boolean) - Static method in class com.mysql.cj.ParseInfo
-
- getOne(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Return the document with the given id.
- getOne(String) - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOpenResultSetCount() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the number of open result sets for this statement.
- getOpenResultSetCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- getOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- getOperation() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- getOperation(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperationOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- getOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperator() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOption(SocketOption<T>) - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- 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
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- 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
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
repeated .Mysqlx.Crud.Order order = 5;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Order order = 7;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
repeated .Mysqlx.Crud.Order order = 6;
- getOrigBytes(int) - Method in class com.mysql.cj.AbstractQueryBindings
-
- getOrigBytes(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getOrigBytes(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getOrigBytes(int) - Method in interface com.mysql.cj.QueryBindings
-
- getOrigByteValue() - Method in interface com.mysql.cj.BindValue
-
- getOrigByteValue() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- getOriginalName() - Method in class com.mysql.cj.result.Field
-
- getOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_name = 3;
- getOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes original_name = 3;
- getOriginalName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes original_name = 3;
- getOriginalProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original (common to all hosts) connection arguments as provided in the connection string query section.
- getOriginalSql() - Method in class com.mysql.cj.AbstractPreparedQuery
-
- getOriginalSql() - Method in interface com.mysql.cj.PreparedQuery
-
- getOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_table = 5;
- getOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes original_table = 5;
- getOriginalTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes original_table = 5;
- getOriginalTableName() - Method in class com.mysql.cj.result.Field
-
- getOSName() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getOutputParameters(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Returns the ResultSet that holds the output parameters, or throws an
appropriate exception if none exist, or they weren't returned.
- getOutputStreamClass() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's OutputStream
implementation class that can be used to deflate data.
- getOutputStreamInstance(OutputStream) - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
Creates an instance of an OutputStream
that wraps around the 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
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- getParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
required string param = 1;
- getParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
required string param = 1;
- getParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- getParamBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
required string param = 1;
- getParamBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
required string param = 1;
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParameterBindings() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getParameterBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getParameterClassName(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterClassName(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterCount() - Method in class com.mysql.cj.AbstractPreparedQuery
-
- getParameterCount() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterCount() - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterCount() - Method in interface com.mysql.cj.PreparedQuery
-
- getParameterFields() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getParameterIndexOffset() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getParameterIndexOffset() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
For calling stored functions, this will be -1 as Connector/J does not count
the first '?' parameter marker, but JDBC counts it * as 1, otherwise it will return 0
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- getParameterMode(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterMode(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterType(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterType(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterTypeName(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterTypeName(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamName() - Method in class com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
-
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
repeated .Mysqlx.Expr.Expr param = 2;
- getParamType() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- getParentLogger() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getParentLogger() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getParentProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Get this connection's parent proxy.
- getParseInfo() - Method in class com.mysql.cj.AbstractPreparedQuery
-
- getParseInfo() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getParseInfo() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getParseInfo() - Method in interface com.mysql.cj.PreparedQuery
-
- getParseInfoForBatch(int) - Method in class com.mysql.cj.ParseInfo
-
Returns a ParseInfo for a multi-value INSERT for a batch of size numBatch (without parsing!).
- getParserForType() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getPassword() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the password.
- getPassword() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Get the password.
- getPasswordCharacterEncoding() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getPasswordCharacterEncoding() - Method in interface com.mysql.cj.protocol.Protocol
-
- getPasswordCharacterEncoding() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getPath() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the path section.
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
required bytes payload = 4;
- getPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
required bytes payload = 4;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional bytes payload = 3;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
optional bytes payload = 3;
- getPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
optional bytes payload = 3;
- getPayloadLength() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Get the actual length of payload the buffer contains.
- getPlaceholderNameToPositionMap() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Get a mapping of parameter names to positions.
- getPlatform() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getPointOfOrigin() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getPointOfOrigin() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
StackTrace generated where ResultSet was created...
- getPooledConnection() - Method in class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
-
- getPooledConnection(String, String) - Method in class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
-
- getPort() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the port.
- getPort() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the port number
- getPort() - Method in class com.mysql.cj.MysqlxSession
-
- getPort() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getPort() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getPort() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getPortNumber() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the port number
- getPosition() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- getPosition() - Method in interface com.mysql.cj.protocol.Message
-
Returns the current position to write to/ read from
- getPosition() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getPosition() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
-
- getPosition() - Method in class com.mysql.cj.result.BufferedRowList
-
- getPosition() - Method in interface com.mysql.cj.result.RowList
-
Returns the current position.
- getPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- getPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional uint32 position = 7;
- getPosition() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional uint32 position = 7;
- getPositionalPlaceholderCount() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Return the number of positional placeholders in the expression.
- getPrecision(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
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjection(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjection(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- 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
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProjectionOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Column projection = 3;
- getProperties() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the properties map contained in this connection string.
- getProperties() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getProperties() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getProperties() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getProperties() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getProperties() - Method in interface com.mysql.cj.MysqlConnection
-
Returns the parsed and passed in properties for this connection.
- getPropertiesFromConfigFiles(String) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a map containing the properties read from the given configuration files.
- getProperty(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.CachingSha2PasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- getProtocolPluginName() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Returns the name that the MySQL server uses on
the wire for this plugin
- getProtocolVersion() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Get this connection's proxy.
- getPseudoColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getQuery() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the query section.
- getQuery() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getQueryBindings() - Method in class com.mysql.cj.AbstractPreparedQuery
-
- getQueryBindings() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getQueryBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getQueryBindings() - Method in interface com.mysql.cj.PreparedQuery
-
- getQueryComment() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getQueryComment() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the comment that will be prepended to all statements
sent to the server.
- getQueryComment() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getQueryInterceptors() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getQueryInterceptorsInstances() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getQueryTimeout() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getQueryTimeout() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getQueryTimingUnits() - Method in class com.mysql.cj.CoreSession
-
- getQueryTimingUnits() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getQueryTimingUnits() - Method in interface com.mysql.cj.protocol.Protocol
-
- getQueryTimingUnits() - Method in interface com.mysql.cj.Session
-
- getQueryToCancel() - Method in interface com.mysql.cj.CancelQueryTask
-
- getQueryToCancel() - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- getReaderConnection(List<HostInfo>) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
Called to get any available reader connection.
- getReaderConnection(List<HostInfo>) - Method in interface com.mysql.cj.jdbc.ha.ca.ReaderFailoverHandler
-
Called to get any available reader connection.
- getRealTimeout(int) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Validates the connection/socket timeout that must really be used.
- getRef(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRef(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
-
- getRemoteAddress() - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- getRemoteSocketAddress() - Method in class com.mysql.cj.CoreSession
-
- getRemoteSocketAddress() - Method in class com.mysql.cj.NativeSession
-
- getRemoteSocketAddress() - Method in interface com.mysql.cj.Session
-
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional bool replace_existing = 8 [default = false];
- getReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional bool replace_existing = 8 [default = false];
- getReplaceExisting() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional bool replace_existing = 8 [default = false];
- getRequiresEscapingEncoder() - Method in class com.mysql.cj.NativeSession
-
- getResultFetchSize() - Method in class com.mysql.cj.AbstractQuery
-
- getResultFetchSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultFetchSize() - Method in interface com.mysql.cj.Query
-
- getResultFields() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getResultId() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getResultId() - Method in interface com.mysql.cj.protocol.Resultset
-
The id (used when profiling) to identify us
- getResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSet() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetConcurrency() - Method in class com.mysql.cj.protocol.a.ResultsetFactory
-
- getResultSetConcurrency() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getResultSetFactory() - Method in class com.mysql.cj.AbstractQuery
-
- getResultSetFactory() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetFactory() - Method in interface com.mysql.cj.Query
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated result set (-1 for none).
- getResultSetId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getResultSetInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetType() - Method in class com.mysql.cj.protocol.a.ResultsetFactory
-
- getResultSetType() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getResultType() - Method in class com.mysql.cj.AbstractQuery
-
- getResultType() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultType() - Method in interface com.mysql.cj.Query
-
- getReusablePacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getReuseExisting() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- getRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRow(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
required uint64 row_count = 1;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
required uint64 row_count = 1;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
required uint64 row_count = 1;
- getRowCountBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCountOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCountOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowCountOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
required .Mysqlx.Expr.Expr row_count = 1;
- getRowId(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRowId(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
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRowOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- getRows() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getRows() - Method in interface com.mysql.cj.protocol.Resultset
-
- getRows() - Method in class com.mysql.cj.xdevapi.InsertParams
-
Get X Protocol rows list.
- getSavepointId() - Method in class com.mysql.cj.jdbc.MysqlSavepoint
-
- getSavepointName() - Method in class com.mysql.cj.jdbc.MysqlSavepoint
-
- getScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalar() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScale(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
-
- getSchema() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getSchema() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getSchema() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- getSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes schema = 6;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes schema = 6;
- getSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes schema = 6;
- getSchema() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getSchema() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the schema owning this database object.
- getSchema() - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- getSchema() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getSchema(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
-
optional string schema_name = 4;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string schema_name = 4;
- getSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string schema_name = 4;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- getSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- getSchemaName() - Method in interface com.mysql.cj.xdevapi.Column
-
- getSchemaName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string schema_name = 4;
- getSchemaNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string schema_name = 4;
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- getSchemaNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- getSchemaPatternIterator(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSchemas() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSchemas(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
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- getScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- getScope() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- getSearchStringEscape() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTime
-
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- getSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- getSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- getSeed() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getSendTypesToServer() - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- getSerializedSize() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getServerDefaultCharset() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerDefaultCharset() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerDefaultCharset() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerDefaultCollationIndex() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getServerInfo() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getServerInfo() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the server informational message returned from a DDL or DML
statement (if any), or null if none.
- getServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerName() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the name of the database server
- getServerProps() - Method in class com.mysql.cj.admin.ServerController
-
Returns the list of properties that will be used to start/control the
server.
- getServerSession() - Method in class com.mysql.cj.CoreSession
-
- getServerSession() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getServerSession() - Method in interface com.mysql.cj.protocol.Protocol
-
- getServerSession() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getServerSession() - Method in interface com.mysql.cj.Session
-
- getServerStatementId() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- getServerStatementId() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getServerStatementId() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getServerTimeZone() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerTimeZone() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- 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
-
- getSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- getSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- getSeverity() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- getSharedSendPacket() - Method in class com.mysql.cj.NativeSession
-
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
- getSharedSendPacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
- getShort(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getShort(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
-
- 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 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.
- getSlaveHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns an existing slave host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getSlaveHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getSlaveHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getSlaveHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getSlaveHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getSlaveHostsListFromHostPortPairs(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.
- getSlavePromotionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getSlavePromotionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getSlavePromotionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getSlavesConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getSlavesConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getSlavesConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getSlavesListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of this connection URL master hosts in the form of host:port pairs.
- 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
-
required .Mysqlx.Expr.Expr source = 1;
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
required .Mysqlx.Expr.Expr source = 1;
- getSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
required .Mysqlx.Expr.Expr source = 1;
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSource() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol ColumnIdentifier.
- getSourceBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- getSourceBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
required .Mysqlx.Expr.Expr source = 1;
- getSourceOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
required .Mysqlx.Expr.Expr source = 1;
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSourceOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- getSqlForBatch(int) - Method in class com.mysql.cj.ParseInfo
-
Returns a preparable SQL string for the number of batched parameters; used by server-side prepared statements
when re-writing batch INSERTs.
- getSqlForBatch() - Method in class com.mysql.cj.ParseInfo
-
Used for filling in the SQL for getPreparedSql() - for debugging
- 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
-
required string sql_state = 4;
- getSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string sql_state = 4;
- getSqlState() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string sql_state = 4;
- getSqlStateBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- getSqlStateBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string sql_state = 4;
- getSqlStateBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string sql_state = 4;
- getSQLStateType() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getSQLXML(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(String, String, String, String, String, String, boolean, boolean, String, ExceptionInterceptor) - Static method in class com.mysql.cj.protocol.ExportControlled
-
Configure the SSLContext
based on the supplier property set.
- getStatement() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getStatementComment() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the comment that will be prepended to all statements
sent to the server.
- getStatementExecuteOk() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
Get StatementExecuteOk object finalizing the result transfer.
- getStatementExecuting() - Method in class com.mysql.cj.AbstractQuery
-
- getStatementExecuting() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getStatementExecuting() - Method in interface com.mysql.cj.Query
-
- getStatementId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated statement (-1 for none).
- getStatementId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getStaticSql() - Method in class com.mysql.cj.ParseInfo
-
- getStaticSqlStrings() - Method in class com.mysql.cj.AppendingBatchVisitor
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
required bytes stmt = 1;
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
required bytes stmt = 1;
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
required bytes stmt = 1;
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
required uint32 stmt_id = 1;
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
required uint32 stmt_id = 1;
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required uint32 stmt_id = 1;
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required uint32 stmt_id = 1;
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required uint32 stmt_id = 1;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.Find stmt = 7;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- getStreamingData() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getStreamLength() - Method in interface com.mysql.cj.BindValue
-
- getStreamLength() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- getStreamValue() - Method in interface com.mysql.cj.BindValue
-
- getStreamValue() - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- getString(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.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
-
optional bytes table = 4;
- getTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes table = 4;
- getTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes table = 4;
- getTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table.
- getTable(String, 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
-
optional string table_name = 3;
- getTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string table_name = 3;
- getTableName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string table_name = 3;
- getTableName() - Method in interface com.mysql.cj.xdevapi.Column
-
- getTableName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getTableNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- getTableNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string table_name = 3;
- getTableNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string table_name = 3;
- getTableNameWithCase(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getTableRowCount(String, String) - Method in interface com.mysql.cj.DataStoreMetadata
-
- getTableRowCount(String, String) - Method in class com.mysql.cj.DataStoreMetadataImpl
-
- getTables(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
-
- getTarget() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BinaryStreamValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BooleanValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.ByteValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.DoubleValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.FloatValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.IntegerValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalDateTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalDateValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LongValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.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 interface com.mysql.cj.result.ValueFactory
-
Get the actual class name of T
parameter.
- getTargetTypeName() - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getThreadId() - Method in class com.mysql.cj.CoreSession
-
- getThreadId() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getThreadId() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getThreadId() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getThreadId() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getThreadId() - Method in interface com.mysql.cj.Session
-
- getTime(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.ca.AuroraTopologyService
-
Get cluster topology.
- getTopology() - Method in class com.mysql.cj.jdbc.ha.ca.ResolvedHostInfo
-
Get latest topology.
- getTopology(JdbcConnection, boolean) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Get cluster topology.
- getTotalConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getTotalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getTotalHostCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getTotalHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getTotalHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getTotalLogicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getTotalLogicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getTotalLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getTotalLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getTotalLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getTotalLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getTotalPhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getTotalPhysicalConnectionCount(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.x.Notice
-
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
required uint32 type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
required uint32 type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
required uint32 type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
required uint32 type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
required uint32 type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
required uint32 type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
datatype of the field in a row
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
datatype of the field in a row
- getType() - Method in interface com.mysql.cj.xdevapi.Column
-
- getType() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getType() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get column type.
- getTypeForMessageClass(Class<? extends MessageLite>) - Static method in class com.mysql.cj.protocol.x.MessageConstants
-
Lookup the "ClientMessages" type tag for a Protocol buffers message class.
- getTypeInfo() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTypeMap() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getTypeMap() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getTypeMap() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getUDTs(String, String, String, int[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- getUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional uint64 uncompressed_size = 1;
- getUncompressedSize() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional uint64 uncompressed_size = 1;
- getUnderlyingInterceptor() - Method in class com.mysql.cj.NoSubInterceptorWrapper
-
- getUnderlyingStream() - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- getUnicodeStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getUnicodeStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getUniqueSavepointId() - Static method in class com.mysql.cj.util.StringUtils
-
- getUnknownFields() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getUnknownFields() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdate() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateCount() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getUpdateCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getUpdateCount() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getUpdateCount() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getUpdateCount() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getUpdateCount() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the update count for this result set (if one exists), otherwise
-1.
- getUpdateID() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getUpdateID() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getUpdateID() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the AUTO_INCREMENT value for the DDL/DML statement which created
this result set.
- getUpdateOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdates() - Method in class com.mysql.cj.xdevapi.UpdateParams
-
Get update parameters map.
- getUpdateType() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol update type.
- getUpperBound() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getUpperBound() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
The highest possible value of range-based property
- getUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional bool upsert = 6 [default = false];
- getUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
optional bool upsert = 6 [default = false];
- getUpsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
optional bool upsert = 6 [default = false];
- getUri() - Method in interface com.mysql.cj.xdevapi.Session
-
Get the URL used to create this session.
- getUri() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getURL(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
-
- getUser() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the user name.
- getUser() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getUser() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getUser() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getUser() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the configured user for this connection
- getUser() - Method in interface com.mysql.cj.MysqlConnection
-
- getUserName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
-
- getValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- getValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get internal value representation as Object.
- getValue() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- getValue(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
-
optional .Mysqlx.Expr.Expr value = 3;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
optional .Mysqlx.Expr.Expr value = 3;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValue(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
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required .Mysqlx.Expr.Expr value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Expr.Expr value = 2;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValue() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol value expression.
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValueBuilder(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
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- getValueBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- getValueBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getValueFromBytes(int, byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.result.AbstractResultsetRow
-
Get a value from a byte array.
- getValueList() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueNeedsQuoting() - Method in class com.mysql.cj.result.Field
-
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
optional .Mysqlx.Expr.Expr value = 3;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
optional .Mysqlx.Expr.Expr value = 3;
- getValueOrBuilder(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
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required .Mysqlx.Expr.Expr value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Expr.Expr value = 2;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
repeated .Mysqlx.Expr.Expr value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- getValuesClause() - Method in class com.mysql.cj.ParseInfo
-
- getVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- getVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- getVariable() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- getVariableBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- getVariableBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- getVariableBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- getVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- getVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional bool v_bool = 8;
- getVBool() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional bool v_bool = 8;
- getVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- getVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional double v_double = 6;
- getVDouble() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional double v_double = 6;
- getVendor() - Method in enum com.mysql.cj.MysqlType
-
- getVendorCode() - Method in exception com.mysql.cj.exceptions.CJException
-
- getVendorTypeNumber() - Method in enum com.mysql.cj.MysqlType
-
- getVersionColumns(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getVersionColumns(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getVersionColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- getVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional float v_float = 7;
- getVFloat() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional float v_float = 7;
- getViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- getViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
optional string view_id = 2;
- getViewId() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
optional string view_id = 2;
- getViewIdBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- getViewIdBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
optional string view_id = 2;
- getViewIdBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
optional string view_id = 2;
- getVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctets() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- getVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- getVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional sint64 v_signed_int = 2;
- getVSignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional sint64 v_signed_int = 2;
- getVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVString() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVStringOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- getVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- getVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional uint64 v_unsigned_int = 3;
- getVUnsignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional uint64 v_unsigned_int = 3;
- getWarningCount() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getWarningCount() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getWarnings() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getWarnings() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getWarnings() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getWarnings() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getWarnings() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getWarnings() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getWarnings() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getWarnings() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- getWarnings() - Method in interface com.mysql.cj.xdevapi.Result
-
Get warnings generated during statement execution.
- getWarnings() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getWarnings() - Method in class com.mysql.cj.xdevapi.UpdateResult
-
- getWarningsCount() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- getWarningsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the number of warnings generated during statement execution.
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getWarningsCount() - Method in class com.mysql.cj.xdevapi.UpdateResult
-
- getWeight() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getXAConnection() - Method in class com.mysql.cj.jdbc.MysqlXADataSource
-
- getXAConnection(String, String) - Method in class com.mysql.cj.jdbc.MysqlXADataSource
-
- getXAResource() - Method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- getXAResource() - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- getYear() - Method in class com.mysql.cj.protocol.InternalDate
-
- GLOBAL_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
-
- 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
-
- handleCleanup(Throwable) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleCleanup(Throwable) - Method in interface com.mysql.cj.Session.SessionEventListener
-
- handleCloseConnection(ReplicationConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- handleExceptionForBatch(int, int, long[], SQLException) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- handleNewInstance(Constructor<?>, Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
Handles constructing new instance with the given constructor and wrapping
(or not, as required) the exceptions that could possibly be generated
- handleNormalClose() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleNormalClose() - Method in interface com.mysql.cj.Session.SessionEventListener
-
- handlePropertyChange(RuntimeProperty<?>) - Method in interface com.mysql.cj.conf.RuntimeProperty.RuntimePropertyListener
-
- handlePropertyChange(RuntimeProperty<?>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- handleReconnect() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleReconnect() - Method in interface com.mysql.cj.Session.SessionEventListener
-
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- hasAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- hasAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- hasAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional string alias = 2;
- hasAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional string alias = 2;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- hasArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
required bytes auth_data = 1;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
required bytes auth_data = 1;
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
-
required bytes auth_data = 1;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
optional bytes auth_data = 1;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
optional bytes auth_data = 1;
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
-
optional bytes auth_data = 1;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes auth_data = 2;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
optional bytes auth_data = 2;
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
optional bytes auth_data = 2;
- hasBuiltIndexMapping() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- hasBuiltIndexMapping() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- hasCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapabilities() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapability(String) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- hasCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes catalog = 7;
- hasCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes catalog = 7;
- hasCatalog() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes catalog = 7;
- hasCcAlias() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- hasCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns true if property has a camel-case alias.
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- hasClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasClientMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required uint32 code = 2;
- hasCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required uint32 code = 2;
- hasCode() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required uint32 code = 2;
- hasCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required uint32 code = 2;
- hasCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required uint32 code = 2;
- hasCode() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required uint32 code = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
optional uint64 collation = 2;
- hasCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
optional uint64 collation = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint64 collation = 8;
- hasCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint64 collation = 8;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
required .Mysqlx.Crud.Collection collection = 1;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
required .Mysqlx.Crud.Collection collection = 2;
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
optional bool compact_metadata = 3 [default = false];
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
optional bool compact_metadata = 3 [default = false];
- hasCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
optional bool compact_metadata = 3 [default = false];
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional bool compact_metadata = 4 [default = false];
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional bool compact_metadata = 4 [default = false];
- hasCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional bool compact_metadata = 4 [default = false];
- hasConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- hasConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
required uint32 condition_key = 1;
- hasConditionKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
required uint32 condition_key = 1;
- hasConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- hasConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional bytes condition_value = 2;
- hasConditionValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional bytes condition_value = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
optional uint32 content_type = 2;
- hasContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
optional uint32 content_type = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 content_type = 12;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 content_type = 12;
- hasContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 content_type = 12;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Expr.Expr criteria = 3;
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr criteria = 5;
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Expr.Expr criteria = 4;
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required uint32 cursor_id = 1;
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required uint32 cursor_id = 1;
- hasData() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
Does this result have data? This indicates that the result was produced from a data-returning query.
- hasData() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- hasData() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- hasDeadlockOrTimeoutRolledBackTx(SQLException) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional string definer = 2;
- hasDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional string definer = 2;
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional string definer = 2;
- hasDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional string definer = 2;
- hasDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDelete() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDirection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- hasExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- hasExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
optional uint64 fetch_rows = 5;
- hasFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
optional uint64 fetch_rows = 5;
- hasField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- hasFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- hasFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- hasFind() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- hasFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 flags = 11;
- hasFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 flags = 11;
- hasFlags() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 flags = 11;
- hasFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 fractional_digits = 9;
- hasFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 fractional_digits = 9;
- hasFractionalDigits() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 fractional_digits = 9;
- hasFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasFunctionCall() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- hasGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- hasGroupingCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
-
- hashCode() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
-
- hashCode() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- hashCode() - Method in class com.mysql.cj.ServerVersion
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- hashCode() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- hashCode() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- hashCode() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- hashCode() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- hasIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIdentifier() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
optional bool if_exists = 2 [default = false];
- hasIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
optional bool if_exists = 2 [default = false];
- hasIfExists() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
optional bool if_exists = 2 [default = false];
- hasIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional uint32 index = 3;
- hasIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional uint32 index = 3;
- hasIndex() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional uint32 index = 3;
- hasInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes initial_response = 3;
- hasInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
optional bytes initial_response = 3;
- hasInitialResponse() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
optional bytes initial_response = 3;
- hasInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasInsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
optional bool keep_open = 1 [default = false];
- hasKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
optional bool keep_open = 1 [default = false];
- hasKeepOpen() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
-
optional bool keep_open = 1 [default = false];
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- hasKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required string key = 1;
- hasKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required string key = 1;
- hasLargeFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT exist in this ColumnDefinition.
- hasLargeFields() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT
exist in this ColumnDefinition.
- hasLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 length = 10;
- hasLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint32 length = 10;
- hasLength() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint32 length = 10;
- hasLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- hasLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- hasLevel() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.Limit limit = 4;
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 4;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Limit limit = 6;
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 6;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.Limit limit = 5;
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.Limit limit = 5;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- hasLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLiteral() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- hasLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- hasLocking() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- hasLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- hasLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- hasLockingOptions() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- hasLongColumnInfo() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- hasLongColumnInfo() - Method in interface com.mysql.cj.protocol.ServerSession
-
- hasLongColumnInfo() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- hasMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- hasMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
required string mech_name = 1;
- hasMechName() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
required string mech_name = 1;
- hasMoreResults() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- hasMoreResults() - Method in interface com.mysql.cj.protocol.ServerSession
-
- hasMoreResults() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- hasMoreResults() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- hasMoreTokens() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Does this tokenizer have more tokens available?
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string msg = 3;
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string msg = 3;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
required string msg = 3;
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
required string msg = 3;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string name = 2;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string name = 2;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
required .Mysqlx.Expr.Identifier name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
required .Mysqlx.Expr.Identifier name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes name = 2;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes name = 2;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes name = 2;
- hasNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- hasNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
optional string namespace = 3 [default = "sql"];
- hasNamespace() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
optional string namespace = 3 [default = "sql"];
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- hasNext() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
-
- hasNext() - Method in class com.mysql.cj.result.BufferedRowList
-
- hasNext() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- hasNext() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- hasNext() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- hasObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObj() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- hasObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- hasObject() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
optional uint64 offset = 2;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
optional uint64 offset = 2;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
optional .Mysqlx.Expr.Expr offset = 2;
- hasOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
optional .Mysqlx.Expr.Expr offset = 2;
- hasOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
optional uint64 offset = 2;
- hasOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- hasOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- hasOperation() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- hasOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOperator() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_name = 3;
- hasOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes original_name = 3;
- hasOriginalName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes original_name = 3;
- hasOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_table = 5;
- hasOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes original_table = 5;
- hasOriginalTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes original_table = 5;
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- hasParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
required string param = 1;
- hasParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
required string param = 1;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
required bytes payload = 4;
- hasPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
required bytes payload = 4;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional bytes payload = 3;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
optional bytes payload = 3;
- hasPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
optional bytes payload = 3;
- hasPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- hasPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional uint32 position = 7;
- hasPosition() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional uint32 position = 7;
- hasPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasPrepareExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional bool replace_existing = 8 [default = false];
- hasReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional bool replace_existing = 8 [default = false];
- hasReplaceExisting() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional bool replace_existing = 8 [default = false];
- hasResults() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Used only in tests
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
required uint64 row_count = 1;
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
required uint64 row_count = 1;
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
required .Mysqlx.Expr.Expr row_count = 1;
- hasRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
required .Mysqlx.Expr.Expr row_count = 1;
- hasRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
required uint64 row_count = 1;
- hasRows() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- hasRows() - Method in interface com.mysql.cj.protocol.Resultset
-
Does the result set contain rows, or is it the result of a DDL or DML statement?
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- hasSameProperties(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Does this connection have the same properties as another?
- hasScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScalar() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- hasSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes schema = 6;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes schema = 6;
- hasSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes schema = 6;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string schema_name = 4;
- hasSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string schema_name = 4;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- hasSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- hasScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- hasScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- hasScope() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- hasSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- hasSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- hasServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasServerMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- hasSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- hasSeverity() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
required .Mysqlx.Expr.Expr source = 1;
- hasSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
required .Mysqlx.Expr.Expr source = 1;
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- hasSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- hasSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- hasSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
required string sql_state = 4;
- hasSqlState() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
required string sql_state = 4;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
required .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
required .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
optional .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
optional .Mysqlx.Crud.Find stmt = 7;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
required bytes stmt = 1;
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
required bytes stmt = 1;
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
required bytes stmt = 1;
- hasStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
required uint32 stmt_id = 1;
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
required uint32 stmt_id = 1;
- hasTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes table = 4;
- hasTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional bytes table = 4;
- hasTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional bytes table = 4;
- hasTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- hasTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
optional string table_name = 3;
- hasTableName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
optional string table_name = 3;
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
Deprecated.
- hasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
required uint32 type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
required uint32 type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
required uint32 type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
required uint32 type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
required uint32 type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
required uint32 type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
datatype of the field in a row
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
datatype of the field in a row
- hasUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- hasUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional uint64 uncompressed_size = 1;
- hasUncompressedSize() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional uint64 uncompressed_size = 1;
- hasUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpdate() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional bool upsert = 6 [default = false];
- hasUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
optional bool upsert = 6 [default = false];
- hasUpsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
optional bool upsert = 6 [default = false];
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
optional .Mysqlx.Expr.Expr value = 3;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
optional .Mysqlx.Expr.Expr value = 3;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
required bytes value = 1;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
required bytes value = 1;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
required .Mysqlx.Expr.Expr value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Expr.Expr value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- hasValueConstraints() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- hasValueConstraints() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Does the property have fixed values based constraints.
- hasVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- hasVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- hasVariable() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- hasVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- hasVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional bool v_bool = 8;
- hasVBool() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional bool v_bool = 8;
- hasVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- hasVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional double v_double = 6;
- hasVDouble() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional double v_double = 6;
- hasVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- hasVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional float v_float = 7;
- hasVFloat() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional float v_float = 7;
- hasViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- hasViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
optional string view_id = 2;
- hasViewId() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
optional string view_id = 2;
- hasVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- hasVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- hasVOctets() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- hasVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- hasVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional sint64 v_signed_int = 2;
- hasVSignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional sint64 v_signed_int = 2;
- hasVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVString() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- hasVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional uint64 v_unsigned_int = 3;
- hasVUnsignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional uint64 v_unsigned_int = 3;
- hasWildcards(String) - Static method in class com.mysql.cj.util.StringUtils
-
Does the string contain wildcard symbols ('%' or '_').
- having(String) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the aggregate criteria for this query.
- having(String) - Method in class com.mysql.cj.xdevapi.FindStatementImpl
-
- having(String) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the aggregate criteria for this query.
- having(String) - Method in class com.mysql.cj.xdevapi.SelectStatementImpl
-
- HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
Size of MySQL packet header (payload size + packet sequence ID).
- HEADER_LENGTH - Static variable in class com.mysql.cj.protocol.x.XMessageHeader
-
- HEX_DIGITS - Static variable in class com.mysql.cj.AbstractQueryBindings
-
- hexEscapeBlock(byte[], NativePacketPayload, int) - Method in class com.mysql.cj.AbstractQueryBindings
-
Used to escape binary data with hex for mb charsets
- HISTOGRAM_BUCKETS - Static variable in class com.mysql.cj.log.BaseMetricsHolder
-
- holdResultsOpenOverClose - Variable in class com.mysql.cj.jdbc.StatementImpl
-
Should this statement hold results open over .close() irregardless of
connection's setting?
- 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(DatabaseUrlContainer, String, int, String, String, boolean, Map<String, String>) - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs a
HostInfo
instance initialized with the provided host, port, user, password and connection arguments.
- hostInfo - 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.ca.ClusterAwareConnectionProxy
-
- hostsCount() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the number of hosts in this connection URL.
- hostsList - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
- HostsListView - Enum in com.mysql.cj.conf
-
An enumeration that identifies the type of the view intended for getting hosts lists for multi-host connections.
- s2b(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Converts the given string to bytes, using the connection's character
encoding.
- s2b(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Converts the given string to bytes, using the connection's character
encoding, or if not available, the JVM default encoding.
- safeIntParse(String) - Static method in class com.mysql.cj.util.StringUtils
-
- safeTrim(String) - Static method in class com.mysql.cj.util.StringUtils
-
- sanitizeProcOrFuncName(String) - Static method in class com.mysql.cj.util.StringUtils
-
Next two functions are to help DBMD check if
the given string is in form of database.name and return it
as "database";"name" with comments removed.
- 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.
- 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.
- SEARCH_MODE__ALL - Static variable in class com.mysql.cj.util.StringUtils
-
Full search mode: allow backslash escape, skip between markers, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__BSESC_COM_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: allow backslash escape, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__BSESC_MRK_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: allow backslash escape, skip between markers and skip white space.
- SEARCH_MODE__COM_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: skip block comments, skip line comments and skip white space.
- SEARCH_MODE__MRK_COM_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: skip between markers, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__MRK_WS - Static variable in class com.mysql.cj.util.StringUtils
-
Search mode: skip between markers and skip white space.
- SEARCH_MODE__NONE - Static variable in class com.mysql.cj.util.StringUtils
-
Empty search mode.
- secondsSinceMillis(long) - Static method in class com.mysql.cj.util.Util
-
Computes the number of seconds elapsed since the given time in milliseconds.
- Security - Class in com.mysql.cj.protocol
-
Methods for doing secure authentication with MySQL-4.1 and newer.
- SECURITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- SECURITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- seed - Variable in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- seed - Variable in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
- SEED_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- select(String...) - Method in interface com.mysql.cj.xdevapi.Table
-
Create a new select statement using the given projections.
- select(String...) - Method in class com.mysql.cj.xdevapi.TableImpl
-
- SelectStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a SELECT query.
- SelectStatementImpl - Class in com.mysql.cj.xdevapi
-
- 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.AsyncMessageSender
-
- send(XMessage, CompletableFuture<?>, Runnable) - Method in class com.mysql.cj.protocol.x.AsyncMessageSender
-
- 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(NativePacketPayload, boolean, int) - Method in class com.mysql.cj.NativeSession
-
- sendCommand(Message, boolean, int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- sendCommand(Message, boolean, int) - Method in interface com.mysql.cj.protocol.Protocol
-
Send a command to the MySQL server.
- sendCommand(Message, boolean, int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- sendExecutePacket(NativePacketPayload, String) - Method in class com.mysql.cj.ServerPreparedQuery
-
- sendFileToServer(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Reads and sends a file to the server for LOAD DATA LOCAL INFILE
- sendFractionalSeconds - Variable in class com.mysql.cj.AbstractQueryBindings
-
- sendFractionalSeconds - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- 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
-
- SerializingBufferWriter - Class in com.mysql.cj.protocol
-
A layer over AsynchronousSocketChannel
that serializes all incoming write requests.
- SerializingBufferWriter(AsynchronousSocketChannel) - Constructor for class com.mysql.cj.protocol.SerializingBufferWriter
-
- SERVER_HELLO_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SERVER_HELLO = 5;
- SERVER_MESSAGE_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
- SERVER_MESSAGES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- SERVER_MORE_RESULTS_EXISTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_NO_GOOD_INDEX_USED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_NO_INDEX_USED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_WAS_SLOW - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_AUTOCOMMIT - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_CURSOR_EXISTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_IN_TRANS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_LAST_ROW_SENT - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- ServerAffinityStrategy - Class in com.mysql.cj.jdbc.ha
-
- ServerAffinityStrategy(String) - Constructor for class com.mysql.cj.jdbc.ha.ServerAffinityStrategy
-
- ServerCapabilities - Interface in com.mysql.cj.protocol
-
Represents server capabilities, retrieved right after creating physical connection and before handshake.
- ServerConfigCacheFactory - Interface in software.aws.rds.jdbc
-
- ServerController - Class in com.mysql.cj.admin
-
Controls a MySQL server using Java RunTime methods
- ServerController(String) - Constructor for class com.mysql.cj.admin.ServerController
-
Creates a ServerController with the directory for the MySQL server.
- ServerController(String, String) - Constructor for class com.mysql.cj.admin.ServerController
-
Creates a server controller for the MySQL server with the given basedir
and datadir.
- serverExecute(int, boolean, ColumnDefinition) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Tells the server to execute this prepared statement with the current
parameter bindings.
- serverExecute(int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.ServerPreparedQuery
-
- serverExecute(int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- serverInfo - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
Any info message from the server that was created while generating this result set (if 'info parsing' is enabled for the connection).
- serverMessageId - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
extend .google.protobuf.MessageOptions { ...
- serverPrepare(String) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- serverPrepare(String) - Method in class com.mysql.cj.ServerPreparedQuery
-
- serverPrepare(String) - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- ServerPreparedQuery - Class in com.mysql.cj
-
- ServerPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.ServerPreparedQuery
-
- ServerPreparedQueryBindings - Class in com.mysql.cj
-
- ServerPreparedQueryBindings(int, Session) - Constructor for class com.mysql.cj.ServerPreparedQueryBindings
-
- ServerPreparedQueryBindValue - Class in com.mysql.cj
-
- ServerPreparedQueryBindValue(TimeZone, TimeZone, PropertySet) - Constructor for class com.mysql.cj.ServerPreparedQueryBindValue
-
- ServerPreparedQueryTestcaseGenerator - Class in com.mysql.cj
-
- ServerPreparedQueryTestcaseGenerator(NativeSession) - Constructor for class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- ServerPreparedStatement - Class in com.mysql.cj.jdbc
-
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
- ServerPreparedStatement(JdbcConnection, String, String, int, int) - Constructor for class com.mysql.cj.jdbc.ServerPreparedStatement
-
Creates a new ServerPreparedStatement object.
- serverPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, 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.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.
- 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.AbstractQueryBindings
-
- session - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- session - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- session - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- session - Variable in class com.mysql.cj.protocol.AbstractProtocol
-
- Session - 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.ca.TopologyServicePropertyKeys
-
- SESSION_STATE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_STATE_CHANGED = 3;
- 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
- 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;
- setAlgorithm(MysqlxCrud.ViewAlgorithm) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3 [default = UNDEFINED];
- setAlgorithm(MysqlxCrud.ViewAlgorithm) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewAlgorithm algorithm = 3;
- setAlias(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- setAlias(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- setAliasBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- setAliasBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional string alias = 2;
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 6;
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 11;
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 5;
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Datatypes.Scalar args = 8;
- setArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- setArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- setArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- setArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
repeated .Mysqlx.Datatypes.Any args = 2;
- setArray(int, Array) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setArray(int, Array) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setArray(MysqlxDatatypes.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- setArray(MysqlxDatatypes.Array.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- setArray(MysqlxExpr.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- setArray(MysqlxExpr.Array.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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) - Method in interface com.mysql.cj.QueryBindings
-
- setAsciiStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
-
- setAsciiStream(int, InputStream, long) - Method in interface com.mysql.cj.QueryBindings
-
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
required bytes auth_data = 1;
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
optional bytes auth_data = 1;
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes auth_data = 2;
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
This method called from cJ before first nextAuthenticationStep
call.
- setAuthPluginDataLength(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setAutoCommit(boolean) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setAutoCommit(), before the
driver processes its own internal logic for setAutoCommit().
- setAutoCommit(boolean) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setAutoCommit(boolean) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setBaseDir(String) - Method in class com.mysql.cj.admin.ServerController
-
Sets the basedir to use when starting MySQL.
- setBatchCommandIndex(int) - Method in class com.mysql.cj.AbstractPreparedQuery
-
- setBatchCommandIndex(int) - Method in interface com.mysql.cj.PreparedQuery
-
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBigDecimal(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 interface com.mysql.cj.QueryBindings
-
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.QueryBindings
-
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBinary() - Method in class com.mysql.cj.result.Field
-
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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) - Method in interface com.mysql.cj.QueryBindings
-
- setBinaryStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
-
- setBinaryStream(int, InputStream, long) - Method in interface com.mysql.cj.QueryBindings
-
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBindValues(T[]) - Method in class com.mysql.cj.AbstractQueryBindings
-
- setBindValues(T[]) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob(int, InputStream) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBlob(int, Blob) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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 interface com.mysql.cj.QueryBindings
-
- setBlob(int, InputStream) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob(int, InputStream, long) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob() - Method in class com.mysql.cj.result.Field
-
- setBlob(int, InputStream) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBlob(int, Blob) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBoolean(int, boolean) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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 interface com.mysql.cj.QueryBindings
-
- setBoolean(int, boolean) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBooleanRuntimeProperty(String, boolean) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setByte(int, byte) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setByte(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 interface com.mysql.cj.QueryBindings
-
- setByte(int, byte) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setByteBuffer(byte[]) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Sets the array of bytes to use as a buffer to read from.
- setBytes(int, byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBytes(int, byte[], boolean, boolean) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
- setBytes(int, byte[]) - Method in interface com.mysql.cj.QueryBindings
-
- setBytes(int, byte[], boolean, 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).
- setBytes(int, byte[]) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBytesNoEscape(int, byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBytesNoEscape(int, byte[]) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBytesNoEscape(int, byte[]) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
Used by updatable result sets for refreshRow() because the parameter has
already been escaped for updater or inserter prepared statements.
- setBytesNoEscape(int, byte[]) - Method in interface com.mysql.cj.QueryBindings
-
- setBytesNoEscape(int, byte[]) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in interface com.mysql.cj.QueryBindings
-
- setBytesNoEscapeNoQuotes(int, byte[]) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setByteValue(byte[]) - Method in interface com.mysql.cj.BindValue
-
- setByteValue(byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- setCancelStatus(Query.CancelStatus) - Method in class com.mysql.cj.AbstractQuery
-
- setCancelStatus(Query.CancelStatus) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCancelStatus(Query.CancelStatus) - Method in interface com.mysql.cj.Query
-
- setCapabilities(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
-
optional bytes catalog = 7;
- 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
-
- setChannel(AsynchronousSocketChannel) - Method in class com.mysql.cj.protocol.SerializingBufferWriter
-
Allow overwriting the channel once the writer has been established.
- setChannel(AsynchronousSocketChannel) - Method in class com.mysql.cj.protocol.x.AsyncMessageSender
-
Allow overwriting the channel once the writer has been established.
- setCharacterSetMetadata(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setCharacterSetMetadata(String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setCharacterSetMetadata(String) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setCharacterSetResultsOnServer(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setCharacterSetResultsOnServer(String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setCharacterSetResultsOnServer(String) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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) - Method in interface com.mysql.cj.QueryBindings
-
- setCharacterStream(int, Reader, int) - Method in interface com.mysql.cj.QueryBindings
-
- setCharacterStream(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
-
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setCheck(MysqlxCrud.ViewCheckOption) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- setCheck(MysqlxCrud.ViewCheckOption) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewCheckOption check = 5;
- setClearWarningsCalled(boolean) - Method in class com.mysql.cj.AbstractQuery
-
- setClearWarningsCalled(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setClearWarningsCalled(boolean) - Method in interface com.mysql.cj.Query
-
- setClientInfo(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(int, Reader) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setClob(int, Reader, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setClob(int, Clob) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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 interface com.mysql.cj.QueryBindings
-
- setClob(int, Reader) - Method in interface com.mysql.cj.QueryBindings
-
- setClob(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
-
- setClob(int, Reader) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setClob(int, Reader, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setClob(int, Clob) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setClosed(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setClusterId(String) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Sets cluster Id for a service instance.
- setClusterId(String) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Set unique cluster identifier for topology service instance.
- setClusterInstanceHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Sets host details common to each instance in the cluster, including the host dns pattern.
- setClusterInstanceHost(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Sets host details common to each instance in the cluster, including the host dns pattern.
- setCode(int) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required uint32 code = 2;
- setCode(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required uint32 code = 2;
- setCollation(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- setCollation(long) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
required .Mysqlx.Crud.Collection collection = 1;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
required .Mysqlx.Crud.Collection collection = 2;
- setColumn(int, String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
repeated string column = 6;
- setColumn(int, String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
repeated string column = 6;
- setColumnDefinition(ColumnDefinition) - Method in class com.mysql.cj.AbstractQueryBindings
-
- setColumnDefinition(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.protocol.Resultset
-
Sometimes the driver doesn't have metadata before consuming the result set rows (because it's cached),
or need to coerce the metadata returned by queries into that required by the particular specification
(eg metadata returned by metadata queries into that required by the JDBC specification).
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.QueryBindings
-
- setColumnLabelToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnLabelToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnNameToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setColumnToIndexCache(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnToIndexCache(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setCompactMetadata(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
optional bool compact_metadata = 3 [default = false];
- setCompactMetadata(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional bool compact_metadata = 4 [default = false];
- setCond(int, MysqlxExpect.Open.Condition) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- setCond(int, MysqlxExpect.Open.Condition.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- setConditionKey(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- setConditionValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- setConnectionCreationTimeMillis(long) - Method in class com.mysql.cj.NativeSession
-
- setConnectionProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionProxy
-
- setContentType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- setContentType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 content_type = 12;
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Expr.Expr criteria = 3;
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr criteria = 5;
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Expr.Expr criteria = 4;
- setCriteria(String) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse criteriaString into X Protocol Expr object.
- setCurrentDatabase(String) - Method in class com.mysql.cj.AbstractQuery
-
- setCurrentDatabase(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCurrentDatabase(String) - Method in interface com.mysql.cj.Query
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- setCurrentRow(int) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves the current position in the result set to the given row number.
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
required uint32 cursor_id = 1;
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
required uint32 cursor_id = 1;
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required uint32 cursor_id = 1;
- setCursorName(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCursorName(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareConnectionLifecycleInterceptor
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setDatabase(String) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setCatalog() or Connection.setSchema(),
before the driver processes its own internal logic for these methods.
- setDatabase(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set current database for this connection.
- setDatabaseName(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the database name.
- setDataDir(String) - Method in class com.mysql.cj.admin.ServerController
-
Sets the data to use when starting MySQL.
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 2;
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.DataModel data_model = 3;
- setDataSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setDate(int, Date) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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) - Method in interface com.mysql.cj.QueryBindings
-
- setDate(int, Date, Calendar) - Method in interface com.mysql.cj.QueryBindings
-
- setDate(int, Date) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setDay(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- setDefaultValue(T) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setDefiner(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- setDefiner(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- setDefinerBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional string definer = 2;
- setDefinerBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional string definer = 2;
- setDelete(MysqlxCrud.Delete) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- setDelete(MysqlxCrud.Delete.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- setDescription(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setDescription(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setDirection(MysqlxCrud.Order.Direction) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- setDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem.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
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 1;
- setDouble(int, double) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setDouble(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 interface com.mysql.cj.QueryBindings
-
- setDouble(int, double) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setEncoding(String, ServerVersion) - Method in class com.mysql.cj.result.Field
-
- setEnumRuntimeProperty(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setErrorMessageEncoding(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setErrorMessageEncoding(String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setErrorMessageEncoding(String) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setEscapeProcessing(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setEscapeProcessing(boolean) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setExceptionInterceptor(ExceptionInterceptor) - Method in class com.mysql.cj.CoreSession
-
- setExceptionInterceptor(ExceptionInterceptor) - Method in interface com.mysql.cj.Session
-
- setExecuteTime(long) - Method in class com.mysql.cj.AbstractQuery
-
- setExecuteTime(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setExecuteTime(long) - Method in interface com.mysql.cj.Query
-
- setExpireTime(int) - Static method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Service instances with the same cluster Id share cluster topology.
- setExpireTime(int) - Method in class com.mysql.cj.util.ExpiringCache
-
- setExpr(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- setExpr(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setFailedOver(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setFailedOver(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setFetchRows(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
optional uint64 fetch_rows = 5;
- setFetchRows(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
optional uint64 fetch_rows = 5;
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setField(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
-
optional uint32 flags = 11;
- setFld(int, MysqlxDatatypes.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- setFld(int, MysqlxDatatypes.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- setFld(int, MysqlxExpr.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- setFld(int, MysqlxExpr.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
repeated .Mysqlx.Expr.Object.ObjectField fld = 1;
- setFloat(int, float) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setFloat(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 interface com.mysql.cj.QueryBindings
-
- setFloat(int, float) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setForceClosedReason(Throwable) - Method in class com.mysql.cj.NativeSession
-
- setFractionalDigits(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 fractional_digits = 9;
- setFullColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setFullColumnNameToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setFunctionCall(MysqlxExpr.FunctionCall) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- setFunctionCall(MysqlxExpr.FunctionCall.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- setGrouping(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- setGrouping(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Expr.Expr grouping = 8;
- setGrouping(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setGrouping(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse groupBy expressions into X Protocol Expr objects.
- setGroupingCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- setGroupingCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Expr.Expr grouping_criteria = 9;
- setGroupingCriteria(String) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setGroupingCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse having expressions into X Protocol Expr objects.
- setHadWarnings(boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setHoldResultsOpenOverClose(boolean) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setHoldResultsOpenOverClose(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setIdentifier(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- setIdentifier(MysqlxExpr.ColumnIdentifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- setIfExists(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
optional bool if_exists = 2 [default = false];
- setIndex(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setIndex(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional uint32 index = 3;
- setInfo(String) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setInGlobalTx(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set the state of being in a global (XA) transaction.
- setInitialHandshakePacket(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setInitialResponse(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
optional bytes initial_response = 3;
- setInputStream(InputStream) - Method in class com.mysql.cj.protocol.x.ReusableInputStream
-
- setInsert(MysqlxCrud.Insert) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- setInsert(MysqlxCrud.Insert.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- setInt(int, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setInt(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 interface com.mysql.cj.QueryBindings
-
- setInt(int, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setIntegerRuntimeProperty(String, int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setIsStream(boolean) - Method in interface com.mysql.cj.BindValue
-
- setIsStream(boolean) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- setKeepOpen(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
optional bool keep_open = 1 [default = false];
- setKey(String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- setKey(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- setKeyBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- setKeyBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required string key = 1;
- setLargeMaxRows(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setLargeMaxRows(long) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setLastUsedReaderHost(HostInfo) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Set details about the most recent reader that the driver has connected to.
- setLastUsedReaderHost(HostInfo) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Set details about the most recent reader that the driver has connected to.
- setLength(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint32 length = 10;
- setLevel(MysqlxNotice.Warning.Level) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
optional .Mysqlx.Notice.Warning.Level level = 1 [default = WARNING];
- setLevel(Schema.Validation.ValidationLevel) - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.Limit limit = 4;
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Limit limit = 6;
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.Limit limit = 5;
- setLimit(Long) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setLimit(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set maximum rows to find.
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 7;
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 14;
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
optional .Mysqlx.Crud.LimitExpr limit_expr = 9;
- setLiteral(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- setLiteral(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- setLoadDataQuery(boolean) - Method in class com.mysql.cj.AbstractQueryBindings
-
- setLoadDataQuery(boolean) - Method in interface com.mysql.cj.QueryBindings
-
- 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
-
optional .Mysqlx.Crud.Find.RowLock locking = 12;
- setLockingOptions(MysqlxCrud.Find.RowLockOptions) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
optional .Mysqlx.Crud.Find.RowLockOptions locking_options = 13;
- setLockOption(FilterParams.RowLockOptions) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setLockOption(FilterParams.RowLockOptions) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- setLoginTimeout(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setLogWriter(PrintWriter) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setLong(int, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setLong(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 interface com.mysql.cj.QueryBindings
-
- setLong(int, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setLongParameterSwitchDetected(boolean) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setLongRuntimeProperty(String, long) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setLowerBound(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setMaxAllowedPacket(int) - Method in interface com.mysql.cj.protocol.MessageSender
-
Set max allowed packet size.
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.AsyncMessageSender
-
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- setMaxFieldSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setMaxFieldSize(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setMaxPacketDumpLength(int) - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
-
- setMaxRows(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setMaxRows(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setMechName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- setMechNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
required string mech_name = 1;
- setMemorySizeRuntimeProperty(String, int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setMetadata(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
-
- setMetadataCollationIndex(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setMetadataCollationIndex(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setMetadataCollationIndex(int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setMetadataEncoding(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setMonth(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string msg = 3;
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
required string msg = 3;
- setMysqlInput(FullReadInputStream) - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- setMysqlInput(FullReadInputStream) - Method in interface com.mysql.cj.protocol.SocketConnection
-
- setMysqlInput(FullReadInputStream) - Method in class com.mysql.cj.protocol.x.XAsyncSocketConnection
-
- setMysqlType(MysqlType) - Method in interface com.mysql.cj.BindValue
-
- setMysqlType(MysqlType) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- setMysqlType(MysqlType) - Method in class com.mysql.cj.result.Field
-
- setMysqlTypeId(int) - Method in class com.mysql.cj.result.Field
-
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- setName(MysqlxExpr.Identifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- setName(MysqlxExpr.Identifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
required .Mysqlx.Expr.Identifier name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- setName(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes name = 2;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string name = 2;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
required string name = 1;
- setNamespace(String) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- setNamespaceBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
optional string namespace = 3 [default = "sql"];
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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) - Method in interface com.mysql.cj.QueryBindings
-
- setNCharacterStream(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
-
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setNClob(int, Reader) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setNClob(int, Reader, long) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setNClob(int, NClob) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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, Reader) - Method in interface com.mysql.cj.QueryBindings
-
- setNClob(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
-
- setNClob(int, NClob) - Method in interface com.mysql.cj.QueryBindings
-
- setNClob(int, Reader) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setNClob(int, Reader, long) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setNClob(int, NClob) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setNeedsPing(boolean) - Method in class com.mysql.cj.NativeSession
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setNextResultset(Resultset) - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- setNextResultset(Resultset) - Method in interface com.mysql.cj.protocol.Resultset
-
- setNString(int, String) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setNString(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 interface com.mysql.cj.QueryBindings
-
- setNString(int, String) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setNull(boolean) - Method in interface com.mysql.cj.BindValue
-
- setNull(int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setNull(boolean) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- 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 interface com.mysql.cj.QueryBindings
-
- setNull(int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setNumberOfExecutions(int) - Method in class com.mysql.cj.AbstractQueryBindings
-
- setNumberOfExecutions(int) - Method in interface com.mysql.cj.QueryBindings
-
- setObj(MysqlxDatatypes.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- setObj(MysqlxDatatypes.Object.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- setObject(int, Object) - Method in class com.mysql.cj.AbstractQueryBindings
-
- setObject(int, Object, MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
-
- setObject(int, Object, MysqlType, int) - Method in class com.mysql.cj.AbstractQueryBindings
-
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
- setObject(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 interface com.mysql.cj.QueryBindings
-
- setObject(int, Object, MysqlType) - 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(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
optional uint64 offset = 2;
- setOffset(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- setOffset(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
optional .Mysqlx.Expr.Expr offset = 2;
- setOffset(Long) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setOffset(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set number of rows to skip before finding others.
- setOldStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setOldStatusFlags(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setOldStatusFlags(int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setOp(MysqlxExpect.Open.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
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- setOperation(int, MysqlxCrud.UpdateOperation.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.UpdateOperation operation = 7;
- setOperation(MysqlxCrud.UpdateOperation.UpdateType) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Crud.UpdateOperation.UpdateType operation = 2;
- setOperator(MysqlxExpr.Operator) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- setOperator(MysqlxExpr.Operator.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- setOption(SocketOption<T>, T) - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- setOrder(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
repeated .Mysqlx.Crud.Order order = 5;
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Order order = 7;
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
repeated .Mysqlx.Crud.Order order = 6;
- setOrder(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setOrder(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse order expressions into X Protocol Order objects.
- setOrigByteValue(byte[]) - Method in interface com.mysql.cj.BindValue
-
- setOrigByteValue(byte[]) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- setOriginalName(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_name = 3;
- setOriginalSql(String) - Method in class com.mysql.cj.AbstractPreparedQuery
-
- setOriginalSql(String) - Method in interface com.mysql.cj.PreparedQuery
-
- setOriginalTable(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes original_table = 5;
- setOrigValue(int, byte[]) - Method in class com.mysql.cj.AbstractQueryBindings
-
- setOutputStream(OutputStream) - Method in class com.mysql.cj.protocol.x.ReusableOutputStream
-
- setOwner(ResultsetRowsOwner) - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- setOwner(ResultsetRowsOwner) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Set the result set that 'owns' this RowData
- setOwningStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setOwningStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Sets the statement that "owns" this result set (usually used when the
result set should internally "belong" to one statement, but is created
by another.
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
-
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
-
- setParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- setParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- setParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- setParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
repeated .Mysqlx.Expr.Expr param = 2;
- setParam(MysqlxNotice.SessionStateChanged.Parameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
required .Mysqlx.Notice.SessionStateChanged.Parameter param = 1;
- setParam(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- setParamBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
required string param = 1;
- setParameter(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setParameterCount(int) - Method in class com.mysql.cj.AbstractPreparedQuery
-
- setParameterCount(int) - Method in interface com.mysql.cj.PreparedQuery
-
- setParameterFields(Field[]) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setParseInfo(ParseInfo) - Method in class com.mysql.cj.AbstractPreparedQuery
-
- setParseInfo(ParseInfo) - Method in interface com.mysql.cj.PreparedQuery
-
- setPassword(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the password
- setPayload(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- setPayload(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional bytes payload = 3;
- setPayloadLength(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set the actual length of payload written to buffer.
- setPerformanceMetricsEnabled(boolean) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
This service implementation supports metrics.
- setPerformanceMetricsEnabled(boolean) - Method in interface com.mysql.cj.jdbc.ha.ca.CanCollectPerformanceMetrics
-
Enables or disables collecting of internal performance metrics.
- setPingTarget(PingTarget) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setPingTarget(PingTarget) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setPort(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the database port.
- setPortNumber(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the port number
- setPosition(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set the current position to write to/ read from
- setPosition(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- setPrepareExecute(MysqlxPrepare.Execute) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- setPrepareExecute(MysqlxPrepare.Execute.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- setProjection(int, MysqlxCrud.Projection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- setProjection(int, MysqlxCrud.Projection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
repeated .Mysqlx.Crud.Projection projection = 4;
- setProjection(int, MysqlxCrud.Column) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- setProjection(int, MysqlxCrud.Column.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Column projection = 3;
- setProjection(String[]) - Method in class com.mysql.cj.xdevapi.InsertParams
-
Set X Protocol Column objects list for projection.
- setPropertiesViaRef(Reference) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Initializes driver properties that come from a JNDI reference (in the
case of a javax.sql.DataSource bound into some name service that doesn't
handle Java objects directly).
- setPropertySet(PropertySet) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.protocol.Protocol
-
- setPropertySet(PropertySet) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- setPropertySet(PropertySet) - Method in class com.mysql.cj.result.StringValueFactory
-
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.result.ValueFactory
-
- setProtocolVersion(byte) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Sets this connection's proxy.
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setProxy(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setQueryBindings(T) - Method in class com.mysql.cj.AbstractPreparedQuery
-
- setQueryBindings(T) - Method in interface com.mysql.cj.PreparedQuery
-
- setQueryComment(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setQueryComment(String) - Method in interface com.mysql.cj.protocol.Protocol
-
Sets the comment that will be prepended to all statements
sent to the server.
- setQueryComment(String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- setQueryInterceptors(List<QueryInterceptor>) - Method in class com.mysql.cj.NativeSession
-
- setQueryInterceptors(List<QueryInterceptor>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setQueryTimeout(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setQueryTimeout(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setQueryToCancel(Query) - Method in interface com.mysql.cj.CancelQueryTask
-
- setQueryToCancel(Query) - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- setRead(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setReadOnlyInternal(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setRef(int, Ref) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setRef(int, Ref) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setRefreshRate(int) - Method in class com.mysql.cj.jdbc.ha.ca.AuroraTopologyService
-
Set new topology refresh rate.
- setRefreshRate(int) - Method in interface com.mysql.cj.jdbc.ha.ca.TopologyService
-
Set new topology refresh rate.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- setReplaceExisting(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional bool replace_existing = 8 [default = false];
- setReprepareState() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Mark this preparable statement to be deallocated and re-prepared on next execution, if it is currently prepared.
- setResult(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setResultFetchSize(int) - Method in class com.mysql.cj.AbstractQuery
-
- setResultFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setResultFetchSize(int) - Method in interface com.mysql.cj.Query
-
- setResultFields(ColumnDefinition) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets the concurrency
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- setResultSetType(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets the result set type
- setResultType(Resultset.Type) - Method in class com.mysql.cj.AbstractQuery
-
- setResultType(Resultset.Type) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setResultType(Resultset.Type) - Method in interface com.mysql.cj.Query
-
- setRetrieveGeneratedKeys(boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setReuseExisting(boolean) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- setRow(int, MysqlxCrud.Insert.TypedRow) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- setRow(int, MysqlxCrud.Insert.TypedRow.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
repeated .Mysqlx.Crud.Insert.TypedRow row = 4;
- setRowCount(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
required uint64 row_count = 1;
- setRowCount(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- setRowCount(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
required .Mysqlx.Expr.Expr row_count = 1;
- setRowId(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
-
- 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
-
optional bytes schema = 6;
- setSchema(String) - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- setSchemaBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- setSchemaName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- setSchemaName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- setSchemaNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string schema_name = 4;
- setSchemaNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- setScope(MysqlxNotice.Frame.Scope) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
optional .Mysqlx.Notice.Frame.Scope scope = 2 [default = GLOBAL];
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setSecurity(MysqlxCrud.ViewSqlSecurity) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4 [default = DEFINER];
- setSecurity(MysqlxCrud.ViewSqlSecurity) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.ViewSqlSecurity security = 4;
- setSeed(String) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setSerializableObject(int, Object) - Method in class com.mysql.cj.AbstractQueryBindings
-
Sets the value for the placeholder as a serialized Java object (used by various forms of setObject()
- setServerDefaultCollationIndex(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
Stores collation index which server provided in handshake greeting packet.
- setServerDefaultCollationIndex(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setServerDefaultCollationIndex(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
Stores collation index which server provided in handshake greeting packet.
- setServerDefaultCollationIndex(int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setServerInfo(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets server info (if any)
- setServerMessages(Mysqlx.ServerMessages.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- setServerName(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the server name.
- setServerStatementId(long) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setServerThreadId(long) - Method in class com.mysql.cj.protocol.a.TracingPacketSender
-
- setServerTimeZone(TimeZone) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setServerTimeZone(TimeZone) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setServerTimeZone(TimeZone) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setServerVariables(Map<String, String>) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setServerVariables(Map<String, String>) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setServerVariables(Map<String, String>) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setServerVersion(ServerVersion) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setServerVersion(ServerVersion) - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- setServerVersion(ServerVersion) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- setSessionKey(String) - Static method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSessionMaxRows(int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the sql select limit max-rows for this session if different from current.
- setSessionMaxRows(int) - Method in class com.mysql.cj.NativeSession
-
- setSessionVariables() - Method in class com.mysql.cj.NativeSession
-
- setSeverity(Mysqlx.Error.Severity) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
optional .Mysqlx.Error.Severity severity = 1 [default = ERROR];
- setShort(int, short) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setShort(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 interface com.mysql.cj.QueryBindings
-
- setShort(int, short) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- 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
-
required .Mysqlx.Expr.Expr source = 1;
- setSource(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
required .Mysqlx.Expr.Expr source = 1;
- setSource(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- setSource(MysqlxExpr.ColumnIdentifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
required .Mysqlx.Expr.ColumnIdentifier source = 1;
- setSQLState(String) - Method in exception com.mysql.cj.exceptions.CJException
-
- setSqlState(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- setSqlStateBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
required string sql_state = 4;
- 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
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setStatementComment(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the comment that will be prepended to all statements
sent to the server.
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setStatusFlags(int, 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
-
required .Mysqlx.Crud.Find stmt = 7;
- setStmt(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
required .Mysqlx.Crud.Find stmt = 7;
- setStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- setStmt(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
optional .Mysqlx.Crud.Find stmt = 7;
- setStmt(MysqlxCursor.Open.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- setStmt(MysqlxCursor.Open.OneOfMessage.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
- setStmt(MysqlxPrepare.Prepare.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- setStmt(MysqlxPrepare.Prepare.OneOfMessage.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage stmt = 2;
- setStmt(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
required bytes stmt = 1;
- setStmtExecute(MysqlxSql.StmtExecute) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- setStmtExecute(MysqlxSql.StmtExecute.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
required uint32 stmt_id = 1;
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
required uint32 stmt_id = 1;
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
required uint32 stmt_id = 1;
- setStreamingData(ResultsetRows) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setStreamValue(InputStream, long) - Method in interface com.mysql.cj.BindValue
-
- setStreamValue(InputStream, long) - Method in class com.mysql.cj.ClientPreparedQueryBindValue
-
- setString(int, String) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setString(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 interface com.mysql.cj.QueryBindings
-
- setString(int, String) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setStringRuntimeProperty(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setTable(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional bytes table = 4;
- setTableName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- setTableNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
optional string table_name = 3;
- setThreadId(long) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setThreadId(long) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setThreadId(long) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setThreadId(long) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setTime(int, Time) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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) - Method in interface com.mysql.cj.QueryBindings
-
- setTime(int, Time, Calendar) - Method in interface com.mysql.cj.QueryBindings
-
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setTime(int, Time) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setTimeoutInMillis(int) - Method in class com.mysql.cj.AbstractQuery
-
- setTimeoutInMillis(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setTimeoutInMillis(int) - Method in interface com.mysql.cj.Query
-
- setTimeoutMs(int) - Method in class com.mysql.cj.jdbc.ha.ca.ClusterAwareReaderFailoverHandler
-
Set process timeout in millis.
- setTimestamp(int, Timestamp) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- setTimestamp(int, Timestamp, Calendar, int) - Method in class com.mysql.cj.ClientPreparedQueryBindings
-
- 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, Calendar, int) - 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) - Method in interface com.mysql.cj.QueryBindings
-
- setTimestamp(int, Timestamp) - Method in interface com.mysql.cj.QueryBindings
-
- setTimestamp(int, Timestamp, Calendar, int) - Method in interface com.mysql.cj.QueryBindings
-
- setTimestamp(int, Timestamp) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- setTimestamp(int, Timestamp, Calendar, int) - Method in class com.mysql.cj.ServerPreparedQueryBindings
-
- 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
-
required uint32 type = 1;
- setType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
required uint32 type = 1;
- setType(MysqlxPrepare.Prepare.OneOfMessage.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- setType(MysqlxResultset.ColumnMetaData.FieldType) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setUncompressedSize(long) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Deprecated.
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- setUp() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Override this method with code that sets up the testcase for
demonstrating your bug (creating tables, populating data, etc).
- setUpdate(MysqlxCrud.Update) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- setUpdate(MysqlxCrud.Update.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- setUpdateCount(long) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setUpdateID(long) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setUpdates(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.UpdateParams
-
Fill update parameters from field -> value_expression map.
- setUpperBound(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setupPropertiesTransformer() - Method in class com.mysql.cj.conf.ConnectionUrl
-
- setUpsert(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
optional bool upsert = 6 [default = false];
- setUpsert(boolean) - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Set upsert flag on this statement.
- setUpsert(boolean) - Method in class com.mysql.cj.xdevapi.AddStatementImpl
-
- setupStreamingTimeout(JdbcConnection) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Adjust net_write_timeout to a higher value if we're streaming result sets.
- setURL(String, 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(int, byte[], MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
-
- setValue(int, String, MysqlType) - Method in class com.mysql.cj.AbstractQueryBindings
-
- 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(int, byte[], MysqlType) - Method in interface com.mysql.cj.QueryBindings
-
- setValue(int, String, MysqlType) - Method in interface com.mysql.cj.QueryBindings
-
- 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
-
optional .Mysqlx.Expr.Expr value = 3;
- setValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
optional .Mysqlx.Expr.Expr value = 3;
- 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
-
repeated .Mysqlx.Expr.Expr value = 1;
- setValue(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
repeated .Mysqlx.Expr.Expr value = 1;
- setValue(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
-
required .Mysqlx.Expr.Expr value = 2;
- setValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
required .Mysqlx.Expr.Expr value = 2;
- setValue(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- setValue(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
repeated .Mysqlx.Datatypes.Scalar value = 2;
- setValue(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- setValue(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
optional .Mysqlx.Datatypes.Scalar value = 2;
- setValue(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
-
optional string view_id = 2;
- setViewIdBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
optional string view_id = 2;
- setVOctets(MysqlxDatatypes.Scalar.Octets) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- setVOctets(MysqlxDatatypes.Scalar.Octets.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- setVSignedInt(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- setVString(MysqlxDatatypes.Scalar.String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- setVString(MysqlxDatatypes.Scalar.String.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- setVUnsignedInt(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- setWarningCount(int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setWarningCount(int) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setWasStreamingResults() - Method in interface com.mysql.cj.exceptions.StreamingNotifiable
-
- setWasStreamingResults() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- setWatcher(OutputStreamWatcher) - Method in class com.mysql.cj.protocol.WatchableOutputStream
-
- setWatcher(OutputStreamWatcher) - Method in interface com.mysql.cj.protocol.WatchableStream
-
- setWatcher(WriterWatcher) - Method in class com.mysql.cj.protocol.WatchableWriter
-
- setWrapperStatement(Statement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setWrapperStatement(Statement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- setYear(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- SEVERITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- 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.ca.ClusterAwareConnectionProxy
-
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Consults the registered LoadBalanceExceptionChecker if the given exception should trigger a connection fail-over.
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Checks if the given throwable should trigger a connection switch.
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Has no use in replication connections.
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- shouldExceptionTriggerFailover(Throwable) - Method in interface com.mysql.cj.jdbc.ha.LoadBalanceExceptionChecker
-
Invoked to determine whether or a given SQLException should
trigger a failover in a load-balanced deployment.
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.NdbLoadBalanceExceptionChecker
-
- shouldExceptionTriggerFailover(Throwable) - Method in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
-
- shouldIntercept() - Method in class com.mysql.cj.NativeSession
-
- shouldNotHappen(Exception) - Static method in exception com.mysql.cj.exceptions.AssertionFailedException
-
Convenience method.
- shouldNotHappen(String) - Static method in exception com.mysql.cj.exceptions.AssertionFailedException
-
Create (and caller should subsequently throw) an AssertionFailedException
.
- shutdown() - Method in class com.mysql.cj.jdbc.admin.MiniAdmin
-
Shuts down the MySQL server at the other end of the connection that this
MiniAdmin was created from/for.
- shutdownInput() - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- shutdownOutput() - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- shutdownServer() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- shutdownServer() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- shutdownServer() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- shutdownServer() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Used by MiniAdmin to shutdown a MySQL server
- shutdownServer() - Method in class com.mysql.cj.NativeSession
-
Used by MiniAdmin to shutdown a MySQL server
- SimplePacketReader - Class in com.mysql.cj.protocol.a
-
Simple implementation of
MessageReader
which handles the receiving of logical MySQL packets from the provided socket input stream.
- SimplePacketReader(SocketConnection, RuntimeProperty<Integer>) - Constructor for class com.mysql.cj.protocol.a.SimplePacketReader
-
- SimplePacketSender - Class in com.mysql.cj.protocol.a
-
Simple implementation of
MessageSender
which handles the transmission of logical MySQL packets to the provided output stream.
- SimplePacketSender(BufferedOutputStream) - Constructor for class com.mysql.cj.protocol.a.SimplePacketSender
-
- SimpleQuery - Class in com.mysql.cj
-
- SimpleQuery(NativeSession) - Constructor for class com.mysql.cj.SimpleQuery
-
- 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.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
-
- slavesConnection - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- Slf4JLogger - Class in com.mysql.cj.log
-
- Slf4JLogger(String) - Constructor for class com.mysql.cj.log.Slf4JLogger
-
- Slf4JLogger - Class in software.aws.rds.jdbc.log
-
- Slf4JLogger(String) - Constructor for class software.aws.rds.jdbc.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
-
- SocketFactory - Interface in software.aws.rds.jdbc.protocol
-
Interface to allow pluggable socket creation in the driver
- 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 - package software.aws.rds.jdbc
-
- software.aws.rds.jdbc.exceptions - package software.aws.rds.jdbc.exceptions
-
- software.aws.rds.jdbc.interceptors - package software.aws.rds.jdbc.interceptors
-
- software.aws.rds.jdbc.log - package software.aws.rds.jdbc.log
-
- software.aws.rds.jdbc.protocol - package software.aws.rds.jdbc.protocol
-
- 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
-
- SPACE_STAR_SLASH_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
-
- SPATIAL - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams
-
- split(String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter
- split(String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, boolean, Set<StringUtils.SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean, Set<StringUtils.SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- splitDBdotName(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits an entity identifier into its parts (database and entity name) and returns a list containing the two elements.
- sql(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Create a native SQL command.
- sql(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- SQL_STATE_ACTIVE_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BAD_SSL_PARAMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_OR_VIEW_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_OR_VIEW_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CARDINALITY_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CASE_NOT_FOUND_FOR_CASE_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CLI_SPECIFIC_CONDITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COLUMN_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COLUMN_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COMMUNICATION_LINK_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COMMUNICATION_LINK_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_NOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_REJECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DATE_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DISCONNECT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DIVISION_BY_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DRIVER_NOT_CAPABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_BAD_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_DUP_FIELDNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_NO_SUCH_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_QUERY_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ERROR_IN_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- SQL_STATE_GENERAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ILLEGAL_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INDEX_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INDEX_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INSERT_VALUE_LIST_NO_MATCH_COL_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_AUTH_SPEC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CATALOG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CHARACTER_VALUE_FOR_CAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_COLUMN_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CONDITION_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CONNECTION_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CURSOR_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_DATETIME_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_LOGARITHM_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_TRANSACTION_TERMINATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MEMORY_ALLOCATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MEMORY_ALLOCATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MORE_THAN_ONE_ROW_UPDATED_OR_DELETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_DEFAULT_FOR_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_ROWS_UPDATED_OR_DELETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NULL_VALUE_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_PRIVILEGE_NOT_REVOKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_READ_ONLY_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_RESIGNAL_WHEN_HANDLER_NOT_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ROLLBACK_SERIALIZATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SRE_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SRE_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_STRING_DATA_RIGHT_TRUNCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SYNTAX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_TIMEOUT_EXPIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_UNABLE_TO_CONNECT_TO_DATASOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_WRONG_NO_OF_PARAMETERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBDEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBTIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RMERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_DUPID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_INVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_NOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_OUTSIDE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_RMFAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STMT_EXECUTE_OK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
SQL_STMT_EXECUTE_OK = 17;
- SQL_STMT_EXECUTE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
SQL_STMT_EXECUTE = 12;
- SqlDateValueFactory - Class in com.mysql.cj.result
-
A value factory for creating Date
values.
- SqlDateValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlDateValueFactory
-
- SqlDateValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.SqlDateValueFactory
-
- SQLError - Class in com.mysql.cj.jdbc.exceptions
-
SQLError is a utility class that maps MySQL error codes to SQL error codes as is required by the JDBC spec.
- SQLError() - Constructor for class com.mysql.cj.jdbc.exceptions.SQLError
-
- SQLExceptionsMapping - Class in com.mysql.cj.jdbc.exceptions
-
- SQLExceptionsMapping() - Constructor for class com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
-
- SqlMultiResult - Class in com.mysql.cj.xdevapi
-
SqlResult
representing a multiple result sets.
- SqlMultiResult(Supplier<SqlResult>) - Constructor for class com.mysql.cj.xdevapi.SqlMultiResult
-
Constructor.
- SqlResult - Interface in com.mysql.cj.xdevapi
-
A result from a SQL statement which may have several sets of data following by a DML result.
- SqlResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a
SqlResult
instance.
- SqlResultBuilder(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.
- SqlTimestampValueFactory - Class in com.mysql.cj.result
-
Value factory to create Timestamp
instances.
- SqlTimestampValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlTimestampValueFactory
-
- SqlTimeValueFactory - Class in com.mysql.cj.result
-
A value factory to create Time
instances.
- SqlTimeValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlTimeValueFactory
-
- SqlTimeValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.SqlTimeValueFactory
-
- SqlUpdateResult - Class in com.mysql.cj.xdevapi
-
SqlResult
for insert, update, delete and DDL statements.
- SqlUpdateResult(StatementExecuteOk) - Constructor for class com.mysql.cj.xdevapi.SqlUpdateResult
-
Constructor.
- SrvRecord(int, int, int, String) - Constructor for class com.mysql.cj.util.DnsSrv.SrvRecord
-
- SSL_REQUEST_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- 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
-
- StandardLogger - Class in software.aws.rds.jdbc.log
-
Provides logging facilities for those platforms that don't have built-in facilities.
- StandardLogger(String) - Constructor for class software.aws.rds.jdbc.log.StandardLogger
-
Creates a new StandardLogger object.
- StandardLogger(String, boolean) - Constructor for class software.aws.rds.jdbc.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.
- start() - Method in class com.mysql.cj.protocol.x.AsyncMessageReader
-
- startQueryTimer(Query, int) - Method in class com.mysql.cj.AbstractQuery
-
- startQueryTimer(Query, int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- startQueryTimer(Query, int) - Method in interface com.mysql.cj.Query
-
- startsWithIgnoreCase(String, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' contains the string
'searchFor', dis-regarding case starting at 'startAt' Shorthand for a
String.regionMatch(...)
- startsWithIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' contains 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' contains 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' contains 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
- startTlsOnAsynchronousChannel(AsynchronousSocketChannel, SocketConnection) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- 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.
- stopAfterNextMessage() - Method in class com.mysql.cj.protocol.x.AsyncMessageReader
-
- stopNewConnectionsToHost(String, String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- stopNewConnectionsToHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in class com.mysql.cj.AbstractQuery
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in interface com.mysql.cj.Query
-
- storeBinding(NativePacketPayload, boolean, String, ExceptionInterceptor) - Method in class com.mysql.cj.ServerPreparedQueryBindValue
-
- storeReader(int, NativePacketPayload, Reader) - Method in class com.mysql.cj.ServerPreparedQuery
-
- storesLowerCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- storesLowerCaseTableName() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- storesLowerCaseTableNames() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- storesLowerCaseTableNames() - Method in interface com.mysql.cj.protocol.ServerSession
-
- storesLowerCaseTableNames() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- storesMixedCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storeStream(int, NativePacketPayload, InputStream) - Method in class com.mysql.cj.ServerPreparedQuery
-
- storesUpperCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- streamClosed(byte[]) - Method in class com.mysql.cj.jdbc.Blob
-
- streamClosed(WatchableStream) - Method in class com.mysql.cj.jdbc.Blob
-
- streamClosed(WatchableStream) - Method in class com.mysql.cj.jdbc.Clob
-
- streamClosed(WatchableStream) - Method in interface com.mysql.cj.protocol.OutputStreamWatcher
-
Called when the OutputStream being watched has .close() called
- StreamingDocResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
DocResult
instance.
- StreamingDocResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingDocResultBuilder
-
- StreamingNotifiable - Interface in com.mysql.cj.exceptions
-
- StreamingRowResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
RowResult
instance.
- StreamingRowResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingRowResultBuilder
-
- StreamingSqlResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
SqlResult
instance.
- StreamingSqlResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingSqlResultBuilder
-
- streamLength - Variable in class com.mysql.cj.ClientPreparedQueryBindValue
-
- stringArrayToString(String[], String, String, String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Constructs a String containing all the elements in the String array bounded and joined by the provided concatenation elements.
- StringProperty - Class in com.mysql.cj.conf
-
- StringProperty(PropertyDefinition<String>) - Constructor for class com.mysql.cj.conf.StringProperty
-
- StringPropertyDefinition - Class in com.mysql.cj.conf
-
- StringPropertyDefinition(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
- StringUtils() - Constructor for class com.mysql.cj.util.StringUtils
-
- StringUtils.SearchMode - Enum in com.mysql.cj.util
-
- StringValueFactory - Class in com.mysql.cj.result
-
- StringValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.StringValueFactory
-
- stripComments(String, String, String, boolean, boolean, boolean, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the given string, with comments removed
- stripEnclosure(byte[], String, String) - Static method in class com.mysql.cj.util.StringUtils
-
- supportedOptions() - Method in class com.mysql.cj.protocol.TlsAsynchronousSocketChannel
-
- supportsAlterTableWithAddColumn() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsBatchUpdates() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsColumnAliasing() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsConvert() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsConvert(int, int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsConvert(int, int) - Static method in enum com.mysql.cj.MysqlType
-
Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsFullOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsGroupBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMultipleResultSets() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsMultipleTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsNamedParameters() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsNonNullableColumns() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOffset - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- supportsOffset() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- supportsOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Whether offset clause is supported in the statement or not.
- supportsOpenCursorsAcrossCommit() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsOuterJoins() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsPositionedDelete() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsPositionedUpdate() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsPreparedStatements() - Method in class com.mysql.cj.MysqlxSession
-
Check if current session is using a MySQL server that supports prepared statements.
- supportsPreparedStatements() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Checks if the MySQL server currently connected supports prepared statements.
- supportsResultSetConcurrency(int, int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsResultSetType(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSavepoints() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSelectForUpdate() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStatementPooling() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStoredProcedures() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsTransactions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsUnion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsUnionAll() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- SuspendableXAConnection - Class in com.mysql.cj.jdbc
-
- SuspendableXAConnection(JdbcConnection) - Constructor for class com.mysql.cj.jdbc.SuspendableXAConnection
-
- 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) - 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.LoadBalancedConnectionProxy
-
- syncSessionState(JdbcConnection, JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Synchronizes session state between two connections, allowing to override the read-only status.
- syncSessionState(JdbcConnection, JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- syncUpdate() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Reset UPDATE prepared statement to value in current row.
- SYSP_com_mysql_cj_build_verbose - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_file_encoding - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_vm_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_line_separator - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_arch - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_name - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_cantGrant - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_disable_multihost_tests - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_ds_db - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_password - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_port - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_user - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_loadstoreperf_tabletype - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_loadstoreperf_useBigResults - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_miniAdminTest_runShutdown - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
The system property that must exist to run the shutdown test in testsuite.simple.MiniAdminTest
- SYSP_testsuite_noDebugOutput - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Suppress debug output when running testsuite
- SYSP_testsuite_retainArtifacts - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Don't remove database object created by tests
- SYSP_testsuite_runLongTests - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_serverController_basedir - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_unavailable_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_admin - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_cluster - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_mysqlx - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_mysqlx_openssl - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_openssl - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Connection string to server compiled with OpenSSL
- SYSTEM_TABLE_AS_BYTES - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- systemNanoTimeMethod - Static variable in class com.mysql.cj.util.TimeUtil
-