- c - Variable in class testsuite.regression.ConnectionRegressionTest.CancelTask
-
- c - Variable in class testsuite.regression.ConnectionRegressionTest.PollTask
-
- cache - Variable in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- CacheAdapter<K,V> - Interface in com.mysql.cj
-
- CacheAdapterFactory<K,V> - Interface in com.mysql.cj
-
- cacheDefaultTimeZone - Variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- cachedPrincipalName - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- 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
-
- CachedRowsetTest - Class in testsuite.regression
-
Regression test cases for the ResultSet class.
- CachedRowsetTest() - Constructor for class testsuite.regression.CachedRowsetTest
-
- cachedServerPreparedStatementsWithQueryAttributes() - Method in class testsuite.simple.QueryAttributesTest
-
Tests if server prepared statements get their query attributes cleared automatically when cached.
- cachePrepStmts - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- cacheServerConfiguration - Variable in class com.mysql.cj.CoreSession
-
- cacheServerConfiguration - Variable in class com.mysql.cj.NativeCharsetSettings
-
- cacheSqlLimit - Variable in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- CACHING_SHA2_DIGEST_LENGTH - Static variable in class com.mysql.cj.protocol.Security
-
- 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
-
- cal - Variable in class com.mysql.cj.result.SqlDateValueFactory
-
- cal - Variable in class com.mysql.cj.result.SqlTimestampValueFactory
-
- cal - Variable in class com.mysql.cj.result.SqlTimeValueFactory
-
- calculateDifferences(Map<?, ?>, Map<?, ?>) - Static method in class com.mysql.cj.util.Util
-
- calculateScaleFactor() - Static method in class testsuite.regression.MicroPerformanceRegressionTest
-
- calculateSlowQueryThreshold() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- calendar - Variable in class com.mysql.cj.NativeQueryBindValue
-
- call() - Method in class testsuite.x.devapi.SessionFailoverTest.ConnectionsCounterFakeServer
-
- 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
-
- CallableStatementParam(String, int, boolean, boolean, int, String, int, int, short, int) - Constructor for class com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
-
- CallableStatementParamInfo(CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
Constructor that converts a full list of parameter metadata into one
that only represents the placeholders present in the {CALL ()}.
- CallableStatementParamInfo(ResultSet) - Constructor for class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- CallableStatementRegressionTest - Class in testsuite.regression
-
Tests fixes for bugs in CallableStatement code.
- CallableStatementRegressionTest() - Constructor for class testsuite.regression.CallableStatementRegressionTest
-
- CallableStatementTest - Class in testsuite.simple
-
Tests callable statement functionality.
- CallableStatementTest() - Constructor for class testsuite.simple.CallableStatementTest
-
- 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
-
- callbackHandler - Variable in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
A callback for updating the username from the authentication plugin.
- 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
-
- callFunction(CallableStatement, Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- callingStoredFunction - Variable in class com.mysql.cj.jdbc.CallableStatement
-
- callingStoredFunction - Variable in class com.mysql.cj.jdbc.EscapeProcessorResult
-
- callProcedure(CallableStatement, Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- 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
-
- cancelStatus - Variable in class com.mysql.cj.AbstractQuery
-
- CancelStatus() - Constructor for enum com.mysql.cj.Query.CancelStatus
-
- CancelTask(Connection, int) - Constructor for class testsuite.regression.ConnectionRegressionTest.CancelTask
-
- 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.
- cancelTimer - Variable in class com.mysql.cj.NativeSession
-
- canHandleAsServerPreparedStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- canHandleAsServerPreparedStatementNoCache(String, ServerVersion, boolean, boolean, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
- canReuseRowPacketForBufferRow - Variable in class com.mysql.cj.protocol.a.AbstractRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.AbstractRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.BinaryRowFactory
-
- canReuseRowPacketForBufferRow() - Method in class com.mysql.cj.protocol.a.TextRowFactory
-
- capabilities - Variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- capabilities - Variable in class com.mysql.cj.protocol.x.XServerCapabilities
-
- Capabilities(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- Capabilities() - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- capabilities_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- capabilities_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- capabilities_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- capabilities_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- 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
-
- capabilitiesBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- capabilitiesBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- CapabilitiesGet(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- CapabilitiesGet() - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- CapabilitiesSet(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- CapabilitiesSet() - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- Capability(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- Capability() - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- capabilityFlags - Variable in class com.mysql.cj.protocol.a.NativeCapabilities
-
- capturedSql - Static variable in class testsuite.simple.StatementsTest.QueryInfoQueryInterceptor
-
- cardinality - Variable in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- 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
- caseInsensitiveValues - Static variable in enum com.mysql.cj.conf.PropertyKey
-
- cast() - Method in class testsuite.x.devapi.CollectionFindTest
-
- catalog_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- catalog_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- CATALOG_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- catchRuntimeException(CtClass, CtMethod, String) - Static method in class instrumentation.TranslateExceptions
-
- catchRuntimeException(CtClass, CtMethod, String, boolean) - Static method in class instrumentation.TranslateExceptions
-
- category - Variable in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- 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
-
- caughtWhileCancelling - Variable in class com.mysql.cj.CancelQueryTaskImpl
-
- ccAlias - Variable in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- ccAlias - Variable in enum com.mysql.cj.conf.PropertyKey
-
- ceiling - Variable in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- certFactory - Variable in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
-
- 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
-
- changes - Variable in class testsuite.regression.ConnectionRegressionTest.TestBug102404Listener
-
- changeUser(String, String, String) - Method in class com.mysql.cj.CoreSession
-
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- changeUser(String, String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- changeUser(String, String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Changes the user on this connection by performing a re-authentication.
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in interface com.mysql.cj.protocol.Protocol
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
-
- changeUser(String, String, String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- changeUser(String, String, String) - Method in interface com.mysql.cj.Session
-
Re-authenticates as the given user and password
- CHAR - Variable in enum com.mysql.cj.xdevapi.JsonParser.EscapeChar
-
- CHAR - Variable in enum com.mysql.cj.xdevapi.JsonParser.StructuralToken
-
- CHAR - Variable in enum com.mysql.cj.xdevapi.JsonParser.Whitespace
-
- CHARACTER_SET_CLIENT - Static variable in interface com.mysql.cj.CharsetSettings
-
- CHARACTER_SET_CONNECTION - Static variable in interface com.mysql.cj.CharsetSettings
-
- CHARACTER_SET_RESULTS - Static variable in interface com.mysql.cj.CharsetSettings
-
- characterEncoding - Variable in class com.mysql.cj.CoreSession
-
- characterEncoding - Variable in class com.mysql.cj.NativeCharsetSettings
-
- characters(char[], int, int) - Method in class com.mysql.cj.jdbc.MysqlSQLXML.SimpleSaxToReader
-
- characterSetNamesMatches(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- characterSetResults - Variable in class com.mysql.cj.NativeCharsetSettings
-
- charData - Variable in class com.mysql.cj.jdbc.Clob
-
- charEncoding - Variable in class com.mysql.cj.AbstractQuery
-
The character encoding to use (if available)
- charEncoding - Variable in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- charEncoding - Variable in class com.mysql.cj.jdbc.StatementImpl
-
The character encoding to use (if available)
- charEncoding - Variable in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- charOctetLength - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.TypeDescriptor
-
- 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
-
- charsetEncoder - Variable in class com.mysql.cj.protocol.a.StringValueEncoder
-
Charset encoder used to escape if needed, such as Yen sign in SJIS
- CharsetMapping - Class in com.mysql.cj
-
Mapping between MySQL charset names and Java charset names.
- CharsetMapping() - Constructor for class com.mysql.cj.CharsetMapping
-
- CharsetMappingWrapper - Class in com.mysql.cj
-
- CharsetMappingWrapper() - Constructor for class com.mysql.cj.CharsetMappingWrapper
-
- charsetName - Variable in class com.mysql.cj.MysqlCharset
-
- charsetNameToCollationIndex - Variable in class com.mysql.cj.NativeCharsetSettings
-
- charsetNameToJavaEncoding - Variable in class com.mysql.cj.NativeCharsetSettings
-
- charsetNameToMblen - Variable in class com.mysql.cj.NativeCharsetSettings
-
- CharsetRegressionTest - Class in testsuite.regression
-
- CharsetRegressionTest() - Constructor for class testsuite.regression.CharsetRegressionTest
-
- CharsetRegressionTest.Bug71038QueryInterceptor - Class in testsuite.regression
-
Counts the number of issued "SHOW COLLATION" statements.
- CharsetRegressionTest.Bug72712QueryInterceptor - Class in testsuite.regression
-
Statement interceptor used to implement preceding test.
- CharsetRegressionTest.Bug73663QueryInterceptor - Class in testsuite.regression
-
Statement interceptor used to implement preceding test.
- CharsetRegressionTest.Bug95139QueryInterceptor - Class in testsuite.regression
-
- CharsetRegressionTest.TestBug64205QueryInterceptor - Class in testsuite.regression
-
- CharsetRegressionTest.TestSetNamesQueryInterceptor - Class in testsuite.regression
-
- CharsetSettings - Interface in com.mysql.cj
-
- charsetSettings - Variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CharsetTest - Class in testsuite.simple
-
- CharsetTest() - Constructor for class testsuite.simple.CharsetTest
-
- check_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- check_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- check_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- check_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- 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.
- checkABunchOfReturnTypesForConnection(Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkAllParametersSet() - Method in class com.mysql.cj.NativeQueryBindings
-
- checkAllParametersSet() - Method in interface com.mysql.cj.QueryBindings
-
- checkAndCreatePerformanceHistogram() - Method in class com.mysql.cj.log.BaseMetricsHolder
-
- checkAndCreateTablesAccessedHistogram() - Method in class com.mysql.cj.log.BaseMetricsHolder
-
- checkAndFireConnectionError(SQLException) - Method in class com.mysql.cj.jdbc.WrapperBase
-
Fires connection error event if required, before re-throwing exception
- checkAndPerformCloseOnCompletionAction() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Check if all ResultSets generated by this statement are closed.
- checkAvailable() - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- checkBadParse(String) - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
Check that a string doesn't parse.
- checkBitOrBooleanType(boolean) - Method in class testsuite.simple.MetadataTest
-
- checkBlob(byte[]) - Method in class testsuite.simple.BlobTest
-
- checkBounds(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- checkBounds(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- checkBounds(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- checkBounds(int, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- checkBug20306() - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkBug27915() - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkBug32216(String, String, String) - Method in class testsuite.regression.ConnectionRegressionTest
-
- 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.Blob
-
- 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.MysqlSQLXML
-
- 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
-
- checkClosed() - Method in class com.mysql.cj.protocol.ReadAheadInputStream
-
- checkCollationConnection(Properties, String, boolean, String) - Method in class testsuite.regression.CharsetRegressionTest
-
- checkColumnBounds(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Checks if columnIndex is within the number of columns in this result set.
- checkConfidentiality(AuthenticationPlugin<?>) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Check if given plugin requires confidentiality, but connection is without SSL
- checkConnectionCapabilityForMethod(Method) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Checks if this connection is in a state capable to invoke the provided method.
- checkConnectionReturnedToPool(ConnectionWrapper) - Method in class testsuite.regression.PooledConnectionRegressionTest
-
- 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.
- checkEmptyConvertToZero() - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkEmptyConvertToZeroException() - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkErrorMessage() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkErrorMessage(int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Checks for errors in the reply packet, and if none, returns the reply
packet, ready for reading
- 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
-
- CheckFlag - Variable in class testsuite.x.devapi.RowLockingTest
-
- checkForCharsetMismatch() - Method in class com.mysql.cj.NativeCharsetSettings
-
Determines if the connection charset is the same as the platform charset
- checkForOutstandingStreamingData() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkFunctionColumnTypeForBug68307(String, DatabaseMetaData) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkGetFunctionColumnsForBug69298(String, Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkGetFunctionsForBug69298(String, Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkGetProcedureColumnsForBug69298(String, Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkGetProceduresForBug69298(String, Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkIndexOfAndMatches(String, int, int, int, int, int, int) - Method in class com.mysql.cj.util.StringInspectorTest
-
- checkInterfaceImplemented(Method[], Class<?>, Object) - Method in class testsuite.simple.ConnectionTest
-
- checkIsOutputParam(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- 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.
- checkMetadataForBug22613(Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkMetaDataInfoForBug17248345(Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkNdbException(Throwable) - Method in class com.mysql.cj.jdbc.ha.NdbLoadBalanceExceptionChecker
-
- checkNullOrEmptyQuery(String) - Method in class com.mysql.cj.ClientPreparedQuery
-
Method checkNullOrEmptyQuery.
- checkNullOrEmptyQuery(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Method checkNullOrEmptyQuery.
- checkNullOrEmptyQuery(String) - Method in interface com.mysql.cj.PreparedQuery
-
- checkParameterIndexBounds(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- checkParameterSet(int) - Method in class com.mysql.cj.NativeQueryBindings
-
- checkParameterSet(int) - Method in interface com.mysql.cj.QueryBindings
-
- checkParseRoundTrip(String, String) - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
Check that a string parses and is reconstituted as a string that we expect.
- checkPingQuery(Connection) - Method in class testsuite.regression.ConnectionRegressionTest
-
- checkProcedureColumnTypeForBug68307(String, DatabaseMetaData) - Method in class testsuite.regression.MetaDataRegressionTest
-
- 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
-
- checkRangeMatrix(Connection) - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkRanges() - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkReadOnlyProcedure() - Method in class com.mysql.cj.jdbc.CallableStatement
-
Check whether the stored procedure alters any data or is safe for read-only usage.
- checkReadOnlySafeStatement() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- checkReadOnlySafeStatement() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Check to see if the statement is safe for read-only replicas after failover.
- checkReallyClosedConnection(ConnectionWrapper) - Method in class testsuite.regression.PooledConnectionRegressionTest
-
- checkResult17450() - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkResultsBug19568() - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkReturnedColumnsForBug44451(String, String, List<String>, ResultSet) - Method in class testsuite.regression.MetaDataRegressionTest
-
- 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
-
- checkRsmdForBug13277(ResultSetMetaData) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkSequentiallyFilledPacket(byte[], int, int) - Method in class com.mysql.cj.protocol.a.PacketSenderTestBase
-
- checkServerTrusted(X509Certificate[], String) - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
-
- checkStreamability() - Method in class com.mysql.cj.jdbc.CallableStatement
-
Checks whether or not this statement is supposed to be providing
streamable result sets...If output parameters are registered, the driver
can not stream the results.
- checkSymmetricSetAndGet(Properties, String, Object, SQLType, TimeZone, DateTimeTest.UseMethod, Calendar, DateTimeTest.UseMethod, Class<?>, Object) - Method in class testsuite.simple.DateTimeTest
-
- checkThreadContextClassLoader() - Method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Checks if the thread's context ClassLoader is active.
- checkTime(String, double) - Method in class testsuite.regression.MicroPerformanceRegressionTest
-
- checkTimestampNanos() - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkTransactionIsolationLevel() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Set transaction isolation level to the value received from server if any.
- checkTransactionState() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- checkTypes(ResultSet, int[], Map<Integer, String>) - Method in class testsuite.regression.MetaDataRegressionTest
-
- checkUnsupportedTypesBehavior(PreparedStatement) - Method in class testsuite.simple.StatementsTest
-
Helper method for *SetObject* tests.
- checkUpdatability() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Is this ResultSet updatable?
- checkUpdatabilityMessage(SQLException, String) - Method in class testsuite.regression.ResultSetRegressionTest
-
- checkValidProtocols(List<String>) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- checkWorkingWithResult() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- CHR_BEGIN_TOKEN - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_COMMENT - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_CR - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_DBL_QUOTE - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_END_TOKEN - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_ESCAPE - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_LF - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_SGL_QUOTE - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_VARIABLE - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- 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
-
- clampedGetLength(Field) - Static method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- 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.
- cleanupByteArrayOutputStream() - Method in class com.mysql.cj.protocol.a.CompressedPacketSenderTest
-
- cleanupByteArrayOutputStream() - Method in class com.mysql.cj.protocol.a.SimplePacketSenderTest
-
- cleanupTempFiles(File, String) - Method in class testsuite.BaseTestCase
-
- cleanupThreadExecutorService - Static variable in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clear() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clearAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines how MySQL Server processes the view
- clearAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defined how MySQL Server processes the view
- clearAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- clearAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- clearArgs() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- clearArgs() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- clearArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Remove all current bindings.
- clearArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- clearArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- clearAttributes() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- clearAttributes() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearAttributes() - Method in class com.mysql.cj.NativeQueryAttributesBindings
-
- clearAttributes() - Method in interface com.mysql.cj.QueryAttributesBindings
-
Removes all query attributes from the query attributes list.
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
authentication data
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
authentication data
- clearAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication data
- clearBatch() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- clearBatch() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearBatch() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- clearBatchedArgs() - Method in class com.mysql.cj.AbstractQuery
-
- clearBatchedArgs() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearBatchedArgs() - Method in interface com.mysql.cj.Query
-
- clearBindings() - Method in class com.mysql.cj.xdevapi.FilterableStatement
-
- clearBindings() - Method in class com.mysql.cj.xdevapi.SqlStatementImpl
-
- clearBindings() - Method in interface com.mysql.cj.xdevapi.Statement
-
Clear all bindings for this statement.
- clearBindValues() - Method in class com.mysql.cj.NativeQueryBindings
-
- clearBindValues() - Method in interface com.mysql.cj.QueryBindings
-
- clearCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- clearCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- clearCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- clearCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
limits the write operations done on a VIEW
- clearCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
limits the write operations done on a VIEW
- clearClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- clearCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
error code
- clearCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning code
- clearCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- clearCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- clearCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- clearColumn() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- clearColumn() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- clearCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- clearCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- clearCond() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
repeated .Mysqlx.Expect.Open.Condition cond = 2;
- clearConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- clearConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- clearContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- clearContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- clearCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
client-side assigned cursor ID; must be allocated/open
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
client-side assigned cursor ID; must be already open
- clearCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
data model that the operations refer to
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
data model that the operations refer to
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
data model that the operations refer to
- clearDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
datamodel that the operations refer to
- clearDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- clearDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- clearDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- clearDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- clearDocumentPath() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- clearDocumentPath() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- clearExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- clearFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
number of rows that should be retrieved from sequential cursor
- clearFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
number of rows that should be retrieved from sequential cursor
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clearField() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clearField() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clearFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- clearFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- clearFld() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- clearFld() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- clearFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
displayed factional decimal digits for floating point and
fixed point numbers
- clearFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- clearGrouping() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- clearGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
Deprecated.
- clearHasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- clearIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- clearIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
if true then suppress error when deleted view does not exists
- clearIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
used in case of ARRY_INDEX
- clearInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
initial response
- clearInputStream() - Method in class com.mysql.cj.NativeSession
-
- clearInputStream() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- clearInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- clearKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- clearKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- clearKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- clearLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
maximum count of displayable characters of .type
- clearLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
Note or Warning
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- clearLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- clearLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- clearLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- clearLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
perform row locking on matches
- clearLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
additional options how to handle locked rows
- clearMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- clearMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- clearMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- clearMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- clearName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column
- clearNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- clearNextResultset() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
We can't do this ourselves, otherwise the contract for
Statement.getMoreResults() won't work correctly.
- clearNextResultset() - Method in interface com.mysql.cj.protocol.Resultset
-
Clears the reference to the next result set in a multi-result set
"chain".
- clearObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- clearObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- clearOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to skip before applying the row_count
- clearOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clearOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- clearOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- clearOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- clearOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
the type of operation to be performed
- clearOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- clearOrder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- clearOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column before an alias was applied
- clearOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from before an alias was applied
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
parameter key
- clearParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- clearParameters() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- clearParameters() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- clearParameters() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- clearParameters() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- clearParameters(boolean) - Method in class com.mysql.cj.ServerPreparedQuery
-
- clearPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- clearPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the payload of the notification
- clearPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- clearPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- clearProjection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- clearProjection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- clearReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
if true then suppress error when created view already exists;
just replace it
- clearRow() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- clearRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to filter
- clearRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- clearScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- clearSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- clearSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
schema the column originates from
- clearSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- clearSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- clearScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
global or local notification
- clearSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the security context in which the view is going be executed
- clearSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the security context in which the view is going be executed
- clearServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- clearSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
severity of the error message
- clearSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- clearSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- clearSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- clearStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
statement that shall be executed
- clearStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
client-side assigned statement ID, must be already prepared
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
client-side assigned statement ID, must be already prepared
- clearStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- clearTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from
- clearTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the type of the payload
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
type of group replication event
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- clearType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- clearUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- clearUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- clearUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- clearValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- clearVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- clearVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- clearVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- clearVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- clearViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- clearVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- clearVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- clearVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- clearVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- clearWarnings() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- clearWarnings() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- clearWarningsCalled - Variable in class com.mysql.cj.AbstractQuery
-
Has clearWarnings() been called?
- Client - Interface in com.mysql.cj.xdevapi
-
X DevAPI class encapsulating a Session pooling functionality.
- Client.ClientProperty - Enum in com.mysql.cj.xdevapi
-
- CLIENT_CAN_HANDLE_EXPIRED_PASSWORD - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_COMPRESS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_CONNECT_ATTRS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_CONNECT_WITH_DB - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_DEPRECATE_EOF - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_FOUND_ROWS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_ID_ASSIGNED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
CLIENT_ID_ASSIGNED = 11;
- CLIENT_INTERACTIVE - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_KEY - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- CLIENT_LOCAL_FILES - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_LONG_FLAG - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_LONG_PASSWORD - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_MESSAGE_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
- CLIENT_MESSAGES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- CLIENT_MULTI_FACTOR_AUTHENTICATION - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_MULTI_RESULTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_MULTI_STATEMENTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PLUGIN_AUTH - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PROTOCOL_41 - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_PS_MULTI_RESULTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_QUERY_ATTRIBUTES - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_RESERVED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SECURE_CONNECTION - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SESSION_TRACK - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_SSL - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- CLIENT_TRANSACTIONS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- clientCapabilities - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- clientDefaultAuthenticationPluginExplicitelySet - Variable in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Was the client default authentication plugin explicitly set?
- clientDefaultAuthenticationPluginName - Variable in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Protocol name of default authentication plugin in client
- ClientFactory - Class in com.mysql.cj.xdevapi
-
ClientFactory is used for creation of
Client instances.
- ClientFactory() - Constructor for class com.mysql.cj.xdevapi.ClientFactory
-
- clientFirstMessageBare - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- clientId - Variable in class com.mysql.cj.protocol.x.XServerCapabilities
-
Server-assigned client-id.
- 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
-
- clientInfo - Variable in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- ClientInfoProvider - Interface in com.mysql.cj.jdbc
-
Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
- ClientInfoProviderSP - Class in com.mysql.cj.jdbc
-
- ClientInfoProviderSP() - Constructor for class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- clientKeyStorePassword - Variable in class testsuite.x.devapi.SecureSessionTest
-
- clientKeyStorePath - Variable in class testsuite.x.devapi.SecureSessionTest
-
- clientKeyStoreUrl - Variable in class testsuite.x.devapi.SecureSessionTest
-
- clientMessageId - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
extend .google.protobuf.MessageOptions { ...
- ClientMessages(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- ClientMessages() - Constructor for class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- clientMessages_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clientMessages_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- clientParam - Variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- clientPrepare(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepare(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- ClientPreparedQuery - Class in com.mysql.cj
-
- ClientPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.ClientPreparedQuery
-
- ClientPreparedStatement - Class in com.mysql.cj.jdbc
-
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
- ClientPreparedStatement(JdbcConnection, String) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Constructor used by server-side prepared statements
- ClientPreparedStatement(JdbcConnection, String, String) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Constructor for the PreparedStatement class.
- ClientPreparedStatement(JdbcConnection, String, String, QueryInfo) - Constructor for class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a new PreparedStatement object.
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int, boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- clientPrepareStatement(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, int[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, int, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- clientPrepareStatement(String, String[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Prepares a statement on the client, using client-side emulation
(irregardless of the configuration property 'useServerPrepStmts')
with the same semantics as the java.sql.Connection.prepareStatement()
method with the same argument types.
- ClientProperty(String) - Constructor for enum com.mysql.cj.xdevapi.Client.ClientProperty
-
- clientPropsFromJson(String) - Method in class com.mysql.cj.xdevapi.ClientImpl
-
- Clob - Class in com.mysql.cj.jdbc
-
Simplistic implementation of java.sql.Clob for MySQL Connector/J
- Clob(ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.Clob
-
- Clob(String, ExceptionInterceptor) - Constructor for class com.mysql.cj.jdbc.Clob
-
- ClobValueEncoder - Class in com.mysql.cj.protocol.a
-
- ClobValueEncoder() - Constructor for class com.mysql.cj.protocol.a.ClobValueEncoder
-
- clone() - Method in interface com.mysql.cj.BindValue
-
- clone() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
-
- clone() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- clone() - Method in class com.mysql.cj.NativeQueryBindings
-
- clone() - Method in class com.mysql.cj.NativeQueryBindValue
-
- clone() - Method in interface com.mysql.cj.QueryBindings
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- clone() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- clone() - Method in class testsuite.MockJndiContextFactory.MockJndiName
-
- close() - Method in class com.mysql.cj.jdbc.BlobFromLocator.LocatorInputStream
-
- 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.DatabaseMetaData.IteratorWithCleanup
-
- close() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.SingleStringIterator
-
- close() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.StringListIterator
-
- 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 class com.mysql.cj.protocol.NamedPipeSocketFactory.NamedPipeSocket
-
- close() - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory.RandomAccessFileInputStream
-
- close() - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory.RandomAccessFileOutputStream
-
- close() - Method in interface com.mysql.cj.protocol.Protocol
-
- close() - Method in class com.mysql.cj.protocol.ReadAheadInputStream
-
- close() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
We're done.
- close() - Method in class com.mysql.cj.protocol.WatchableOutputStream
-
- close() - Method in class com.mysql.cj.protocol.WatchableWriter
-
- close() - Method in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
Closes this stream.
- close() - Method in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
Closes this stream.
- close() - Method in class com.mysql.cj.protocol.x.ConfinedInputStream
-
Closes this stream and throws away any bytes not consumed from the underlying InputStream.
- close() - Method in class com.mysql.cj.protocol.x.ContinuousInputStream
-
Closes this stream and all underlying InputStreams.
- 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(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- Close() - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- Close(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- Close() - Constructor for class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- Close(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- Close() - Constructor for class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- Close(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- Close() - Constructor for class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- close() - Method in interface com.mysql.cj.xdevapi.Client
-
Close Client.
- close() - Method in class com.mysql.cj.xdevapi.ClientImpl
-
- close() - Method in class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
-
- close() - Method in interface com.mysql.cj.xdevapi.Session
-
Close this session.
- close() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- close() - Method in class testsuite.InjectedSocketFactory.InjectedInputStream
-
- close() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- close() - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- close() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053InputStreamWrapper
-
- close() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- close() - Method in class testsuite.simple.TestLifecycleInterceptor
-
- close() - Method in class testsuite.UnreliableSocketFactory.HangingInputStream
-
- close() - Method in class testsuite.UnreliableSocketFactory.HangingOutputStream
-
- close() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- closeAllConnections() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Closes all live connections.
- closeAllOpenResults() - Method in class com.mysql.cj.jdbc.StatementImpl
-
Close any open result sets that have been 'held open'
- closeAllOpenStatements() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Closes all currently open statements.
- closeConnectionProxy(LoadBalancedConnectionProxy) - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- closeConnections() - Method in class testsuite.simple.DateTimeTest
-
- closed - Variable in class com.mysql.cj.jdbc.ConnectionWrapper
-
- closed - Variable in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
- closed - Variable in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
- closed - Variable in class com.mysql.cj.protocol.x.ConfinedInputStream
-
- closed - Variable in class com.mysql.cj.protocol.x.ContinuousInputStream
-
- closedExplicitly - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
- closedHosts - Variable in class com.mysql.cj.jdbc.ConnectionGroup
-
- 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
-
- closedProxyTotalPhysicalConnections - Variable in class com.mysql.cj.jdbc.ConnectionGroup
-
- closedProxyTotalTransactions - Variable in class com.mysql.cj.jdbc.ConnectionGroup
-
- closedReason - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
- closeEventCount - Variable in class testsuite.regression.PooledConnectionRegressionTest
-
- closeOnCompletion - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- closeOnCompletion() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- closeOnCompletion() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- closeOwner(boolean) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- closeOwner(boolean) - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- closeQuery() - Method in class com.mysql.cj.AbstractQuery
-
- closeQuery() - Method in class com.mysql.cj.ClientPreparedQuery
-
- closeQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- closeQuery() - Method in interface com.mysql.cj.Query
-
- closeQuery() - Method in class com.mysql.cj.ServerPreparedQuery
-
- closeQuery() - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- closeStatement(Statement) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- CLOSING_MARKERS - Static variable in class com.mysql.cj.QueryInfo
-
- closingMarkers - Variable in class com.mysql.cj.util.StringInspector
-
- cNonce - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- cnt - Variable in class testsuite.regression.CharsetRegressionTest.Bug71038QueryInterceptor
-
- cnt - Variable in class testsuite.regression.ConnectionRegressionTest.Bug29329326QueryInterceptor
-
- code - Variable in class com.mysql.cj.protocol.x.Notice.XWarning
-
- code_ - Variable in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- code_ - Variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- code_ - Variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- code_ - Variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- 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
-
- colDecimals - Variable in class com.mysql.cj.result.Field
-
- colFlag - Variable in class com.mysql.cj.result.Field
-
- Collation - Class in com.mysql.cj
-
- Collation(int, String, int, String) - Constructor for class com.mysql.cj.Collation
-
- Collation(int, String[], int, String) - Constructor for class com.mysql.cj.Collation
-
- collation_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- collation_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- collation_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- collation_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- COLLATION_CONNECTION - Static variable in interface com.mysql.cj.CharsetSettings
-
- COLLATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- COLLATION_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- 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.CharsetMapping
-
- collationIndex - Variable in class com.mysql.cj.result.Field
-
- collationIndexToCharsetName - Variable in class com.mysql.cj.NativeCharsetSettings
-
- collationIndexToCollationName - Variable in class com.mysql.cj.NativeCharsetSettings
-
- collationNames - Variable in class com.mysql.cj.Collation
-
- collationNameToCollationIndex - Variable in class com.mysql.cj.NativeCharsetSettings
-
- collectHostsInfo(ConnectionUrlParser) - Method in class com.mysql.cj.conf.ConnectionUrl
-
- Collection(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- Collection() - Constructor for class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- collection - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- Collection - Interface in com.mysql.cj.xdevapi
-
Representation of a document collection.
- collection - Variable in class testsuite.x.devapi.BaseCollectionTestCase
-
Collection for testing.
- collection - Variable in class testsuite.x.devapi.TransactionTest
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- collection_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- 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
-
- CollectionAddTest - Class in testsuite.x.devapi
-
- CollectionAddTest() - Constructor for class testsuite.x.devapi.CollectionAddTest
-
- collectionBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- collectionBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- collectionBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- collectionBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- collectionBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- collectionBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- collectionBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- CollectionFindTest - Class in testsuite.x.devapi
-
- CollectionFindTest() - Constructor for class testsuite.x.devapi.CollectionFindTest
-
- CollectionImpl - Class in com.mysql.cj.xdevapi
-
- CollectionImpl(MysqlxSession, SchemaImpl, String) - Constructor for class com.mysql.cj.xdevapi.CollectionImpl
-
- CollectionModifyTest - Class in testsuite.x.devapi
-
- CollectionModifyTest() - Constructor for class testsuite.x.devapi.CollectionModifyTest
-
- collectionName - Variable in class com.mysql.cj.xdevapi.AddStatementImpl
-
- collectionName - Variable in class testsuite.x.devapi.BaseCollectionTestCase
-
- CollectionRemoveTest - Class in testsuite.x.devapi
-
- CollectionRemoveTest() - Constructor for class testsuite.x.devapi.CollectionRemoveTest
-
- CollectionTest - Class in testsuite.x.devapi
-
- CollectionTest() - Constructor for class testsuite.x.devapi.CollectionTest
-
- 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(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- Column() - Constructor for class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- Column - Interface in com.mysql.cj.xdevapi
-
- column_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- column_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- column_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- column_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- 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.NativeQueryBindings
-
- 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
-
- ColumnIdentifier(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- ColumnIdentifier() - Constructor for class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- columnIdentifier() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Parse a column identifier (which may optionally include a JSON document path).
- columnIdentifierToString(MysqlxExpr.ColumnIdentifier) - Static method in class com.mysql.cj.xdevapi.ExprUnparser
-
Column identifier (or JSON path) to string.
- ColumnImpl - Class in com.mysql.cj.xdevapi
-
- ColumnImpl(Field) - Constructor for class com.mysql.cj.xdevapi.ColumnImpl
-
Constructor.
- columnIndexName - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
-
- columnIndexOfXml - Variable in class com.mysql.cj.jdbc.MysqlSQLXML
-
- columnLabelToIndex - Variable in class com.mysql.cj.result.DefaultColumnDefinition
-
Map column names (and all of their permutations) to column indices
- ColumnMetaData(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- ColumnMetaData() - Constructor for class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- columnMetaDataToField(MysqlxResultset.ColumnMetaData, String) - Method in class com.mysql.cj.protocol.x.FieldFactory
-
- columnName - Variable in class com.mysql.cj.result.Field
-
- columnNameToIndex - Variable in class com.mysql.cj.result.DefaultColumnDefinition
-
Map column names (and all of their permutations) to column indices
- columnNonUnique - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
-
- columnOrdinalPosition - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
-
- columnSize - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.TypeDescriptor
-
- columnToIndexCache - Variable in class com.mysql.cj.result.DefaultColumnDefinition
-
The above map is a case-insensitive tree-map, it can be slow, this caches lookups into that map, because the other alternative is to create new
object instances for every call to findColumn()....
- columnType - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.IndexMetaDataKey
-
- columnUsed - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Keep track of columns accessed
- com.mysql.cj - package com.mysql.cj
-
- com.mysql.cj.admin - package com.mysql.cj.admin
-
- com.mysql.cj.callback - package com.mysql.cj.callback
-
- com.mysql.cj.conf - package com.mysql.cj.conf
-
- com.mysql.cj.conf.url - package com.mysql.cj.conf.url
-
- com.mysql.cj.exceptions - package com.mysql.cj.exceptions
-
- com.mysql.cj.interceptors - package com.mysql.cj.interceptors
-
- com.mysql.cj.jdbc - package com.mysql.cj.jdbc
-
- com.mysql.cj.jdbc.admin - package com.mysql.cj.jdbc.admin
-
- com.mysql.cj.jdbc.exceptions - package com.mysql.cj.jdbc.exceptions
-
- com.mysql.cj.jdbc.ha - package com.mysql.cj.jdbc.ha
-
- com.mysql.cj.jdbc.integration.c3p0 - package com.mysql.cj.jdbc.integration.c3p0
-
- com.mysql.cj.jdbc.interceptors - package com.mysql.cj.jdbc.interceptors
-
- com.mysql.cj.jdbc.jmx - package com.mysql.cj.jdbc.jmx
-
- com.mysql.cj.jdbc.result - package com.mysql.cj.jdbc.result
-
- com.mysql.cj.jdbc.util - package com.mysql.cj.jdbc.util
-
- com.mysql.cj.log - package com.mysql.cj.log
-
- com.mysql.cj.protocol - package com.mysql.cj.protocol
-
- com.mysql.cj.protocol.a - package com.mysql.cj.protocol.a
-
- com.mysql.cj.protocol.a.authentication - package com.mysql.cj.protocol.a.authentication
-
- com.mysql.cj.protocol.a.result - package com.mysql.cj.protocol.a.result
-
- com.mysql.cj.protocol.result - package com.mysql.cj.protocol.result
-
- com.mysql.cj.protocol.x - package com.mysql.cj.protocol.x
-
- com.mysql.cj.result - package com.mysql.cj.result
-
- com.mysql.cj.sasl - package com.mysql.cj.sasl
-
- com.mysql.cj.util - package com.mysql.cj.util
-
- com.mysql.cj.x.protobuf - package com.mysql.cj.x.protobuf
-
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
- com.mysql.cj.xdevapi - package com.mysql.cj.xdevapi
-
Java classes for X DevAPI support.
- com.mysql.jdbc - package com.mysql.jdbc
-
- COM_BINLOG_DUMP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_BINLOG_DUMP_GTID - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_CHANGE_USER - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_CONNECT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_CONNECT_OUT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_CREATE_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_DAEMON - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_DEBUG - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_DELAYED_INSERT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_DROP_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_FIELD_LIST - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_INIT_DB - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_PING - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_PROCESS_INFO - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_PROCESS_KILL - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_QUERY - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_QUIT - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_REFRESH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_REGISTER_SLAVE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
Deprecated.
- COM_RESET_CONNECTION - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_SET_OPTION - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_SHUTDOWN - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_SLEEP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STATISTICS - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_CLOSE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_EXECUTE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_FETCH - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_PREPARE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_RESET - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_STMT_SEND_LONG_DATA - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_TABLE_DUMP - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COM_TIME - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- COMM_LINK_ERR_PATTERN - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- commandBuilder - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- commandBuilder - Variable in class com.mysql.cj.NativeCharsetSettings
-
- commandBuilder - Variable in class com.mysql.cj.NativeSession
-
- commandBuilder - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- commandBuilder - Variable in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- commandBuilder - Variable in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- commandBuilder - Variable in class com.mysql.cj.ServerPreparedQuery
-
- commandCount - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- commandName - Variable in enum com.mysql.cj.protocol.x.XpluginStatementCommand
-
- comment(char[], int, int) - Method in class com.mysql.cj.jdbc.MysqlSQLXML.SimpleSaxToReader
-
- 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.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
-
- commit() - Method in class testsuite.simple.TestLifecycleInterceptor
-
- CommonAsserts - Class in com.mysql.cj.result
-
- CommonAsserts() - Constructor for class com.mysql.cj.result.CommonAsserts
-
- CommonChecks - Class in instrumentation
-
- CommonChecks() - Constructor for class instrumentation.CommonChecks
-
- commonDeleteBuilder(FilterParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Initialize a Delete.Builder with common data for prepared and non-prepared executions.
- commonDocUpdateBuilder(FilterParams, List<UpdateSpec>) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Initialize an Update.Builder for collection data model with common data for prepared and non-prepared executions.
- commonFindBuilder(FilterParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Initialize a Find.Builder for collection data model with common data for prepared and non-prepared executions.
- commonRowInsertBuilder(String, String, InsertParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Initialize a Insert.Builder for table data model with common data for prepared and non-prepared executions.
- commonRowUpdateBuilder(FilterParams, UpdateParams) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Initialize an Update.Builder for table data model with common data for prepared and non-prepared executions.
- commonSqlStatementBuilder(String) - Method in class com.mysql.cj.protocol.x.XMessageBuilder
-
Initialize a StmtExecute.Builder with common data for prepared and non-prepared executions.
- 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
-
- compactMetadata_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- compactMetadata_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- compactMetadata_ - Variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- compactMetadata_ - Variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- ComparableWrapper(K, V) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- compareResultSets(ResultSet, ResultSet) - Method in class testsuite.regression.MetaDataRegressionTest
-
- 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
-
- compareTo(Object) - Method in class testsuite.MockJndiContextFactory.MockJndiName
-
- compensateForOnDuplicateKeyUpdate - Variable in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- compExpr() - Method in class com.mysql.cj.xdevapi.ExprParser
-
- completeCompression() - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Complete compression of the current payload contents to the compressed packet.
- completed(T, Void) - Method in class com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
-
- completer - Variable in class com.mysql.cj.xdevapi.AbstractDataResult
-
- completeVersion - Variable in class com.mysql.cj.ServerVersion
-
- compliesWith(String) - Method in enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
- componentOne - Variable in class com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey
-
- componentTwo - Variable in class com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey
-
- composeName(Name, Name) - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- composeName(String, String) - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- CompoundCacheKey(String, String) - Constructor for class com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey
-
- 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.
- compressedPacket - Variable in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Buffer to compress data to.
- CompressedPackets(byte[]) - Constructor for class com.mysql.cj.protocol.a.CompressedPacketSenderTest.CompressedPackets
-
- 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.
- CompressedPacketSenderTest - Class in com.mysql.cj.protocol.a
-
- CompressedPacketSenderTest() - Constructor for class com.mysql.cj.protocol.a.CompressedPacketSenderTest
-
- CompressedPacketSenderTest.CompressedPackets - Class in com.mysql.cj.protocol.a
-
Test utility to transform a buffer containing compressed packets into a sequence of payloads.
- compressedPayloadLen - Variable in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Length of current compressed packet.
- compressedPayloadLen - Variable in class com.mysql.cj.protocol.a.CompressedPacketSenderTest.CompressedPackets
-
- compressedSequenceId - Variable in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Sequence id of compressed packet.
- compressedSequenceId - Variable in class com.mysql.cj.protocol.a.CompressedPacketSenderTest.CompressedPackets
-
- compressFreeBaseUrl - Variable in class testsuite.x.devapi.CompressionTest
-
- compressFreeTestProperties - Variable in class testsuite.x.devapi.CompressionTest
-
- Compression() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.Compression
-
- Compression(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- Compression() - Constructor for class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- COMPRESSION_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
COMPRESSION = 46;
- COMPRESSION_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
COMPRESSION = 19;
- CompressionAlgorithm - Class in com.mysql.cj.protocol.x
-
Contains all information about a compression algorithm, its name, compression mode and classes that implement the inflating and deflating streams of data.
- CompressionAlgorithm(String, String, String) - Constructor for class com.mysql.cj.protocol.x.CompressionAlgorithm
-
- compressionAlgorithm - Variable in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
- compressionAlgorithm - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- compressionAlgorithmAgreed(Session) - Method in class testsuite.x.devapi.CompressionTest
-
- compressionAlgorithms - Variable in class testsuite.x.devapi.CompressionTest.CompressionSettings
-
- CompressionCounters() - Constructor for class testsuite.x.devapi.CompressionTest.CompressionCounters
-
- compressionDisabled() - Method in class testsuite.x.devapi.CompressionTest
-
Tests compression disabled by connection option.
- compressionEnabled - Variable in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
- compressionEnabled - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- compressionMode - Variable in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
- CompressionMode - Enum in com.mysql.cj.protocol.x
-
The modes by which compression can be made.
- CompressionMode() - Constructor for enum com.mysql.cj.protocol.x.CompressionMode
-
- compressionNegotiationClientSideSelectionNativelySupported() - Method in class testsuite.x.devapi.CompressionTest
-
Tests compression negotiation with customized compression algorithms selections.
- compressionNegotiationClientSideSelectionNoCommon() - Method in class testsuite.x.devapi.CompressionTest
-
Tests compression negotiation with customized compression algorithms selections, with empty or only unknown algorithm identifiers.
- compressionNegotiationClientSideSelectionOtherThanNative() - Method in class testsuite.x.devapi.CompressionTest
-
Tests compression negotiation with customized compression algorithms selections, forcing the selection of a non-default algorithm (non-"deflate_stream").
- compressionNegotiationClientSideSelectionUnknownIds() - Method in class testsuite.x.devapi.CompressionTest
-
Tests compression negotiation with customized compression algorithms selections, containing known and unknown algorithm identifiers.
- compressionNegotiationClientSideSelectionWithAliases() - Method in class testsuite.x.devapi.CompressionTest
-
Tests usage of compression algorithms aliases ("zstd", "lz4" and "deflate") on all places compression algorithms identifiers can be used.
- compressionNegotiationServerSideRestricted() - Method in class testsuite.x.devapi.CompressionTest
-
Tests compression negotiation, with compression algorithms restricted at server side.
- compressionSettings - Variable in class testsuite.x.devapi.CompressionTest
-
- CompressionSettings() - Constructor for class testsuite.x.devapi.CompressionTest.CompressionSettings
-
- 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
-
- CompressionTest - Class in com.mysql.cj.protocol.x
-
- CompressionTest() - Constructor for class com.mysql.cj.protocol.x.CompressionTest
-
- CompressionTest - Class in testsuite.x.devapi
-
- CompressionTest() - Constructor for class testsuite.x.devapi.CompressionTest
-
- CompressionTest.CompressionCounters - Class in testsuite.x.devapi
-
- CompressionTest.CompressionSettings - Class in testsuite.x.devapi
-
- CompressionTest.TestInflaterInputStream - Class in testsuite.x.devapi
-
- CompressionTest.TestInputStream - Class in testsuite.x.devapi
-
- CompressionTest.TestSyncFlushDeflaterOutputStream - Class in testsuite.x.devapi
-
- compressionThreshold() - Method in class testsuite.x.devapi.CompressionTest
-
Tests the compression threshold applied to uplink data.
- compressorIn - Variable in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
- compressorInputStreamInstance - Variable in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
- compressorIoStreamsFactory - Variable in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
- compressorIoStreamsFactory - Variable in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
- compressorOut - Variable in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
- compressorOutputStreamInstance - Variable in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
- CompressorStreamsFactory - Class in com.mysql.cj.protocol.x
-
Factory class for producing inflating and deflating-able InputStream and OutputStream instances for a selected compression algorithm.
- CompressorStreamsFactory(CompressionAlgorithm) - Constructor for class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
- computeBatchSize(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
Computes the optimum number of batched parameter lists to send
without overflowing max_allowed_packet.
- computeBatchSize(int) - Method in interface com.mysql.cj.PreparedQuery
-
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
Computes the maximum parameter set size, and entire batch size given
the number of arguments in the batch.
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.cj.ServerPreparedQuery
-
Computes the maximum parameter set size and the size of the entire batch given
the number of arguments in the batch.
- CON_CAPABILITIES_GET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CAPABILITIES_GET = 1;
- CON_CAPABILITIES_SET_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CAPABILITIES_SET = 2;
- CON_CLOSE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
CON_CLOSE = 3;
- concurrency - Variable in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- concurrency - Variable in class com.mysql.cj.protocol.a.ResultsetFactory
-
- Concurrency(int) - Constructor for enum com.mysql.cj.protocol.Resultset.Concurrency
-
- cond_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- cond_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- COND_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- condBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- Condition(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- Condition() - Constructor for class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- condition - Variable in class testsuite.x.devapi.RowLockingTest.FindRowDeadLock
-
- condition - Variable in class testsuite.x.devapi.RowLockingTest.FindRowLock
-
- condition - Variable in class testsuite.x.devapi.RowLockingTest.SelectRowDeadLock
-
- condition - Variable in class testsuite.x.devapi.RowLockingTest.SelectRowLock
-
- 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
-
- conditionKey_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- conditionKey_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- ConditionOperation(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- conditionValue_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- conditionValue_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- confidenceLevel - Variable in class testsuite.perf.BasePerfTest
-
- confidenceValue - Variable in class testsuite.perf.BasePerfTest
-
- configurePostHandshake(boolean) - Method in interface com.mysql.cj.CharsetSettings
-
Sets up client character set.
- configurePostHandshake(boolean) - Method in class com.mysql.cj.NativeCharsetSettings
-
- configurePreHandshake(boolean) - Method in interface com.mysql.cj.CharsetSettings
-
Choose the MySQL collation index for the handshake packet and the corresponding Java encodings for the password and error messages.
- configurePreHandshake(boolean) - Method in class com.mysql.cj.NativeCharsetSettings
-
- configureSocket(Socket, PropertySet) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Configures socket properties based on properties from the connection
(tcpNoDelay, snd/rcv buf, traffic class, etc).
- configureSQLExceptionSubclassList(String) - Method in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
-
- configureSQLStateList(String) - Method in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
-
- 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.admin.MiniAdmin
-
- conn - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
The connection to the database
- conn - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
-
- conn - Variable in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- conn - Variable in class com.mysql.cj.jdbc.util.BaseBugReport
-
- conn - Variable in class testsuite.BaseTestCase
-
Connection to server, initialized in setUp() Cleaned up in tearDown().
- conn - Variable in class testsuite.x.devapi.CompressionTest.CompressionCounters
-
- CONN_CAPABILITIES_VALUE - Static variable in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
CONN_CAPABILITIES = 2;
- connect(String, Properties) - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
Try to make a database connection to the given URL.
- connect(HostInfo, String, String, String, int, TransactionEventHandler) - Method in class com.mysql.cj.NativeSession
-
- connect(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Initialize communications with the MySQL server.
- connect(String, String, String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in class com.mysql.cj.protocol.a.NativeSocketConnection
-
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- connect(String, String, String) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
- connect(String, int, PropertySet, int) - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory
-
- connect(String, String, String) - Method in interface com.mysql.cj.protocol.Protocol
-
Create a new session.
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in interface com.mysql.cj.protocol.SocketConnection
-
Connect to the MySQL server and setup a stream connection.
- connect(String, int, PropertySet, int) - Method in interface com.mysql.cj.protocol.SocketFactory
-
Creates a new socket or channel using the given properties.
- connect(String, int, PropertySet, int) - Method in class com.mysql.cj.protocol.SocksProxySocketFactory
-
- connect(String, int, PropertySet, int) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
- connect(String, String, String) - Method in class com.mysql.cj.protocol.x.XAuthenticationProvider
-
- connect(String, String, String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- connect(String, int, Properties) - Method in interface com.mysql.jdbc.SocketFactory
-
Deprecated.
Creates a new socket using the given properties.
- connect(String, int, PropertySet, int) - Method in class com.mysql.jdbc.SocketFactoryWrapper
-
- connect(String, int, PropertySet, int) - Method in class testsuite.InjectedSocketFactory
-
- connect(String, int, PropertySet, int) - Method in class testsuite.regression.ConnectionRegressionTest.PortNumberSocketFactory
-
- connect(String, int, PropertySet, int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketFactory
-
- connect(SocketAddress) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- connect(SocketAddress, int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- connect(String, int, PropertySet, int) - Method in class testsuite.UnreliableSocketFactory
-
- connectedToPrimaryHost() - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Checks if this proxy is using the primary host in the underlying connection.
- connectedToSecondaryHost() - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Checks if this proxy is using a secondary host in the underlying connection.
- connection - Variable in class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
-
- connection - Variable in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- 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 - Variable in class testsuite.regression.CharsetRegressionTest.TestBug64205QueryInterceptor
-
- connection - Variable in class testsuite.regression.ConnectionRegressionTest.Bug56100QueryInterceptor
-
- connection - Variable in class testsuite.regression.ConnectionRegressionTest.Bug75168QueryInterceptor
-
- CONNECTION_ATTEMPTS - Static variable in class testsuite.UnreliableSocketFactory
-
- 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.
- CONNECTION_STRING_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- connectionClosed(ConnectionEvent) - Method in class testsuite.regression.PooledConnectionRegressionTest.ConnectionListener
-
- connectionCollation - Variable in class com.mysql.cj.NativeCharsetSettings
-
- connectionCreationTimeMillis - Variable in class com.mysql.cj.CoreSession
-
The point in time when this connection was created
- connectionErrorEventCount - Variable in class testsuite.regression.PooledConnectionRegressionTest
-
- ConnectionErrorFiringInvocationHandler(Object) - Constructor for class com.mysql.cj.jdbc.WrapperBase.ConnectionErrorFiringInvocationHandler
-
- connectionErrorOccurred(ConnectionEvent) - Method in class testsuite.regression.PooledConnectionRegressionTest.ConnectionListener
-
- connectionEventListeners - Variable in class com.mysql.cj.jdbc.MysqlPooledConnection
-
- 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
-
- ConnectionFinalizerPhantomReference(MysqlConnection, NetworkResources, ReferenceQueue<? super MysqlConnection>) - Constructor for class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.ConnectionFinalizerPhantomReference
-
- connectionFinalizerPhantomRefs - Static variable in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
- ConnectionGroup - Class in com.mysql.cj.jdbc
-
- ConnectionGroup(String) - Constructor for class com.mysql.cj.jdbc.ConnectionGroup
-
- connectionGroup - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- connectionGroup - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- connectionGroupID - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- ConnectionGroupManager - Class in com.mysql.cj.jdbc
-
- ConnectionGroupManager() - Constructor for class com.mysql.cj.jdbc.ConnectionGroupManager
-
- connectionGroupProxyID - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- connectionId - Variable in class com.mysql.cj.log.ProfilerEventImpl
-
- 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.
- ConnectionImpl.CompoundCacheKey - Class in com.mysql.cj.jdbc
-
Used as a key for caching callable/prepared statements which (may) depend on current database.
- ConnectionImpl.NetworkTimeoutSetter - Class in com.mysql.cj.jdbc
-
- 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.
- connectionLifecycleInterceptors - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- ConnectionListener() - Constructor for class testsuite.regression.PooledConnectionRegressionTest.ConnectionListener
-
- ConnectionPropertiesTest() - Constructor for class com.mysql.cj.ConnectionUrlTest.ConnectionPropertiesTest
-
- 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.
- connectionProxies - Variable in class com.mysql.cj.jdbc.ConnectionGroup
-
- ConnectionRegressionTest - Class in testsuite.regression
-
Regression tests for Connections
- ConnectionRegressionTest() - Constructor for class testsuite.regression.ConnectionRegressionTest
-
- ConnectionRegressionTest.AuthTestPlugin - Class in testsuite.regression
-
- ConnectionRegressionTest.Bug104067QueryInterceptor - Class in testsuite.regression
-
- ConnectionRegressionTest.Bug29329326QueryInterceptor - Class in testsuite.regression
-
Counts the number of issued "SHOW PROCESSLIST" statements.
- ConnectionRegressionTest.Bug56100QueryInterceptor - Class in testsuite.regression
-
- ConnectionRegressionTest.Bug75168LoadBalanceExceptionChecker - Class in testsuite.regression
-
- ConnectionRegressionTest.Bug75168QueryInterceptor - Class in testsuite.regression
-
- ConnectionRegressionTest.Bug75592QueryInterceptor - Class in testsuite.regression
-
Statement interceptor for preceding testBug75592().
- ConnectionRegressionTest.Bug88227QueryInterceptor - Class in testsuite.regression
-
- ConnectionRegressionTest.CancelTask - Class in testsuite.regression
-
- ConnectionRegressionTest.CountingReBalanceStrategy - Class in testsuite.regression
-
- ConnectionRegressionTest.ForcedLoadBalanceStrategy - Class in testsuite.regression
-
- ConnectionRegressionTest.PollTask - Class in testsuite.regression
-
- ConnectionRegressionTest.PortNumberSocketFactory - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug101596Transformer - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug102404Listener - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug21934573ExceptionInterceptor - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug34918989PropTransKO - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug34918989PropTransOK - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug57662Logger - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug67803ExceptionInterceptor - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug71850ExceptionInterceptor - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug73053InputStreamWrapper - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug73053SocketFactory - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug73053SocketWrapper - Class in testsuite.regression
-
- ConnectionRegressionTest.TestBug98445ClientInfoProvider - Class in testsuite.regression
-
- ConnectionRegressionTest.ThreadPerTaskExecutor - Class in testsuite.regression
-
- ConnectionRegressionTest.ThreeAttemptsPlugin - Class in testsuite.regression
-
- ConnectionRegressionTest.TwoQuestionsPlugin - Class in testsuite.regression
-
- connections - Variable in class com.mysql.cj.jdbc.ConnectionGroup
-
- connections - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- connectionsCounter - Variable in class testsuite.x.devapi.SessionFailoverTest.ConnectionsCounterFakeServer
-
- ConnectionsCounterFakeServer() - Constructor for class testsuite.x.devapi.SessionFailoverTest.ConnectionsCounterFakeServer
-
- connectionsToHostsMap - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- ConnectionStringGenerator(ConnectionUrlTest.ConnectionStringGenerator.UrlMode) - Constructor for class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- ConnectionTest - Class in testsuite.simple
-
Tests java.sql.Connection functionality
- ConnectionTest() - Constructor for class testsuite.simple.ConnectionTest
-
- ConnectionTest.LocalSocketAddressCheckThread - Class in testsuite.simple
-
- ConnectionTest.SpawnedWorkerCounter - Class in testsuite.simple
-
- ConnectionTest.TestEnableEscapeProcessingQueryInterceptor - Class in testsuite.simple
-
- connectionTimeZone - Variable in class com.mysql.cj.result.OffsetDateTimeValueFactory
-
- connectionTimeZone - Variable in class com.mysql.cj.result.SqlTimestampValueFactory
-
- connectionTimeZone - Variable in class com.mysql.cj.result.UtilCalendarValueFactory
-
- connectionTimeZone - Variable in class com.mysql.cj.result.ZonedDateTimeValueFactory
-
- connectionTimeZones - Variable in class testsuite.simple.DateTimeTest
-
- 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.
- connectionUrlCache - Static variable in class com.mysql.cj.conf.ConnectionUrl
-
- ConnectionUrlParser - Class in com.mysql.cj.conf
-
This class parses a connection string using the general URI structure defined in RFC 3986.
- ConnectionUrlParser(String) - Constructor for class com.mysql.cj.conf.ConnectionUrlParser
-
Constructs a connection string parser for the given connection string.
- ConnectionUrlParser.Pair<T,U> - Class in com.mysql.cj.conf
-
This class is a simple container for two elements.
- ConnectionUrlTest - Class in com.mysql.cj
-
- ConnectionUrlTest() - Constructor for class com.mysql.cj.ConnectionUrlTest
-
- ConnectionUrlTest.ConnectionPropertiesTest - Class in com.mysql.cj
-
- ConnectionUrlTest.ConnectionStringGenerator - Class in com.mysql.cj
-
Internal class for generating hundreds of thousands of connection strings.
- ConnectionUrlTest.ConnectionStringGenerator.UrlMode - Enum in com.mysql.cj
-
- 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
- connectOneTryOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- connectTo(int) - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Connects this dynamic failover connection proxy to the host pointed out by the given host index.
- connectWithRetries(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- connRef - Variable in class com.mysql.cj.jdbc.ConnectionImpl.NetworkTimeoutSetter
-
- connUrl - Variable in class com.mysql.cj.xdevapi.ClientImpl
-
- consistentClassLoaders() - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Checks if the context ClassLoaders from this and the caller thread are the same.
- Constants - Class in com.mysql.cj
-
Represents various constants used in the driver.
- Constants() - Constructor for class com.mysql.cj.Constants
-
Prevents instantiation
- constraintName - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.LocalAndReferencedColumns
-
- consumed - Variable in class com.mysql.cj.protocol.x.ConfinedInputStream
-
- consumeEvent(ProfilerEvent) - Method in class com.mysql.cj.log.LoggingProfilerEventHandler
-
- consumeEvent(ProfilerEvent) - Method in interface com.mysql.cj.log.ProfilerEventHandler
-
- consumeToken(ExprParser.TokenType) - Method in class com.mysql.cj.xdevapi.ExprParser
-
Consume token.
- containsMessage(String, String) - Static method in class testsuite.regression.ConnectionRegressionTest
-
- containsOnDuplicateKeyInString(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- containsOnDuplicateKeyUpdate() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- containsOnDuplicateKeyUpdate() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- containsOnDuplicateKeyUpdate - Variable in class com.mysql.cj.QueryInfo
-
- containsOnDuplicateKeyUpdate() - Method in class com.mysql.cj.QueryInfo
-
Does this query info represent a query that contains an ON DUPLICATE KEY UPDATE clause? This operation does not take into consideration the multiplicity
of queries in the original SQL.
- containsOnDuplicateKeyUpdateClause(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Checks whether the specified SQL contains or not an ON DUPLICATE KEY UPDATE clause.
- 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
-
- ContentionThread(int) - Constructor for class testsuite.regression.StressRegressionTest.ContentionThread
-
- contentiousWork(Connection, Statement, int) - Method in class testsuite.regression.StressRegressionTest
-
- contentType_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- contentType_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- contentType_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- contentType_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- ContentType_BYTES(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- ContentType_DATETIME(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- continueBatchOnError - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- ContinuousInputStream - Class in com.mysql.cj.protocol.x
-
An InputStream wrapper that reads from a queue of underlying InputStreams, giving the impression that all data is coming from a single,
continuous, source.
- ContinuousInputStream(InputStream) - Constructor for class com.mysql.cj.protocol.x.ContinuousInputStream
-
- ContinuousOutputStream - Class in com.mysql.cj.protocol.x
-
- ContinuousOutputStream(OutputStream) - Constructor for class com.mysql.cj.protocol.x.ContinuousOutputStream
-
- convertGetProcedureColumnsToInternalDescriptors(ResultSet) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- convertShowWarningsToSQLWarnings(boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Turns output of 'SHOW WARNINGS' into JDBC SQLWarning instances.
- convertToJdbcFunctionList(ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>, Field[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- convertToJdbcProcedureList(boolean, ResultSet, List<DatabaseMetaData.ComparableWrapper<String, Row>>) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- convertTypeDescriptorToProcedureRow(byte[], byte[], String, boolean, boolean, boolean, DatabaseMetaData.TypeDescriptor, boolean, int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- copyFile(File, File) - Method in class testsuite.regression.SyntaxRegressionTest
-
- 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
-
- count_data(DocResult) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- countAllColumns() - Method in class testsuite.x.devapi.TableSelectTest
-
- counter - Variable in class testsuite.regression.ConnectionRegressionTest.TestBug71850ExceptionInterceptor
-
- counter - Variable in class testsuite.regression.ConnectionRegressionTest.ThreeAttemptsPlugin
-
- counter - Variable in class testsuite.simple.ConnectionTest.LocalSocketAddressCheckThread
-
- counters - Variable in class testsuite.x.devapi.CompressionTest
-
- countersMap - Variable in class testsuite.x.devapi.CompressionTest.CompressionCounters
-
- CountingReBalanceStrategy() - Constructor for class testsuite.regression.ConnectionRegressionTest.CountingReBalanceStrategy
-
- countStatements - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedAutoCommitInterceptor
-
- countTestConnections(Set<?>, Field, boolean, String) - Method in class testsuite.regression.ConnectionRegressionTest
-
- CP932_CHARS - Static variable in class testsuite.simple.CharsetTest
-
Test data of cp932.
- cpds - Variable in class testsuite.regression.PooledConnectionRegressionTest
-
- createAndCacheString() - Method in class com.mysql.cj.util.LazyString
-
- createAndReuseExistingSchema() - Method in class testsuite.x.devapi.SessionTest
-
- createArrayIndex() - Method in class testsuite.x.devapi.CollectionTest
-
- 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
-
- createAuthenticatedTestProtocol(XProtocol, Properties) - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- createBatchUpdateException(SQLException, long[], ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLError
-
Create a BatchUpdateException.
- 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
-
- createBlobFile(int) - Method in class testsuite.simple.BlobTest
-
- createChangeUserPacket(ServerSession, String, NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
- 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
-
- createConfigCacheIfNeeded(Object) - Method in class com.mysql.cj.NativeSession
-
- 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.
- createConnectionForHostIndex(int) - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Creates a new connection instance for host pointed out by the given host index.
- createDatabase(Statement, String) - Method in class testsuite.BaseTestCase
-
- createDatabase(String) - Method in class testsuite.BaseTestCase
-
- createdObjects - Variable in class testsuite.BaseTestCase
-
list of schema objects to be dropped in tearDown
- createDropSchema() - Method in class testsuite.x.devapi.SessionTest
-
- createdTestSchemas - Variable in class testsuite.x.devapi.SessionTest
-
- 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
-
- createExistingSchemaError() - Method in class testsuite.x.devapi.SessionTest
-
- createFieldMetadataForGetProcedures() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createFkMetadataFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromBigDecimal(BigDecimal) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromBigInteger(BigInteger) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromBigInteger(BigInteger) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromBit(byte[], int, int) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromBit(byte[], int, int) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.AbstractNumericValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.BinaryStreamValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.OffsetTimeValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.StringValueFactory
-
Interpret the given byte array as a string.
- createFromBytes(byte[], int, int, Field) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
-
Interpret the given byte array as a string.
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromDate(InternalDate) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from InternalDate.
- createFromDate(InternalDate) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromDatetime(InternalTimestamp) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from time fields.
- createFromDatetime(InternalTimestamp) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromDouble(double) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromDouble(double) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromFields(Field[]) - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- createFromFields(Field[]) - Method in class com.mysql.cj.protocol.a.MergingColumnDefinitionFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.DoubleValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.FloatValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.IntegerValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.LongValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.ShortValueFactory
-
- createFromLong(long) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromLong(long) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.BinaryRowFactory
-
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- createFromMessage(NativePacketPayload) - Method in class com.mysql.cj.protocol.a.TextRowFactory
-
- createFromMessage(M) - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
Create ProtocolEntity of type T from protocol message.
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FetchDoneEntityFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FetchDoneMoreResultsFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.FieldFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.NoticeFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.OkFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.StatementExecuteOkFactory
-
- createFromMessage(XMessage) - Method in class com.mysql.cj.protocol.x.XProtocolRowFactory
-
- createFromNull() - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromNull() - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromNull() - Method in interface com.mysql.cj.result.ValueFactory
-
Create result value from intermediate null value.
- createFromNull() - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
-
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.protocol.a.ResultsetFactory
-
- createFromProtocolEntity(ProtocolEntity) - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
Create object from protocol entity.
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.DbDocFactory
-
- createFromProtocolEntity(ProtocolEntity) - Method in class com.mysql.cj.xdevapi.RowFactory
-
- createFromResultsetRows(int, int, ResultsetRows) - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
Build ResultSet from ResultsetRows
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromTime(InternalTime) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from InternalTime.
- createFromTime(InternalTime) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromTimestamp(InternalTimestamp) - Method in class com.mysql.cj.result.StringValueFactory
-
Create a string from time fields.
- createFromTimestamp(InternalTimestamp) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.AbstractDateTimeValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.AbstractNumericValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.BooleanValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.ByteValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- createFromYear(long) - Method in class com.mysql.cj.result.StringValueFactory
-
- createFromYear(long) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFunction(Statement, String, String) - Method in class testsuite.BaseTestCase
-
- createFunction(String, String) - Method in class testsuite.BaseTestCase
-
- createFunctionColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createGetBytesStatement() - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- createHandshakeResponsePacket(ServerSession, String, NativePacketPayload) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
- 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
-
- createIndex() - Method in class testsuite.x.devapi.CollectionTest
-
- 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
-
- createInitialHistogram(long[], long, long) - Method in class com.mysql.cj.log.BaseMetricsHolder
-
- 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.
- createParams - Variable in enum com.mysql.cj.MysqlType
-
- createPreparedStatementCaches() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- createProcedure(Statement, String, String) - Method in class testsuite.BaseTestCase
-
- createProcedure(String, String) - Method in class testsuite.BaseTestCase
-
- createProcedureColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- 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
-
- createResultSetUsingServerFetch(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- createRuntimeProperty() - Method in class com.mysql.cj.conf.BooleanPropertyDefinition
-
Creates instance of BooleanProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.EnumPropertyDefinition
-
Creates an instance of EnumProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.IntegerPropertyDefinition
-
Creates instance of IntegerProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.LongPropertyDefinition
-
Creates instance of LongProperty.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.MemorySizePropertyDefinition
-
Creates instance of ReadableMemorySizeProperty or ModifiableMemorySizeProperty depending on isRuntimeModifiable() result.
- createRuntimeProperty() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Creates instance of ReadableProperty or ModifiableProperty depending on isRuntimeModifiable() result.
- createRuntimeProperty() - Method in class com.mysql.cj.conf.StringPropertyDefinition
-
Creates instance of ReadableStringProperty or ModifiableStringProperty depending on isRuntimeModifiable() result.
- createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
- createSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Create and return a new schema with the name given by name.
- createSchema(String, boolean) - Method in interface com.mysql.cj.xdevapi.Session
-
Create and return a new schema with the name given by name.
- createSchema(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- createSchema(String, boolean) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- createSchemaObject(String, String, String) - Method in class testsuite.BaseTestCase
-
- createSchemaObject(Statement, String, String, String) - Method in class testsuite.BaseTestCase
-
- 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
-
- createSubcontext(Name) - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- createSubcontext(String) - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- createTable(Statement, String, String) - Method in class testsuite.BaseTestCase
-
- createTable(String, String) - Method in class testsuite.BaseTestCase
-
- createTable(Statement, String, String, String) - Method in class testsuite.BaseTestCase
-
- createTable(String, String, String) - Method in class testsuite.BaseTestCase
-
- createTables() - Method in class testsuite.regression.SubqueriesRegressionTest
-
- createTablesFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- createTempTestCollection(XProtocol) - Method in class testsuite.x.internal.InternalXBaseTestCase
-
Create a temporary collection for testing.
- createTestProtocol() - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- createTestSchema(XProtocol, String) - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- createTestSession() - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- createTestTable() - Method in class testsuite.simple.BlobTest
-
- createTestTable() - Method in class testsuite.simple.TraversalTest
-
- createTestTable() - Method in class testsuite.simple.UpdatabilityTest
-
- CreateThread() - Constructor for class testsuite.regression.StressRegressionTest.CreateThread
-
- CreateThread(StressRegressionTest.BusyThread) - Constructor for class testsuite.regression.StressRegressionTest.CreateThread
-
- CreateThread(int) - Constructor for class testsuite.regression.StressRegressionTest.CreateThread
-
- createUser(Statement, String, String) - Method in class testsuite.BaseTestCase
-
- createUser(String, String) - Method in class testsuite.BaseTestCase
-
- CreateView(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- CreateView() - Constructor for class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- createView(Statement, String, String) - Method in class testsuite.BaseTestCase
-
- createView(String, String) - Method in class testsuite.BaseTestCase
-
- createXid() - Method in class testsuite.simple.XATest
-
- createXid(Xid) - Method in class testsuite.simple.XATest
-
- creatorResultSet - Variable in class com.mysql.cj.jdbc.BlobFromLocator
-
The ResultSet that created this BLOB
- credentialId - Variable in class com.mysql.cj.callback.FidoAuthenticationCallback
-
- credentialsCallbackHandler - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- credentialsCallbackHandler - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
-
- criteria - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- criteria_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- criteria_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- criteria_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- criteria_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- criteria_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- criteria_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- 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
-
- criteriaBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- criteriaBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- criteriaBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- 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;
- ctx - Variable in class testsuite.regression.DataSourceRegressionTest
-
- ctx - Variable in class testsuite.simple.DataSourceTest
-
- CtxOperation(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- currDatabase - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- current - Variable in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- 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.FailoverConnectionProxy
-
- currentHostIndex - Variable in class com.mysql.cj.jdbc.ha.SequentialBalanceStrategy
-
- currentPacketLen - Variable in class com.mysql.cj.protocol.a.PacketSplitter
-
- currentPosition - Variable in class com.mysql.cj.protocol.ReadAheadInputStream
-
- currentPositionInBlob - Variable in class com.mysql.cj.jdbc.BlobFromLocator.LocatorInputStream
-
- currentPositionInEntireResult - Variable in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
Where we are positionaly in the entire result set, used mostly to
facilitate easy 'isBeforeFirst()' and 'isFirst()' methods.
- 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.
- currentResult - Variable in class com.mysql.cj.xdevapi.SqlMultiResult
-
- currentResultStreamer - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- 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
-
- currentTimeMillis() - Static method in class testsuite.BaseTestCase
-
Retrieve the current system time in milliseconds, using the nanosecond
time if possible.
- currentTokenTypeEquals(ExprParser.TokenType) - Method in class com.mysql.cj.xdevapi.ExprParser
-
Does the current token have type `t'?
- currentXAConnection - Variable in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- currentXAResource - Variable in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- currentXid - Variable in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- currPassword - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- currUser - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- 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
-
- cursorId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- cursorId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- cursorId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- cursorId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- cursorId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- cursorId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- customCharsetNameToCollationIndexByUrl - Static variable in class com.mysql.cj.NativeCharsetSettings
-
- customCharsetNameToJavaEncodingByUrl - Static variable in class com.mysql.cj.NativeCharsetSettings
-
- customCharsetNameToMblenByUrl - Static variable in class com.mysql.cj.NativeCharsetSettings
-
Actual mysql charset name to mblen map of user defined charsets for given server URLs.
- customCollationIndexToCharsetNameByUrl - Static variable in class com.mysql.cj.NativeCharsetSettings
-
Actual collation index to mysql charset name map of user defined charsets for given server URLs.
- customCollationIndexToCollationNameByUrl - Static variable in class com.mysql.cj.NativeCharsetSettings
-
- customCollationNameToCollationIndexByUrl - Static variable in class com.mysql.cj.NativeCharsetSettings
-
- customJavaEncodingUcToCharsetNameByUrl - Static variable in class com.mysql.cj.NativeCharsetSettings
-
- customMultibyteEncodingsByUrl - Static variable in class com.mysql.cj.NativeCharsetSettings
-
- gatherPerfMetrics - Variable in class com.mysql.cj.CoreSession
-
- gatherPerfMetrics - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- gatherPerfMetrics - Variable in class com.mysql.cj.ServerPreparedQuery
-
The "gatherPerfMetrics" connection property value
- GENERATED_DOCUMENT_IDS_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
..
- GENERATED_INSERT_ID_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
GENERATED_INSERT_ID = 3;
- generateDeleteRuleClause() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- generatedIds - Variable in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- generatedIds - Variable in class com.mysql.cj.protocol.x.StatementExecuteOkBuilder
-
- generatedKeyAlwaysReturned() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- generatedKeysResults - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- generateMultiStatementForBatch(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- generateOptionalRefContraintsJoin() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- generateParameterMap() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- generatePingResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- generateQueryCommentBlock(StringBuilder) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- generateRandomPrintableAsciiString(int) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
Generates a RFC 5802 safe nonce: "a sequence of random printable ASCII characters excluding ','"
- 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.
- generateUpdateRuleClause() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- GENERIC_HOST_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- 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(String) - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- 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() - Method in class com.mysql.cj.util.LazyString
-
- get(int) - Method in class testsuite.MockJndiContextFactory.MockJndiName
-
- get() - Method in class testsuite.x.internal.XProtocolAsyncTest.ValueHolder
-
- getAcceptedIssuers() - Method in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
-
- getActiveConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getActiveConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getActiveHostCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getActiveHostCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getActiveHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getActiveHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getActiveHostLists(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getActiveHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getActiveHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getActiveLogicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getActiveLogicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getActiveLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getActiveLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getActiveLogicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getActiveLogicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getActiveMasterHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getActiveMySQLConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getActiveMySQLConnection() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getActivePhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getActivePhysicalConnectionCount(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getActivePhysicalConnectionCount() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getActivePhysicalConnectionCount(String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getActivePhysicalConnectionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getActiveReplicaHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getActiveReplicaHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getActiveSlaveHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getActiveSourceHostCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getActiveSourceHostCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getActiveStatementCount() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getActiveStatementCount() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the number of statements active on this connection, which
haven't been .close()d.
- getAddress(boolean) - Method in class testsuite.BaseTestCase.MockConnectionConfiguration
-
- getAddress() - Method in class testsuite.BaseTestCase.MockConnectionConfiguration
-
- getAffectedItemsCount() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- getAffectedItemsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the count of affected items from manipulation statements.
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getAffectedItemsCount() - Method in class com.mysql.cj.xdevapi.UpdateResult
-
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines how MySQL Server processes the view
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines how MySQL Server processes the view
- getAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines how MySQL Server processes the view
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defined how MySQL Server processes the view
- getAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defined how MySQL Server processes the view
- getAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defined how MySQL Server processes the view
- getAlgorithmIdentifier() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's identifier.
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- getAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- getAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional alias.
- getAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional alias.
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- getAliasBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- getAliasBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional alias.
- getAliasBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional alias.
- getAll() - Method in class testsuite.MockJndiContextFactory.MockJndiName
-
- 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.
- getAllowedCiphers(PropertySet, List<String>) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- getAllowedProtocols(PropertySet, ServerVersion, String[]) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- getAlternateDnsSrvType() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getAndResetConnectionsCounter() - Method in class testsuite.x.devapi.SessionFailoverTest.ConnectionsCounterFakeServer
-
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgs(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgs(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArgs() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get binding arguments.
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsCount() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgsCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArgsFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getArgsFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getArgsFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getArgsFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getArgsFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getArgsFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgsList() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgsOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
values for parameters used in row expressions
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
values for parameters used in row expressions
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
values for parameters used in filter expression
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
Arguments to bind to the prepared statement
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
Arguments to bind to the prepared statement
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- getArgsOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
values for wildcard replacements
- getArgsOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
values for wildcard replacements
- getArray(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getArray(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getArray(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getArray(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getArray(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getArray(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getArray(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getArray(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- getArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- getArrayFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- getArrayIndexMap(List<String>) - Method in class com.mysql.cj.jdbc.ha.RandomBalanceStrategy
-
- 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
-
- getAsDriverPropertyInfo(RuntimeProperty<?>) - Method in class com.mysql.cj.jdbc.JdbcPropertySetImpl
-
- getAttributes(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getAttributeValue(int) - Method in class com.mysql.cj.NativeQueryAttributesBindings
-
- getAttributeValue(int) - Method in interface com.mysql.cj.QueryAttributesBindings
-
Returns an internal representation of the query attribute in the given position of the query attributes list.
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
authentication data
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
authentication data
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication data
- getAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication data
- getAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication data
- getAuthenticationMechanisms() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getAuthenticationPlugin(String) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Get an authentication plugin instance from the authentication plugins map by pluginName key.
- getAuthenticationProvider() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getAuthenticationProvider() - Method in interface com.mysql.cj.protocol.Protocol
-
- getAuthenticatorData() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Authenticator Data produced by the authenticator interaction.
- getAuthority() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the authority section.
- getAuthPluginDataLength() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getAutoCommit() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getAutoIncrementIncrement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getAutoIncrementIncrement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the -session- value of 'auto_increment_increment' from the server if it exists,
or '1' if not.
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.InsertResult
-
Get the auto-increment value if one was generated from a row insert statement.
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.InsertResultImpl
-
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.SqlResult
-
- getAutoIncrementValue() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getBatchCommandIndex() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getBatchCommandIndex() - Method in interface com.mysql.cj.PreparedQuery
-
- getBatchedArgs() - Method in class com.mysql.cj.AbstractQuery
-
- getBatchedArgs() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getBatchedArgs() - Method in interface com.mysql.cj.Query
-
Get the batched args as added by the addBatch method(s).
- getBatchedGeneratedKeys(Statement) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getBatchedGeneratedKeys(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
Deprecated.
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
Deprecated.
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBigDecimal(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBigDecimal(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBigDecimal(int, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getBigDecimal(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBigDecimal(String, int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Deprecated.
- getBigDecimal() - Method in class com.mysql.cj.xdevapi.JsonNumber
-
Get number as BigDecimal.
- getBigDecimal(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a decimal value.
- getBigDecimal(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
- getBigDecimal(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getBigDecimal(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getBigInteger(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBigInteger(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBigInteger(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBigInteger(int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- getBigInteger(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getBinaryData() - Method in class com.mysql.cj.jdbc.Blob
-
- getBinaryEncodedLength(int) - Static method in class com.mysql.cj.protocol.a.NativeUtils
-
Get the length of a binary-encoded value of the given type.
- getBinaryLength() - Method in interface com.mysql.cj.BindValue
-
Gets the length of this bind value in the binary protocol representation.
- getBinaryLength() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getBinaryLength(BindValue) - Method in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- getBinaryLength(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getBinaryStream() - Method in class com.mysql.cj.jdbc.Blob
-
- getBinaryStream(long, long) - Method in class com.mysql.cj.jdbc.Blob
-
- getBinaryStream() - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- getBinaryStream(long, long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- getBinaryStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getBinaryStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBinaryStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBinaryStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBinaryStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBinding(int, boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Returns the structure representing the value that (can be)/(is)
bound at the given parameter index.
- getBinding(int, boolean) - Method in class com.mysql.cj.NativeQueryBindings
-
Returns the structure representing the value that (can be)/(is)
bound at the given parameter index.
- getBinding(int, boolean) - Method in interface com.mysql.cj.QueryBindings
-
- getBindValues() - Method in class com.mysql.cj.NativeQueryBindings
-
- getBindValues() - Method in interface com.mysql.cj.QueryBindings
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBlob(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBlob(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBlob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBlob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBlob(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBoolean(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBoolean(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBoolean(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBoolean(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBoolean(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBoolean(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBoolean(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBoolean(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBoolean(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a boolean value.
- getBoolean(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
- getBoolean(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getBoolean(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getBooleanAllowableValues() - Static method in class com.mysql.cj.conf.BooleanPropertyDefinition
-
- getBooleanProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getBooleanProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getBooleanProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getBooleanProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getBooleanRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getBoundBeforeExecutionNum() - Method in interface com.mysql.cj.BindValue
-
- getBoundBeforeExecutionNum() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getBranchQualifier() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- getBuffer() - Method in class com.mysql.cj.protocol.a.NativePacketHeader
-
- getBuffer() - Method in interface com.mysql.cj.protocol.MessageHeader
-
- getBuffer() - Method in class com.mysql.cj.protocol.x.XMessageHeader
-
- getBuffer() - Static method in class testsuite.BufferingLogger
-
- 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
-
- getByteArrayString(byte[]) - Method in class testsuite.simple.CharsetTest
-
- getByteBuffer() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- getByteBuffer() - Method in interface com.mysql.cj.protocol.Message
-
Returns the array of bytes this Buffer is using to read from.
- getByteBuffer() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getBytes(long, int) - Method in class com.mysql.cj.jdbc.Blob
-
- getBytes(long, int) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- getBytes(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBytes(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getBytes(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBytes(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getBytes(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBytes(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBytes(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBytes(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.BlobValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.ByteArrayValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.ClobValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.InputStreamValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.NullValueEncoder
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.ReaderValueEncoder
-
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
- getBytes(int) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
- getBytes(BindValue) - Method in class com.mysql.cj.protocol.a.StringValueEncoder
-
- getBytes(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getBytes(int) - Method in interface com.mysql.cj.result.Row
-
Returns the value at the given column as a byte array.
- getBytes(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string using the given encoding.
- getBytes(char[]) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the default/platform encoding.
- getBytes(char[], String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the given encoding.
- getBytes(char[], int, int) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(char[], int, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the given encoding.
- getBytes(String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(String, int, int) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(String, int, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytesInternal(PreparedStatement, long, int) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- getBytesNullTerminated(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytesRepresentation(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getBytesRepresentation(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getBytesRepresentation(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getBytesRepresentation(int) - Method in class com.mysql.cj.NativeQueryBindings
-
- getBytesRepresentation(int) - Method in interface com.mysql.cj.QueryBindings
-
- getBytesRepresentationForBatch(int, int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
Get bytes representation for a parameter in a statement batch.
- getBytesWrapped(String, char, char, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string properly wrapped between the given char delimiters using the given encoding.
- getByteValue() - Method in interface com.mysql.cj.BindValue
-
- getByteValue() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getCachedMetaData(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getCachedMetaData(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
- getCalendar() - Method in interface com.mysql.cj.BindValue
-
- getCalendar() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getCallStmtParameterTypes(String, String, DatabaseMetaData.ProcedureType, String, List<Row>, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- 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
-
- getCanonicalDate(String) - Static method in class com.mysql.cj.util.TimeUtil
-
- getCanonicalDateTime(String) - Static method in class com.mysql.cj.util.TimeUtil
-
- getCanonicalTime(String) - Static method in class com.mysql.cj.util.TimeUtil
-
- 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;
- getCapabilitiesFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getCapabilitiesFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities 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
-
- getCascadeDeleteOption(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Parses the cascade option string and returns the DBMD constant that
represents it (for deletes)
Please note that in MySQL, NO ACTION is the equivalent to RESTRICT.
- getCascadeUpdateOption(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Parses the cascade option string and returns the DBMD constant that
represents it (for Updates).
- getCatalog() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getCatalog() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getCatalog() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- getCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- getCatalog() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- getCatalogName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getCatalogs() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCatalogs() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getCatalogSeparator() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCatalogTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCategory() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getCategory() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property category.
- getCaughtWhileCancelling() - Method in interface com.mysql.cj.CancelQueryTask
-
- getCaughtWhileCancelling() - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- getCcAlias() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property camel-case alias.
- getCcAlias() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the camel-case alias key name of this enum element.
- getChannel() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getChannel() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getChannel() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getChar() - Method in class com.mysql.cj.util.StringInspector
-
Returns the character in the current position.
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getCharacterSetMetadata() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getCharacterSetMetadata() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getCharacterSetName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get character set name for the column value.
- getCharacterSetName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getCharacterSetsAndCollations() - Method in class testsuite.simple.CharsetTest
-
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getCharacterStream() - Method in class com.mysql.cj.jdbc.Clob
-
- getCharacterStream(long, long) - Method in class com.mysql.cj.jdbc.Clob
-
- getCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getCharacterStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getCharsetSettings() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getCharsetSettings() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getCharsetSettings() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
limits the write operations done on a VIEW
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
limits the write operations done on a VIEW
- getCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
limits the write operations done on a VIEW
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
limits the write operations done on a VIEW
- getCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
limits the write operations done on a VIEW
- getCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
limits the write operations done on a VIEW
- getClassName() - Method in enum com.mysql.cj.MysqlType
-
- getClient(String, String) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client object which provides a Session pooling functionality.
- getClient(String, Properties) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client object that provides a Session pooling functionality.
- getClientInfo(Connection) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Returns the client info for the connection that this provider
instance belongs to.
- getClientInfo(Connection, String) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Returns the client info for the connection that this provider
instance belongs to.
- getClientInfo(Connection) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- getClientInfo(Connection, String) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- getClientInfo(Connection) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- getClientInfo(Connection, String) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getClientInfo() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getClientInfo() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getClientInfo() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getClientInfo(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getClientInfo(Connection) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug98445ClientInfoProvider
-
- getClientInfo(Connection, String) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug98445ClientInfoProvider
-
- getClientInfoBulkSp - Variable in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- 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
-
- getClientInfoSp - Variable in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- 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
-
error code
- getCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
error code
- getCode() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
error code
- getCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning code
- getCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning code
- getCode() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning code
- getCode() - Method in class com.mysql.cj.xdevapi.WarningImpl
-
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
optional uint64 collation = 2;
- getCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
optional uint64 collation = 2;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- getCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint64 collation = 8;
- getCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint64 collation = 8;
- getCollationIndex() - Method in class com.mysql.cj.result.Field
-
- getCollationIndexForCollationName(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationIndexForCollationName(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCollationIndexForJavaEncoding(String, ServerVersion) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationIndexForJavaEncoding(String, ServerVersion) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCollationIndexForMysqlCharsetName(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationIndexForMysqlCharsetName(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCollationName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get collation name for the column value.
- getCollationName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getCollationNameForCollationIndex(Integer) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationNameForCollationIndex(Integer) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
name of the VIEW object, which should be created
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
name of the VIEW object, which should be created
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
collection to change
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
collection to change
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
name of the VIEW object, which should be deleted
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
name of the VIEW object, which should be deleted
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
collection in which to find
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
collection in which to find
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
collection to insert into
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
collection to insert into
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
name of the VIEW object, which should be modified
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
name of the VIEW object, which should be modified
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- getCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
collection to change
- getCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
collection to change
- getCollection() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getCollection() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Collection object.
- getCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection.
- getCollection(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection hinting that an exception should be thrown if the collection is not known to the server.
- getCollection(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getCollection(String, boolean) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getCollectionAsTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection using the table API.
- getCollectionAsTable(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- getCollectionBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- getCollectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- getCollectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- getCollectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- getCollectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- getCollectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- getCollectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- getCollectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
name of the VIEW object, which should be created
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
name of the VIEW object, which should be created
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
collection to change
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
collection to change
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
name of the VIEW object, which should be deleted
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
name of the VIEW object, which should be deleted
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
collection in which to find
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
collection in which to find
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
collection to insert into
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
collection to insert into
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
name of the VIEW object, which should be modified
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
name of the VIEW object, which should be modified
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- getCollectionOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
collection to change
- getCollectionOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
collection to change
- getCollections() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema.
- getCollections(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema and matching the given pattern.
- getCollections() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getCollections(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the list of aliases for column names specified in `stmt`
- getColumn(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the list of aliases for column names specified in `stmt`
- getColumnBytes(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCharacterEncoding(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
What's the Java character encoding name for the given column?
- getColumnCharacterSet(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
What's the MySQL character set name for the given column?
- getColumnClassName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnCount() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnCount() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnCount() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Count of columns.
- getColumnCount() - Method in class com.mysql.cj.xdevapi.RowResultImpl
-
- getColumnCount() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getColumnCount() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getColumnDefinition() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getColumnDefinition() - Method in interface com.mysql.cj.protocol.Resultset
-
- getColumnDefinitionFromCache() - Method in class com.mysql.cj.protocol.a.ColumnDefinitionFactory
-
- getColumnDisplaySize(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnLabel(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnLabel() - Method in class com.mysql.cj.result.Field
-
- getColumnLabel() - Method in interface com.mysql.cj.xdevapi.Column
-
Get alias of this column.
- getColumnLabel() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getColumnLabelToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getColumnLabelToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the list of aliases for column names specified in `stmt`
- getColumnList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the list of aliases for column names specified in `stmt`
- getColumnName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getColumnName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get name of this column.
- getColumnName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getColumnNames() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Names of columns.
- getColumnNames() - Method in class com.mysql.cj.xdevapi.RowResultImpl
-
- getColumnNames() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getColumnNames() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getColumnNameToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getColumnPrivileges(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getColumnPrivileges(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getColumnPrivilegesFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getColumns() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Metadata.
- getColumns() - Method in class com.mysql.cj.xdevapi.RowResultImpl
-
- getColumns() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getColumns() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- getColumnsToIndexMapForTableAndDB(String, String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- 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
-
- getCommandBuilder() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getCommandBuilder() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getCommandCount() - Method in class com.mysql.cj.NativeSession
-
- getCommandCount() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getCommandLine() - Method in class com.mysql.cj.admin.ServerController
-
Returns the full commandline used to start the mysql server, including
and arguments to be passed to the server process.
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- getCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- getCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- getCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- getCompression() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getCompressionExtensions(String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Parses and validates the value given for the connection option 'xdevapi.compression-extensions'.
- 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;
- getCondFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- 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;
- getConfidenceLookup() - Method in class testsuite.perf.BasePerfTest
-
- getConnection() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- 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.
- getConnectionAttributesMap(String) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
- getConnectionAttributesMap(String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getConnectionCount() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getConnectionCountWithHostAsMaster(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getConnectionCountWithHostAsMaster(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getConnectionCountWithHostAsReplica(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getConnectionCountWithHostAsReplica(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionCountWithHostAsSlave(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getConnectionCountWithHostAsSlave(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getConnectionCountWithHostAsSource(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getConnectionCountWithHostAsSource(String, String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionCreationTimeMillis() - Method in class com.mysql.cj.NativeSession
-
- getConnectionGroup(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getConnectionGroup(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionGroupId() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getConnectionGroupId() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getConnectionGroupId() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getConnectionGroupInstance(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getConnectionGroupInstance(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getConnectionGroupProxyID() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getConnectionId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated connection (-1 for none).
- getConnectionId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- 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
-
- getConnectionUrl() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- 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.
- getConnectionWithProps(String) - Method in class testsuite.BaseTestCase
-
- getConnectionWithProps(String, String) - Method in class testsuite.BaseTestCase
-
- getConnectionWithProps(Properties) - Method in class testsuite.BaseTestCase
-
Returns a new connection with the given properties
- getConnectionWithProps(String, Properties) - Method in class testsuite.BaseTestCase
-
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
optional uint32 content_type = 2;
- getContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
optional uint32 content_type = 2;
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- getContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- getContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- getContextForWithStatement(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Returns the context of the WITH statement.
- getCoreParameterIndex(int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getCount() - Method in class com.mysql.cj.NativeQueryAttributesBindings
-
- getCount() - Method in interface com.mysql.cj.QueryAttributesBindings
-
Get the count of query attributes in the list.
- getCreateParams() - Method in enum com.mysql.cj.MysqlType
-
- getCredentialId() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Credential ID for the coming authenticator interaction.
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
filter expression to match rows that the operations will apply on
- getCriteria() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get the search criteria.
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- getCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- getCriteriaFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
filter expression to match rows that the operations will apply on
- getCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
filter expression to match rows that the operations will apply on
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getCurrentActiveHost() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getCurrentConfidence() - Method in class testsuite.perf.BasePerfTest
-
Returns the current confidence level.
- 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
-
- getCurrentResult() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.cj.NativeSession
-
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getCurrentTimeNanosOrMillis() - Static method in class com.mysql.cj.util.TimeUtil
-
- getCurrentTransactionDuration() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
client-side assigned cursor ID; must be allocated/open
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
client-side assigned cursor ID; must be allocated/open
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
-
client-side assigned cursor ID; must be allocated/open
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
client-side assigned cursor ID; must be already open
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
client-side assigned cursor ID; must be already open
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
client-side assigned cursor ID; must be already open
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- getCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- getCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- getCursorName() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDatabase() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the database from this connection URL.
- getDatabase() - Method in class com.mysql.cj.conf.HostInfo
-
Shortcut to the database connection argument.
- getDatabase() - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
Returns the database part for the current position.
- getDatabase() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getDatabase() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getDatabase(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabase() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getDatabase() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Retrieves this connection object's current database name.
- getDatabase() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the database the event occurred on.
- getDatabase() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getDatabaseIterator(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabaseMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabaseName() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Gets the name of the database
- getDatabaseName() - Method in class com.mysql.cj.result.Field
-
- getDatabaseProductName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabaseProductVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDatabases() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Retrieves the database names available on this server.
- getDatabases(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Retrieves the database names matching the dbPattern available on this server.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original database URL that produced this connection string.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the original database URL that produced this connection string parser.
- getDatabaseUrl() - Method in interface com.mysql.cj.conf.DatabaseUrlContainer
-
Returns the original database URL that produced this connection string.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the original database URL that produced this host info.
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
data model that the operations refer to
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
data model that the operations refer to
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
data model that the operations refer to
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
data model that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
datamodel that the operations refer to
- getDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
datamodel that the operations refer to
- getDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
datamodel that the operations refer to
- getDataSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getDataStoreMetadata() - Method in class com.mysql.cj.CoreSession
-
- getDataStoreMetadata() - Method in interface com.mysql.cj.Session
-
- getDate(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDate(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDate(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDate(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDate(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getDate(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getDate(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDate(int, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDate(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDate(String, Calendar) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDate(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getDate(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a Date value.
- getDate(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getDate(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDate(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDay() - Method in class com.mysql.cj.protocol.InternalDate
-
- getDbDoc(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a DbDoc value.
- getDbDoc(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
- getDbDoc(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDbDoc(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDecimals() - Method in class com.mysql.cj.result.Field
-
- getDefaultHost() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default host.
- getDefaultHost() - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
-
- getDefaultHost() - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
- getDefaultHost() - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
- getDefaultHost() - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getDefaultInstance() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- getDefaultInstanceForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getDefaultInstances() - Static method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Returns a list of the compression algorithms supported natively.
- getDefaultPassword() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default password.
- getDefaultPort() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default port.
- getDefaultPort() - Method in class com.mysql.cj.conf.url.FailoverDnsSrvConnectionUrl
-
- getDefaultPort() - Method in class com.mysql.cj.conf.url.LoadBalanceDnsSrvConnectionUrl
-
- getDefaultPort() - Method in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
- getDefaultPort() - Method in class com.mysql.cj.conf.url.XDevApiConnectionUrl
-
- getDefaultPort() - Method in class com.mysql.cj.conf.url.XDevApiDnsSrvConnectionUrl
-
- getDefaultSchema() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the default schema name, which might have been configured at the time of connection.
- getDefaultSchema() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getDefaultSchemaName() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the default schema name, which might have been configured at the time of connection.
- getDefaultSchemaName() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getDefaultTimeZone() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getDefaultTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
-
The default time zone used to marshal date/time values to/from the server.
- getDefaultTimeZone() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getDefaultTransactionIsolation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDefaultUser() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default user.
- getDefaultValue() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getDefaultValue() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the default value.
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefinerBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
user name of the definer, if the value isn't set then the definer
is current user
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefinerBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
user name of the definer,
if the value isn't set then the definer is current user
- getDefinerBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
user name of the definer,
if the value isn't set then the definer is current user
- getDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDelete() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDeleteOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- getDescription() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getDescription() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property description.
- getDescription() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxConnection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getDescriptor() - Static method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- getDescriptor() - Static method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getDescriptorForType() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getDescriptorForType() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- getDescriptorForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- getDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDirection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- getDnsSrvPropertyKey() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getDocFormats() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPath(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPath(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPathCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDocumentPathFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- getDocumentPathFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPathList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPathOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- getDocumentPathOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
document path
- getDocumentPathOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
document path
- getDouble(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDouble(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getDouble(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDouble(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getDouble(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getDouble(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getDouble(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDouble(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getDouble(byte[], int, int) - Static method in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- getDouble(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a double value.
- getDouble(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a double value.
- getDouble(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDouble(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getDriverMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDriverVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getDurationString(Duration) - Static method in class com.mysql.cj.util.TimeUtil
-
- getDurationUnits() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the units for getEventDuration()
- getDurationUnits() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEncodedHostFromTestsuiteUrl() - Method in class testsuite.BaseTestCase
-
- getEncodedHostPortPairFromTestsuiteUrl() - Method in class testsuite.BaseTestCase
-
- getEncodedTestHost() - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- getEncoding() - Method in class com.mysql.cj.result.Field
-
Returns the Java encoding for this field.
- getEnumProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getEnumProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getEnumProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getEnumProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getEnumRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getEnvironment() - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- getErrorCode() - Method in exception com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
-
- getErrorCode() - Method in exception com.mysql.cj.protocol.x.XProtocolError
-
- getErrorMessageEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getErrorMessageEncoding() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getEventCreationPointAsString() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the description of where the event was created.
- getEventCreationPointAsString() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventCreationTime() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the time (in System.currentTimeMillis() form) when this event was created.
- getEventCreationTime() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventDuration() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the duration of the event in milliseconds
- getEventDuration() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getEventType() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the event type
- getEventType() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- 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.a.SimplePacketReaderTest.MockSocketConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.Protocol
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getExceptionInterceptor() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.Session
-
- getExecuteTime() - Method in class com.mysql.cj.AbstractQuery
-
- getExecuteTime() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getExecuteTime() - Method in interface com.mysql.cj.Query
-
Returns the elapsed time for the server to execute the query.
- getExistentCollectionWithRequireExistsShouldNotThrow() - Method in class testsuite.x.devapi.CollectionTest
-
- 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
- getExprFieldBuilder() - 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.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
-
- getFailoverConnection() - Method in class testsuite.BaseTestCase
-
- getFailoverConnection(Properties) - Method in class testsuite.BaseTestCase
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getFetchDirection() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
number of rows that should be retrieved from sequential cursor
- getFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
number of rows that should be retrieved from sequential cursor
- getFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getFetchSize() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getFetchSize() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getField() - Method in interface com.mysql.cj.BindValue
-
- getField(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
Returns the field instance for the given column index
- getField() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getField(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getField(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getField() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get the full document path to the document member or field to be indexed.
- getFieldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getFieldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getFieldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getFieldFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- getFieldList() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
repeated bytes field = 1;
- getFieldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.RowOrBuilder
-
repeated bytes field = 1;
- getFieldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFieldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRowOrBuilder
-
repeated .Mysqlx.Expr.Expr field = 1;
- getFields() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getFields() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getFields() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getFields() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index fields.
- getFields() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Projection objects.
- getFieldType() - Method in interface com.mysql.cj.BindValue
-
- getFieldType() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getFileStream(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- 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;
- getFindFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- getFindOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- getFirstCharOfQuery() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFirstCharOfQuery() - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Returns the first character of the query that was issued to create this
result set, upper-cased.
- getFirstStmtChar() - Method in class com.mysql.cj.QueryInfo
-
Returns the first character of the statement from the query used to build this
QueryInfo.
- getFlags() - Method in class com.mysql.cj.result.Field
-
- getFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- getFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- getFlags() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFld(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFld(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFldCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFldFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- getFldFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFldList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFldOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ObjectOrBuilder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- getFldOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
list of fields
- getFldOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ObjectOrBuilder
-
list of fields
- getFloat(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getFloat(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getFloat(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getFloat(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getFloat(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getFloat(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getFloat(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getFloat(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getForceClosedReason() - Method in class com.mysql.cj.NativeSession
-
- getForeignKeyActions(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Returns the DELETE and UPDATE foreign key actions from the given 'SHOW
TABLE STATUS' string, with the DELETE action being the first item in the
array, and the UPDATE action being the second.
- getFormatId() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- getFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
displayed factional decimal digits for floating point and
fixed point numbers
- getFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
displayed factional decimal digits for floating point and
fixed point numbers
- getFractionalDigits() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
displayed factional decimal digits for floating point and
fixed point numbers
- getFractionalDigits() - Method in interface com.mysql.cj.xdevapi.Column
-
Get number of fractional digits in this column's value.
- getFractionalDigits() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getFullColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getFullColumnNameToIndex() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- getFullErrorDescription(Mysqlx.Error) - Static method in exception com.mysql.cj.protocol.x.XProtocolError
-
Format the error message's contents into a complete error description for the exception.
- getFullExecutablePath() - Method in class com.mysql.cj.admin.ServerController
-
Returns the fully-qualifed path to the 'mysqld' executable
- 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;
- getFunctionCallFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionCallOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getFunctionConstant(DatabaseMetaDataUsingInfoSchema.FunctionConstant) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
Getter to DatabaseMetaData.function* constants.
- getFunctions(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getFunctions(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getFunctionsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getGeneratedIds() - Method in class com.mysql.cj.protocol.x.StatementExecuteOk
-
- getGeneratedIds() - Method in interface com.mysql.cj.xdevapi.AddResult
-
Get a list of document ids generated in the server for the documents added by collection.add().
- getGeneratedIds() - Method in class com.mysql.cj.xdevapi.AddResultImpl
-
- getGeneratedKeys() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGeneratedKeys() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getGeneratedKeysInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGeneratedKeysInternal(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getGlobalBlacklist() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Deprecated.
- getGlobalBlocklist() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Returns a local hosts blocklist, while cleaning up expired records from the global blocklist, or a blocklist with the hosts to be removed.
- getGlobalTransactionId() - Method in class com.mysql.cj.jdbc.MysqlXid
-
- getGrouping(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGrouping(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGrouping(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGrouping() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getGrouping() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for groupBy.
- getGroupingBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGroupingCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- getGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria for aggregated groups
- getGroupingCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria for aggregated groups
- getGroupingCriteria() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getGroupingCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for grouping criteria.
- getGroupingCriteriaBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- getGroupingCriteriaFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- getGroupingCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- getGroupingCriteriaOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria for aggregated groups
- getGroupingCriteriaOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria for aggregated groups
- getGroupingFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getGroupingList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGroupingList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
column expression list for aggregation (GROUP BY)
- getGroupingOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
column expression list for aggregation (GROUP BY)
- getGroupName() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getGroupName() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getGroupsMatching(String) - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getGroupsMatching(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getHighestCommonTlsVersion(Session) - Method in class testsuite.x.devapi.SecureSessionTest
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getHoldability() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getHoldability() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getHoldability() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getHost() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the host.
- getHost() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getHost() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getHost() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getHost() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getHost() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- 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
- getHostConnectedStatus(String) - Static method in class testsuite.UnreliableSocketFactory
-
- getHostFailedStatus(String) - Static method in class testsuite.UnreliableSocketFactory
-
- getHostFreePropertiesFromTestsuiteUrl() - Method in class testsuite.BaseTestCase
-
- getHostFreePropertiesFromTestsuiteUrl(Properties) - Method in class testsuite.BaseTestCase
-
- getHostFromLastConnection() - Static method in class testsuite.UnreliableSocketFactory
-
- getHostFromPastConnection(int) - Static method in class testsuite.UnreliableSocketFactory
-
- getHostFromTestsuiteUrl() - Method in class testsuite.BaseTestCase
-
- getHostInfo(int) - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
Returns the host info part for the current position and the given host.
- 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.
- getHostParamsCount(int) - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
Returns the number of host specific parameters existing in the current position and the given host.
- 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
-
- getHostPortPair() - Method in class testsuite.BaseTestCase.MockConnectionConfiguration
-
- getHostPortPair() - Method in class testsuite.x.devapi.SessionFailoverTest.ConnectionsCounterFakeServer
-
- 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.
- getHostsCount() - Method in enum com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator.UrlMode
-
- getHostsFromAllConnections() - Static method in class testsuite.UnreliableSocketFactory
-
- getHostsFromLastConnections(int) - Static method in class testsuite.UnreliableSocketFactory
-
- 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.
- getHostUnknownStatus(String) - Static method in class testsuite.UnreliableSocketFactory
-
- getHours() - Method in class com.mysql.cj.protocol.InternalTime
-
- getHours() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getIanaMechanismName() - Method in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- getIanaMechanismName() - Method in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- getIanaMechanismName() - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
Returns the real IANA-registered mechanism name of this SASL client.
- 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;
- getIdentifierFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- getIdentifierQuoteString() - Method in class com.mysql.cj.CoreSession
-
- getIdentifierQuoteString() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getIdentifierQuoteString() - Method in class com.mysql.cj.NativeSession
-
- getIdentifierQuoteString() - Method in interface com.mysql.cj.Session
-
- getIdleFor() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
NOT JDBC-Compliant, but clients can use this method to determine how long
this connection has been idle.
- getIdleFor() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getIdleFor() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getIdleFor() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Reports how long this connection has been idle.
- getIdleFor() - Method in class com.mysql.cj.NativeSession
-
- getIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
if true then suppress error when deleted view does not exists
- getIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
if true then suppress error when deleted view does not exists
- getIfExists() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
if true then suppress error when deleted view does not exists
- getImplementedInterfaces(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Retrieves a list with all interfaces implemented by the given class.
- getImplementingClass() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getImplementingInstance(ConnectionUrlParser, Properties) - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Instantiates a class that implements this type of connection URLs with the given arguments.
- 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.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
used in case of ARRY_INDEX
- getIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
used in case of ARRY_INDEX
- getIndex() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
used in case of ARRY_INDEX
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getIndexName() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index name.
- getIndexType() - Method in class com.mysql.cj.xdevapi.CreateIndexParams
-
Get index type.
- getInetAddress() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getInetAddress() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getInetAddress() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getInfo() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getInitialContext(Hashtable<?, ?>) - Method in class testsuite.MockJndiContextFactory
-
- getInitialHandshakePacket() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getInitialHosts() - Method in class com.mysql.cj.jdbc.ConnectionGroup
-
- getInitializationErrorString() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
initial response
- getInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
initial response
- getInitialResponse() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
initial response
- getInitialValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- getInitialValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get initial value (default or defined in connection string/Properties)
- getInputStream() - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory.NamedPipeSocket
-
- getInputStream() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getInputStream() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getInputStream() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getInputStreamClassName() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's InputStream implementation class name 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;
- getInsertFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInsertOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- getInstance(Object, String, int, int) - Method in interface com.mysql.cj.CacheAdapterFactory
-
- getInstance(JdbcConnection, String, String, boolean) - Static method in class com.mysql.cj.jdbc.CallableStatement
-
Creates a callable statement instance
- getInstance(JdbcConnection, CallableStatement.CallableStatementParamInfo) - Static method in class com.mysql.cj.jdbc.CallableStatement
-
Creates a callable statement instance
- getInstance(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - Static method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getInstance(JdbcConnection, String, String) - Static method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a prepared statement instance
- getInstance(JdbcConnection, String, String, QueryInfo) - Static method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Creates a prepared statement instance
- getInstance(HostInfo) - Static method in class com.mysql.cj.jdbc.ConnectionImpl
-
Creates a connection instance.
- getInstance(MysqlPooledConnection, JdbcConnection, boolean) - Static method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getInstance(JdbcConnection, String, boolean, ResultSetFactory) - Static method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getInstance(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(Class<T>, String, Class<?>[], Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
Creates an instance of the specified class name through reflection using the given arguments, as long as the class implements the return type specified.
- getInstanceNumber() - Method in class testsuite.BaseTestCase
-
Returns the per-instance counter (for messages when multi-threading
stress tests)
- 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
-
- getIpv6List() - Static method in class testsuite.TestUtils
-
Get all IPv6 addresses defined in local network adapters.
- getIpv6List(String) - Static method in class testsuite.TestUtils
-
Get all IPv6 addresses of the given host.
- getJavaEncodingForCollationIndex(int) - Method in interface com.mysql.cj.CharsetSettings
-
- getJavaEncodingForCollationIndex(int) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getJavaEncodingForCollationIndex(Integer, String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getJavaEncodingForMysqlCharset(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getJavaEncodingForMysqlCharset(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getJavaEncodingForMysqlCharset(String, String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getJavaType() - Method in class com.mysql.cj.result.Field
-
- getJDBCMajorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getJDBCMinorVersion() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getJdbcType() - Method in enum com.mysql.cj.MysqlType
-
- getJVMUpdateNumber() - Static method in class com.mysql.cj.util.Util
-
- getJVMVersion() - Static method in class com.mysql.cj.util.Util
-
- getKeepAlive() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getKeepAlive() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getKeepAlive() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- getKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- getKeepOpen() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- getKey() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- getKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- getKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
identifier of field
- getKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
identifier of field
- getKey(Properties) - Method in class testsuite.simple.DateTimeTest
-
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- getKeyBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- getKeyBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
identifier of field
- getKeyBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
identifier of field
- getKeyName() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the key name of this enum element.
- getKeyName() - Method in enum com.mysql.cj.xdevapi.Client.ClientProperty
-
- getKeyStoreConf(PropertySet) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- 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
-
- getLength() - Method in class com.mysql.cj.result.Field
-
- getLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
maximum count of displayable characters of .type
- getLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
maximum count of displayable characters of .type
- getLength() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
maximum count of displayable characters of .type
- getLength() - Method in interface com.mysql.cj.xdevapi.Column
-
Get this column's length.
- getLength() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getLevel() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning level.
- getLevel() - Method in class com.mysql.cj.protocol.x.Notice.XWarning
-
- getLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
Note or Warning
- getLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
Note or Warning
- getLevel() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
Note or Warning
- getLevel() - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- getLevel() - Method in class com.mysql.cj.xdevapi.WarningImpl
-
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimit() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLimit() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get max number of rows to filter.
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitExprOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLimitOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- getLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteral() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- getLiteralFieldBuilder() - 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;
- getLoadBalancedConnection(int, String, Properties) - Method in class testsuite.BaseTestCase
-
- getLoadBalancedConnection() - Method in class testsuite.BaseTestCase
-
- getLoadBalancedConnection(Properties) - Method in class testsuite.BaseTestCase
-
- getLocalAddress() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getLocalAddress() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getLocalAddress() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- 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
-
- getLocalPort() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getLocalPort() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getLocalPort() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getLocalSocketAddress() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getLocalSocketAddress() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getLocalSocketAddress() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getLocalTime(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getLock() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLock() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- getLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
perform row locking on matches
- getLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
perform row locking on matches
- getLocking() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
perform row locking on matches
- getLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
additional options how to handle locked rows
- getLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
additional options how to handle locked rows
- getLockingOptions() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
additional options how to handle locked rows
- getLockOption() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getLockOption() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- getLog() - Method in class com.mysql.cj.CoreSession
-
- getLog() - Method in interface com.mysql.cj.Session
-
Returns the log mechanism that should be used to log information from/for this Session.
- getLogger(String, String) - Static method in class com.mysql.cj.log.LogFactory
-
Returns a logger instance of the given class, with the given instance
name.
- getLoginTimeout() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- 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
-
- getMajorVersionInternal() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
Gets the drivers major version number.
- getMarginOfError() - Method in class testsuite.perf.BasePerfTest
-
Returns the current margin of error.
- getMasterConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- getMasterConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- getMasterHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getMasterHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getMasterHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getMatchingJavaEncoding(String) - Method in class com.mysql.cj.MysqlCharset
-
If javaEncoding parameter value is one of available java encodings for this charset
then returns javaEncoding value as is.
- getMaxBinaryLiteralLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxBytesPerChar(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getMaxBytesPerChar(Integer, String) - Method in interface com.mysql.cj.CharsetSettings
-
- getMaxBytesPerChar(String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMaxCatalogNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxColumnsInTable() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxConnections() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxCursorNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxFieldSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getMaxFieldSize() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getMaxIndexLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxProcedureNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxRows() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getMaxRows() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getMaxRowSize() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxStatementLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxStatements() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxTableNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxTablesInSelect() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMaxUserNameLength() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMeanValue() - Method in class testsuite.perf.BasePerfTest
-
Returns the meanValue.
- getMechanismName() - Method in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- getMechanismName() - Method in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- getMechanismNames(Map<String, ?>) - Method in class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
- getMechName() - Method in enum com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin.AuthenticationMechanisms
-
- getMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- getMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication mechanism name
- getMechName() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication mechanism name
- getMechNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- getMechNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication mechanism name
- getMechNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication mechanism name
- getMemorySizeProperty(String) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getMemorySizeProperty(PropertyKey) - Method in class com.mysql.cj.conf.DefaultPropertySet
-
- getMemorySizeProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getMemorySizeProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getMemorySizeRuntimeProperty(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties getters added by instrumentation.
- getMessage() - Method in exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- getMessage() - Method in exception com.mysql.cj.exceptions.CJException
-
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
-
- getMessage() - Method in exception com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
-
- getMessage() - Method in exception com.mysql.cj.jdbc.MysqlXAException
-
- 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(boolean, boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMetaData() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMetaData() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMetaData() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- getMetadata() - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
-
- getMetadata() - Method in class com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
-
- getMetaData() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getMetadata() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getMetaData() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- getMetadata() - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- getMetadata() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
- getMetadataCollationIndex() - Method in interface com.mysql.cj.CharsetSettings
-
- getMetadataCollationIndex() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMetadataCollationIndex() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMetadataEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getMetadataEncoding() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getMetadataEncoding() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMetadataSafeStatement(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMetadataSafeStatement() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMetadataSafeStatement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMetricsHolder() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getMinor() - Method in class com.mysql.cj.ServerVersion
-
- getMinorVersion() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getMinorVersionInternal() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
Get the drivers minor version number.
- 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
-
human-readable error message
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
human-readable error message
- getMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
human-readable error message
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- getMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- getMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- getMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- getMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning message
- getMsg() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning message
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
human-readable error message
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
human-readable error message
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- getMsgBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning message
- getMsgBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning message
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMultiHostParentProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMultiHostParentProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getMultiHostSafeProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getMultiHostSafeProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMysqlCharsetForJavaEncoding(String, ServerVersion) - Method in interface com.mysql.cj.CharsetSettings
-
- getMysqlCharsetForJavaEncoding(String, ServerVersion) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMysqlCharsetNameForCollationIndex(Integer) - Method in interface com.mysql.cj.CharsetSettings
-
- getMysqlCharsetNameForCollationIndex(Integer) - Method in class com.mysql.cj.NativeCharsetSettings
-
- getMysqlInput() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.FixedBufferSocketConnection
-
- getMysqlInput() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- getMysqlInput() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlInput() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlOutput() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- getMysqlOutput() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlOutput() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlSocket() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- getMysqlSocket() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getMysqlSocket() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlType() - Method in interface com.mysql.cj.BindValue
-
- getMysqlType() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getMysqlType() - Method in class com.mysql.cj.result.Field
-
- getMysqlTypeId() - Method in class com.mysql.cj.result.Field
-
- getMysqlVariable(Connection, String) - Method in class testsuite.BaseTestCase
-
- getMysqlVariable(String) - Method in class testsuite.BaseTestCase
-
Returns the named MySQL variable from the currently connected server.
- getName() - Method in interface com.mysql.cj.BindValue
-
Gets the name of this query attribute.
- getName() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getName() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property name.
- getName() - Method in enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
- getName() - Method in enum com.mysql.cj.MysqlType
-
- getName() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getName() - Method in class com.mysql.cj.result.Field
-
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of column
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of column
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
identifier of function; at least name of it
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
identifier of function; at least name of it
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
name of operator
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
name of operator
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column
- getName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the column
- getName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the column
- getName() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getName() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the name of the database object represented by the Java object.
- getName() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getName() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- getNameBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of column
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of column
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- getNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
name of operator
- getNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
name of operator
- getNamedParamIndex(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNameFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- getNameInNamespace() - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- getNameOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- getNameOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
identifier of function; at least name of it
- getNameOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
identifier of function; at least name of it
- getNameParser(Name) - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- getNameParser(String) - Method in class testsuite.MockJndiContextFactory.MockJndiContext
-
- getNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- getNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
namespace of the statement to be executed
- getNamespace() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
namespace of the statement to be executed
- getNamespaceBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- getNamespaceBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
namespace of the statement to be executed
- getNamespaceBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
namespace of the statement to be executed
- getNanos() - Method in class com.mysql.cj.protocol.InternalTime
-
- getNanos() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNCharacterStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNCharacterStream(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNCharacterStream(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNClob(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNClob(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNClob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNClob(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNClob(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNClob(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNegotiatedProperty(String) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
- getNetworkResources() - Method in class com.mysql.cj.NativeSession
-
- getNetworkResources() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- getNetworkResources() - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- getNetworkResources() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getNetworkTimeout() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getNewConnection() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Use this if you need to get a new connection for your bug report (i.e.
- getNewConnection() - Method in class testsuite.BaseTestCase
-
- 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.
- getNewSocket() - Method in class testsuite.UnreliableSocketFactory
-
- getNewWrapperForThisAsConnection() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
Wraps this object with a new load balanced Connection instance.
- getNewWrapperForThisAsConnection() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Wraps this object with a new multi-host Connection instance.
- getNewWrapperForThisAsConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Wraps this object with a new replication Connection instance.
- getNext() - Method in enum com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
-
- getNextNonNoticeMessageType() - Method in class com.mysql.cj.protocol.x.SyncMessageReader
-
- getNextPacketFromServer() - Method in class com.mysql.cj.protocol.a.CompressedInputStream
-
Retrieves and un-compressed (if necessary) the next packet from the
server.
- getNextPacketIfRequired(int) - Method in class com.mysql.cj.protocol.a.CompressedInputStream
-
Determines if another packet needs to be read from the server to be able
to read numBytes from the stream.
- 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
-
- getNextValidByte(byte[], Base64Decoder.IntWrapper, int) - Static method in class com.mysql.cj.util.Base64Decoder
-
- getNoDbUrl(String) - Method in class testsuite.BaseTestCase
-
- getNodeType() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getNonExistentCollectionWithoutRequireExistsShouldNotThrow() - Method in class testsuite.x.devapi.CollectionTest
-
- getNonExistentCollectionWithRequireExistsShouldThrow() - Method in class testsuite.x.devapi.CollectionTest
-
- getNoopPacketSender() - Method in class com.mysql.cj.protocol.a.PacketSenderTestBase
-
Get a no-op packet sender that can be used when testing decorators.
- getNormalizedAlgorithmName(String) - Static method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Returns the normalized compression algorithm identifier.
- getNotices() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getNString(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNString(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getNString(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNString(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getNString(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNString(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getNString(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNString(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getNthFactorPassword(int) - Method in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
- 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.
- getNullLoadBalancedConnectionInstance() - Static method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getNumber() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getNumberOfExecutions() - Method in class com.mysql.cj.NativeQueryBindings
-
- getNumberOfExecutions() - Method in interface com.mysql.cj.QueryBindings
-
- getNumberOfMasterPromotion(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getNumberOfQueries() - Method in class com.mysql.cj.QueryInfo
-
Returns the number of queries identified in the original SQL string.
- getNumberOfReplicaPromotions() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getNumberOfReplicasAdded() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getNumberOfReplicasRemoved() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getNumberOfSlavePromotions() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSlavesAdded() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSlavesRemoved() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getNumberOfSourcePromotion(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getNumericFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObj() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObject(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getObject(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getObject(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getObject(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getObject(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(int, Class<T>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(String, Class<T>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- getObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- getObject() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- getObjectFieldBuilder() - 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
- getObjFieldBuilder() - 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.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getObjOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- getOffset() - Method in class com.mysql.cj.protocol.a.PacketSplitter
-
- getOffset() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to skip before applying the row_count
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
maximum rows to skip before applying the row_count
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- getOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to skip before applying the row_count
- getOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to skip before applying the row_count
- getOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
maximum rows to skip before applying the row_count
- getOffset() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get number of rows to skip before finding others.
- getOffsetBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- getOffsetFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- getOffsetOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- getOffsetOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to skip before applying the row_count
- getOffsetOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to skip before applying the row_count
- 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
-
- getOne() - Method in class testsuite.x.devapi.CollectionFindTest
-
- getOneofFieldDescriptor(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getOOBInline() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getOOBInline() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getOOBInline() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- getOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- getOpenResultSetCount() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the number of open result sets for this statement.
- getOpenResultSetCount() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperation(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
the type of operation to be performed
- getOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
the type of operation to be performed
- getOperation() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
the type of operation to be performed
- getOperation(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperationBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperationCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperationFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getOperationList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperationList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperationOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperationOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperationOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- getOperationOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
list of operations to be applied.
- getOperationOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
list of operations to be applied.
- getOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperator() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOperatorOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- getOptions() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get options for decoding GEOJSON data.
- getOrder() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getOrder() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property order.
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrder() - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- getOrder() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Order objects.
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrderCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrderFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- getOrderFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getOrderFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrderOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
sort-order in which the rows/document shall be returned in
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
specifies order of matched rows
- getOrderOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
specifies order of matched rows
- getOriginalName() - Method in class com.mysql.cj.result.Field
-
- getOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column before an alias was applied
- getOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the column before an alias was applied
- getOriginalName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the column before an alias was applied
- getOriginalProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original (common to all hosts) connection arguments as provided in the connection string query section.
- getOriginalSql() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getOriginalSql() - Method in interface com.mysql.cj.PreparedQuery
-
- getOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from before an alias was applied
- getOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the table the column originates from before an alias was applied
- getOriginalTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the table the column originates from before an alias was applied
- getOriginalTableName() - Method in class com.mysql.cj.result.Field
-
- getOSName() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
Standardizes OS name information to align with other drivers/clients for MySQL connection attributes.
- 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.
- getOutputStream() - Method in class com.mysql.cj.protocol.NamedPipeSocketFactory.NamedPipeSocket
-
- getOutputStream() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getOutputStream() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getOutputStream() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getOutputStreamClassName() - Method in class com.mysql.cj.protocol.x.CompressionAlgorithm
-
Gets this algorithm's OutputStream implementation class name that can be used to deflate data.
- getOutputStreamInstance(OutputStream) - Method in class com.mysql.cj.protocol.x.CompressorStreamsFactory
-
Creates an instance of an OutputStream that wraps around the given OutputStream and knows how to deflate data using the algorithm given
in this class' constructor.
- getOwner() - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- getOwner() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns the result set that 'owns' this RowData
- getOwnerFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwnerFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningQuery() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningQuery() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatement() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningStatementFetchSize() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningStatementFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatementMaxRows() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningStatementMaxRows() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatementServerId() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getOwningStatementServerId() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getPackageName(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Returns the package name of the given class.
- getPacketLen() - Method in class com.mysql.cj.protocol.a.PacketSplitter
-
- getPacketReader() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getPacketReceivedTimeHolder() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getPacketReceivedTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
-
- getPacketSender() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getPacketSentTimeHolder() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getPacketSentTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
-
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParam(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParam(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParam(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
parameter key
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
parameter key
- getParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
parameter key
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- getParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
name of the variable
- getParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
name of the variable
- getParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- getParamBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
name of the variable
- getParamBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
name of the variable
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParamCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParamCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParameter(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameter(String) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterBindings() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getParameterBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getParameterClassName(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterClassName(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterCount() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getParameterCount() - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterCount() - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterCount() - Method in interface com.mysql.cj.PreparedQuery
-
- getParameterFields() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getParameterIndexOffset() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getParameterIndexOffset() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
For calling stored functions, this will be -1 as Connector/J does not count
the first '?' parameter marker, but JDBC counts it * as 1, otherwise it will return 0
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- getParameterMetaData() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- getParameterMode(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterMode(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterType(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterType(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParameterTypeName(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getParameterTypeName(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getParamFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- getParamFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParamList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParamList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParamName() - Method in class com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
-
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParamOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParamOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
list of parameters
- getParamOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
list of parameters
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- getParamOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
list of parameters
- getParamOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
list of parameters
- getParams() - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
Returns the connection parameters part for the current position.
- getParamsCount() - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
Returns the number of connection parameters existing the the current position.
- getParamType() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- getParentLogger() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- getParentLogger() - Method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
- getParentProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Get this connection's parent proxy.
- getParserForType() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getParserForType() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getPassword() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the password.
- getPassword() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Get the password.
- getPassword(String, CallbackHandler) - Method in class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
Gets the password, which is provided by a CallbackHandler to be implemented by the requester of this service.
- getPasswordCharacterEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getPasswordCharacterEncoding() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getPath() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the path section.
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
required bytes payload = 4;
- getPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
required bytes payload = 4;
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the payload of the notification
- getPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
the payload of the notification
- getPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
the payload of the notification
- getPayloadLength() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Get the actual length of payload the buffer contains.
- getPlaceholderNameToPositionMap() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Get a mapping of parameter names to positions.
- getPlatform() - Static method in class com.mysql.cj.jdbc.NonRegisteringDriver
-
Standardizes platform information to align with other drivers/clients for MySQL connection attributes.
- 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.a.SimplePacketReaderTest.MockSocketConnection
-
- 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
-
- getPort(Properties) - Method in class testsuite.BaseTestCase
-
- getPort() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getPort() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getPort() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getPortFreeHostname(Properties) - Method in class testsuite.BaseTestCase
-
- getPortFromTestsuiteUrl() - Method in class testsuite.BaseTestCase
-
- getPortNumber() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the port number
- getPosition() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- getPosition() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- getPosition() - Method in interface com.mysql.cj.protocol.Message
-
Returns the current position to write to/ read from
- getPosition() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getPosition() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
-
- getPosition() - Method in class com.mysql.cj.result.BufferedRowList
-
- getPosition() - Method in interface com.mysql.cj.result.RowList
-
Returns the current position.
- getPosition() - Method in class com.mysql.cj.util.StringInspector
-
Returns the current position.
- getPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- getPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional uint32 position = 7;
- getPosition() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional uint32 position = 7;
- getPositionalPlaceholderCount() - Method in class com.mysql.cj.xdevapi.ExprParser
-
Return the number of positional placeholders in the expression.
- getPrecision(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getPrecision(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getPrecision(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getPrecision() - Method in enum com.mysql.cj.MysqlType
-
The PRECISION column represents the maximum column size that the server supports for the given datatype.
- getPrefix(int) - Method in class testsuite.MockJndiContextFactory.MockJndiName
-
- getPreparedSql() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getPreparedSql() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getPreparedStatementExecutionsCount(Session, int) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- getPreparedStatementId() - Method in class com.mysql.cj.xdevapi.PreparableStatement.PreparableStatementFinalizer
-
- getPreparedStatementId(PreparableStatement<?>) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- getPreparedStatementsCount() - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- getPreparedStatementsCount(int) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- getPreparedStatementsCount(Session) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- 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;
- getPrepareExecuteFieldBuilder() - 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
-
- getPrepDeallocateCount(Session) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- getPrepExecuteCount(Session) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- getPrepPrepareCount(Session) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- getPreviousPacketSentTime() - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
-
- getPreviousPacketSentTime() - Method in interface com.mysql.cj.protocol.PacketSentTimeHolder
-
Returns the send time of a previous packet.
- getPreviousPacketSentTime() - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- getPrimaryKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getPrimaryKeys(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getPrimaryKeysFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getPriority() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getProcedureColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcedureColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getProcedureOrFunctionColumns(Field[], String, String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcedureOrFunctionColumnType(boolean, boolean, boolean, boolean) - Static method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Determines the COLUMN_TYPE information based on parameter type (IN, OUT or INOUT) or function return parameter.
- getProcedures(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcedures(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getProceduresAndOrFunctions(Field[], String, String, String, boolean, boolean) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcedureTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getProcessHost() - Method in class com.mysql.cj.MysqlxSession
-
- getProcessHost() - Method in class com.mysql.cj.NativeSession
-
- getProcessHost() - Method in interface com.mysql.cj.Session
-
- getProfilerEventHandler() - Method in class com.mysql.cj.CoreSession
-
- getProfilerEventHandler() - Method in interface com.mysql.cj.Session
-
Returns the current ProfilerEventHandler or initializes a new one if none exists.
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjection(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjection(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjection(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjection() - Method in class com.mysql.cj.xdevapi.InsertParams
-
Get X Protocol Column objects list for projection.
- getProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjectionCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- getProjectionFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjectionList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjectionOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
list of column projections that shall be returned
- getProjectionOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
list of column projections that shall be returned
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProjectionOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- getProperties() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the properties map contained in this connection string.
- getProperties() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getProperties() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getProperties() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getProperties() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getProperties() - Method in interface com.mysql.cj.MysqlConnection
-
Returns the parsed and passed in properties for this connection.
- getPropertiesFromConfigFiles(String) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a map containing the properties read from the given configuration files.
- getPropertiesFromTestsuiteUrl() - Method in class testsuite.BaseTestCase
-
Returns the properties that represent the default URL used for
connections for all testcases.
- getPropertiesFromUrl(ConnectionUrl) - Method in class testsuite.BaseTestCase
-
- 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.a.SimplePacketReaderTest.MockSocketConnection
-
- 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.ConnectionUrlTest.ConnectionStringGenerator
-
Returns the protocol part (scheme) for the current position.
- getProtocol() - Method in class com.mysql.cj.MysqlxSession
-
- getProtocol() - Method in class com.mysql.cj.NativeSession
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
-
- getProtocolPluginName() - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- getProtocolPluginName() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Returns the client-side name that the MySQL server uses on the wire for this plugin.
- getProtocolPluginName() - Method in class testsuite.regression.ConnectionRegressionTest.AuthTestPlugin
-
- getProtocolPluginName() - Method in class testsuite.regression.ConnectionRegressionTest.ThreeAttemptsPlugin
-
- getProtocolPluginName() - Method in class testsuite.regression.ConnectionRegressionTest.TwoQuestionsPlugin
-
- getProxy() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Get this connection's proxy.
- getPseudoColumns(String, String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getQuery() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the query section.
- getQuery() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getQuery() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getQueryAttributesBindings() - Method in class com.mysql.cj.AbstractQuery
-
- getQueryAttributesBindings() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getQueryAttributesBindings() - Method in interface com.mysql.cj.Query
-
- getQueryBindings() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getQueryBindings() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getQueryBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getQueryBindings() - Method in interface com.mysql.cj.PreparedQuery
-
- getQueryComment() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getQueryComment() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the comment that will be prepended to all statements
sent to the server.
- getQueryComment() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getQueryInfo() - Method in class com.mysql.cj.ClientPreparedQuery
-
- getQueryInfo() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- getQueryInfo() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getQueryInfo() - Method in interface com.mysql.cj.PreparedQuery
-
- getQueryInfoForBatch(int) - Method in class com.mysql.cj.QueryInfo
-
Returns a
QueryInfo for a multi-values INSERT/REPLACE assembled for the specified batch count, without re-parsing.
- getQueryInterceptors() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getQueryInterceptorsInstances() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getQueryInterceptorsInstances() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getQueryReturnType() - Method in class com.mysql.cj.QueryInfo
-
Returns the return type of the parsed query.
- getQueryReturnType(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Returns the type of return that can be expected from executing the given query.
- getQueryTimeout() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getQueryTimeout() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getQueryTimingUnits() - Method in class com.mysql.cj.CoreSession
-
- getQueryTimingUnits() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getQueryTimingUnits() - Method in interface com.mysql.cj.protocol.Protocol
-
- getQueryTimingUnits() - Method in interface com.mysql.cj.Session
-
- getQueryToCancel() - Method in interface com.mysql.cj.CancelQueryTask
-
- getQueryToCancel() - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- getQuotedIdChar() - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getRandomTestSchemaName() - Method in class testsuite.x.devapi.SessionTest
-
Create a random schema name.
- getRealTimeout(int) - Method in class com.mysql.cj.protocol.StandardSocketFactory
-
Validates the connection/socket timeout that must really be used.
- getReceiveBufferSize() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getReceiveBufferSize() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getReceiveBufferSize() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getRecordCountFromInfo(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Parses actual record count from 'info' message
- getRef(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRef(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRef(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getRef(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getRef(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getRef(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getRef(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRef(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getReference() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Required method to support this class as a Referenceable.
- getRegisteredConnectionGroups() - Static method in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- getRegisteredConnectionGroups() - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- getRegisteredConnectionGroups() - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- getRegisteredConnectionGroups() - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getRegisteredConnectionGroups() - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getRegisteredReplicationConnectionGroups() - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getRelyingPartyId() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Relying Party ID for the coming authenticator interaction.
- getRemoteSocketAddress() - Method in class com.mysql.cj.CoreSession
-
- getRemoteSocketAddress() - Method in class com.mysql.cj.NativeSession
-
- getRemoteSocketAddress() - Method in interface com.mysql.cj.Session
-
- getRemoteSocketAddress() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getRemoteSocketAddress() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getRemoteSocketAddress() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getRepeatedField(Descriptors.FieldDescriptor, int) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getRepeatedFieldCount(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- getReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
if true then suppress error when created view already exists;
just replace it
- getReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
if true then suppress error when created view already exists;
just replace it
- getReplaceExisting() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
if true then suppress error when created view already exists;
just replace it
- getReplicaConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getReplicaConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getReplicaHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getReplicaHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns an existing replica host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getReplicaHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getReplicaHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getReplicaHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getReplicaHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getReplicaHostsListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns the list of
HostInfo instances that matches the given collection of host:port pairs in the corresponding hosts list.
- getReplicaPromotionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getReplicaPromotionCount(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getReplicaPromotionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getReplicasConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getReplicasListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of this connection URL replica hosts in the form of host:port pairs.
- getReplicationMBean() - Method in class testsuite.regression.ConnectionRegressionTest
-
- getRequiresEscapingEncoder() - Method in interface com.mysql.cj.CharsetSettings
-
- getRequiresEscapingEncoder() - Method in class com.mysql.cj.NativeCharsetSettings
-
- getResultFetchSize() - Method in class com.mysql.cj.AbstractQuery
-
- getResultFetchSize() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultFetchSize() - Method in interface com.mysql.cj.Query
-
- getResultFields() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getResultId() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getResultId() - Method in interface com.mysql.cj.protocol.Resultset
-
The id (used when profiling) to identify us
- getResultSet() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSet() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetConcurrency() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetConcurrency() - Method in class com.mysql.cj.protocol.a.ResultsetFactory
-
- getResultSetConcurrency() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getResultSetFactory() - Method in class com.mysql.cj.AbstractQuery
-
- getResultSetFactory() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetFactory() - Method in interface com.mysql.cj.Query
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetHoldability() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated result set (-1 for none).
- getResultSetId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getResultSetInternal() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getResultSetInternal() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultSetType() - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- getResultSetType() - Method in class com.mysql.cj.protocol.a.ResultsetFactory
-
- getResultSetType() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getResultType() - Method in class com.mysql.cj.AbstractQuery
-
- getResultType() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getResultType() - Method in interface com.mysql.cj.Query
-
- getReusablePacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getReuseAddress() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getReuseAddress() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getReuseAddress() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getReuseExisting() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- getRow() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRow(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRow(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to filter
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
maximum rows to filter
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- getRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to filter
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to filter
- getRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
maximum rows to filter
- getRowCount(String) - Method in class testsuite.BaseTestCase
-
- getRowCountBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- getRowCountFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- getRowCountOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- getRowCountOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to filter
- getRowCountOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to filter
- getRowFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- getRowId(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRowId(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getRowId(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getRowId(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getRowId(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRowId(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getRowIdLifetime() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getRowList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRowOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- getRows() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getRows() - Method in interface com.mysql.cj.protocol.Resultset
-
- getRows() - Method in class com.mysql.cj.xdevapi.InsertParams
-
Get X Protocol rows list.
- getSaslServiceName() - Method in enum com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin.AuthenticationMechanisms
-
- 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;
- getScalarFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScalarOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- getScale(int) - Method in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParamInfo
-
- getScale(int) - Method in class com.mysql.cj.jdbc.MysqlParameterMetadata
-
- getScale(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getScale() - Method in class com.mysql.cj.protocol.InternalTime
-
- getScale() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getScaled(BigDecimal, long) - Method in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- getScaleOrLength() - Method in interface com.mysql.cj.BindValue
-
- getScaleOrLength() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getSchema() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getSchema() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getSchema() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- getSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
schema the column originates from
- getSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
schema the column originates from
- getSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
schema the column originates from
- getSchema() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getSchema() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the schema owning this database object.
- getSchema() - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- getSchema() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the Schema corresponding to name.
- getSchema(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getSchema() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- getSchemaBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- getSchemaBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- getSchemaBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- getSchemaName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of schema
- getSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of schema
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- getSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- getSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- getSchemaName() - Method in interface com.mysql.cj.xdevapi.Column
-
- getSchemaName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of schema
- getSchemaNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of schema
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- getSchemaNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- getSchemaNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- getSchemaPatternIterator(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSchemas() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSchemas(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSchemas() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getSchemas(String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getSchemas() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the list of Schema objects for which the current user has access.
- getSchemas() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getSchemaTerm() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getScheme() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getScheme() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the scheme section.
- getScope() - Method in class com.mysql.cj.protocol.x.Notice
-
- getScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
global or local notification
- getScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
global or local notification
- getScope() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
global or local notification
- getScramble() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Client Data Hash (scramble) for the coming authenticator interaction.
- getSearchStringEscape() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTime
-
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the security context in which the view is going be executed
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the security context in which the view is going be executed
- getSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the security context in which the view is going be executed
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the security context in which the view is going be executed
- getSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the security context in which the view is going be executed
- getSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the security context in which the view is going be executed
- getSeed() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getSendBufferSize() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getSendBufferSize() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getSendBufferSize() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getSendTypesToServer() - Method in class com.mysql.cj.NativeQueryBindings
-
- getSendTypesToServer() - Method in interface com.mysql.cj.QueryBindings
-
- getSerializedSize() - Method in class com.mysql.cj.protocol.x.XMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- getSerializedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- getServerDefaultCharset() - Method in class com.mysql.cj.NativeCharsetSettings
-
Get the server's default character set name according to collation index from server greeting,
or value of 'character_set_server' variable if there is no mapping for that index
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getServerDefaultCollationIndex() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getServerDefaultCollationIndex() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getServerInfo() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getServerInfo() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the server informational message returned from a DDL or DML
statement (if any), or null if none.
- getServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- getServerName() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the name of the database server
- getServerProps() - Method in class com.mysql.cj.admin.ServerController
-
Returns the list of properties that will be used to start/control the
server.
- getServerSession() - Method in class com.mysql.cj.CoreSession
-
- getServerSession() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getServerSession() - Method in interface com.mysql.cj.protocol.Protocol
-
- getServerSession() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getServerSession() - Method in interface com.mysql.cj.Session
-
- getServerSessionStateController() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getServerSessionStateController() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getServerSessionStateController() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getServerSessionStateController() - Method in interface com.mysql.cj.MysqlConnection
-
- getServerSessionStateController() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerSessionStateController() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerStatementId() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- getServerStatementId() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getServerStatementId() - Method in class com.mysql.cj.ServerPreparedQuery
-
- getServerVariable(String) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerVariable(String, int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerVariable(String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariable(String, int) - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariable(String) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getServerVariable(String, int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getServerVariables() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerVariables() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariables() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getServerVersion() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getServerVersion() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getServerVersion() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getServerVersion() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getServerVersion() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getServerVersion() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getServerVersion() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getServerVersion() - Method in interface com.mysql.cj.protocol.ServerSession
-
Get the version of the MySQL server we are talking to.
- getServerVersion() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getServerVersion() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getSession() - Method in class com.mysql.cj.AbstractQuery
-
- getSession() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getSession() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getSession() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getSession() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSession() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getSession() - Method in interface com.mysql.cj.MysqlConnection
-
- getSession() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getSession() - Method in interface com.mysql.cj.Query
-
- getSession() - Method in interface com.mysql.cj.xdevapi.Client
-
Get Session from pool or the new one.
- getSession() - Method in class com.mysql.cj.xdevapi.ClientImpl
-
- getSession() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- getSession() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the session owning the given schema object.
- getSession() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getSession(ConnectionUrl) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
- getSession(String) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
- getSession(Properties) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
Creates a
Session using the information contained in the given properties.
- getSession() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getSession() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- getSessionKey() - Static method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getSessionMaxRows() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getSessionMaxRows() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the sql select limit max-rows for this session.
- getSessionMaxRows() - Method in class com.mysql.cj.NativeSession
-
- getSessionStateChanges() - Method in class com.mysql.cj.protocol.a.NativeServerSessionStateController
-
- getSessionStateChanges() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getSessionStateChanges() - Method in interface com.mysql.cj.protocol.ServerSessionStateController
-
Get the object containing server session changes collected from the latest query execution.
- getSessionStateChangesList() - Method in class com.mysql.cj.protocol.a.NativeServerSessionStateController.NativeServerSessionStateChanges
-
- getSessionStateChangesList() - Method in interface com.mysql.cj.protocol.ServerSessionStateController.ServerSessionStateChanges
-
- getSessionTimeZone() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getSessionTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getSessionTimeZone() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
severity of the error message
- getSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
severity of the error message
- getSeverity() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
severity of the error message
- getSharedSendPacket() - Method in class com.mysql.cj.NativeSession
-
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
- getSharedSendPacket() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Returns the packet used for sending data (used by PreparedStatement) with position set to 0.
- getShort(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getShort(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getShort(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getShort(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getShort(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getShort(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getShort(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getShort(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSignature() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Signature produced by the authenticator interaction
- getSimpleDateFormat(SimpleDateFormat, String, TimeZone) - Static method in class com.mysql.cj.util.TimeUtil
-
Get SimpleDateFormat with a default Calendar which TimeZone is replaced with the provided one.
- getSimpleDateFormat(String, Calendar) - Static method in class com.mysql.cj.util.TimeUtil
-
Get SimpleDateFormat where a default Calendar is replaced with a clone of the provided one.
- getSinceVersion() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getSinceVersion() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the driver version where the property was introduced first.
- getSingleIndexedValueWithQuery(Connection, int, String) - Method in class testsuite.BaseTestCase
-
- getSingleIndexedValueWithQuery(int, String) - Method in class testsuite.BaseTestCase
-
- getSingleValue(String, String, String) - Method in class testsuite.BaseTestCase
-
- getSingleValueWithQuery(String) - Method in class testsuite.BaseTestCase
-
- getSlaveHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
Deprecated.
- getSlaveHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getSlaveHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getSlavePromotionCount(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
Deprecated.
- getSlavePromotionCount(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
Deprecated.
- getSlavesConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- getSlavesConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
Deprecated.
- getSlowQueryThreshold() - Method in class com.mysql.cj.NativeSession
-
- getSlowQueryThreshold() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getSocketConnection() - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- getSocketConnection() - Method in interface com.mysql.cj.protocol.Protocol
-
- getSocketFactory() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- 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
-
- getSoLinger() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getSoLinger() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getSoLinger() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getSoTimeout() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getSoTimeout() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getSoTimeout() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getSource(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSource() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol ColumnIdentifier.
- getSourceBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourceConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getSourceFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourceHost(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- getSourceHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns an existing source host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getSourceHosts() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- getSourceHosts(String) - Static method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- getSourceHostsList(String) - Method in class com.mysql.cj.jdbc.jmx.ReplicationGroupManager
-
- getSourceHostsList(String) - Method in interface com.mysql.cj.jdbc.jmx.ReplicationGroupManagerMBean
-
- getSourceHostsListFromHostPortPairs(Collection<String>) - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns the list of
HostInfo instances that matches the given collection of host:port pairs in the corresponding hosts list.
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourceOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourceOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- getSourceReplicaReplicationConnection() - Method in class testsuite.BaseTestCase
-
- getSourceReplicaReplicationConnection(Properties) - Method in class testsuite.BaseTestCase
-
- getSourceReplicaUrl() - Method in class testsuite.BaseTestCase
-
- getSourceReplicaUrl(String) - Method in class testsuite.BaseTestCase
-
- getSourcesListAsHostPortPairs() - Method in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Returns a list of this connection URL source hosts in the form of host:port pairs.
- getSqlForBatch() - Method in class com.mysql.cj.QueryInfo
-
Returns a preparable query for the batch count of this
QueryInfo.
- getSqlForBatch(int) - Method in class com.mysql.cj.QueryInfo
-
Returns a preparable query for the specified batch count.
- getSQLKeywords() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92/SQL2003 keywords.
- getSQLKeywords() - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getSQLState() - Method in exception com.mysql.cj.exceptions.CJException
-
- getSQLState() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- getSQLState() - Method in exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
-
- getSQLState() - Method in exception com.mysql.cj.protocol.x.XProtocolError
-
- getSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- getSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
SQL state
- getSqlState() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
SQL state
- getSqlStateBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- getSqlStateBytes() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
SQL state
- getSqlStateBytes() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
SQL state
- getSQLStateType() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSQLXML(String) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getSQLXML(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- getSrid() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get srid for decoding GEOJSON data.
- getSSLContext(ExportControlled.KeyStoreConf, ExportControlled.KeyStoreConf, boolean, boolean, String, ExceptionInterceptor) - Static method in class com.mysql.cj.protocol.ExportControlled
-
Configure the SSLContext based on the supplier property set.
- getStandardDeviationP() - Method in class testsuite.perf.BasePerfTest
-
Returns the current STDDEV.
- getStatement() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getStatementComment() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getStatementComment() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the comment that will be prepended to all statements
sent to the server.
- getStatementExecuteOk() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
Get StatementExecuteOk object finalizing the result transfer.
- getStatementExecuting() - Method in class com.mysql.cj.AbstractQuery
-
- getStatementExecuting() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- getStatementExecuting() - Method in interface com.mysql.cj.Query
-
- getStatementId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated statement (-1 for none).
- getStatementId() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
- getStaticCollationIndexForCollationName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationIndexForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationIndexForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMappingWrapper
-
- getStaticCollationIndexForMysqlCharsetName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMappingWrapper
-
- getStaticJavaEncodingForCollationIndex(Integer, String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMappingWrapper
-
- getStaticJavaEncodingForMysqlCharset(String, String) - Static method in class com.mysql.cj.CharsetMapping
-
MySQL charset could map to several Java encodings.
- getStaticJavaEncodingForMysqlCharset(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForMysqlCharset(String) - Static method in class com.mysql.cj.CharsetMappingWrapper
-
- getStaticMblen(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetAliasesByName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetByName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetByName(String) - Static method in class com.mysql.cj.CharsetMappingWrapper
-
- getStaticMysqlCharsetForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMappingWrapper
-
- getStaticMysqlCharsetNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMappingWrapper
-
- getStaticSqlParts() - Method in class com.mysql.cj.QueryInfo
-
Returns the static sections of the parsed query, as byte arrays, split by the places where the placeholders were located.
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getStatusFlags() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
statement for which the resultset is going to be iterated through by the cursor
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
statement that shall be executed
- getStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
statement that shall be executed
- getStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
statement that shall be executed
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- getStmtExecuteFieldBuilder() - 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;
- getStmtFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
client-side assigned statement ID, must be already prepared
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- getStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
client-side assigned statement ID, which is going to identify
the result of preparation
- getStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
statement for which the resultset is going to be iterated through by the cursor
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmtOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStmtOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- getStreamingData() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getString() - Method in interface com.mysql.cj.BindValue
-
Get a String representation of the value.
- getString(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getString(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getString(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getString(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getString() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- getString(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getString(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getString(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getString(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getString(String) - Static method in class com.mysql.cj.Messages
-
Returns the localized message for the given message key
- getString(String, Object[]) - Static method in class com.mysql.cj.Messages
-
- getString() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.BooleanValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.ByteArrayValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.DurationValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.InputStreamValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.InstantValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.LocalDateTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.LocalDateValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.LocalTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.NullValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.NumberValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.OffsetDateTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.OffsetTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.ReaderValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.SqlDateValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.SqlTimestampValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.SqlTimeValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.StringValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.UtilCalendarValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.UtilDateValueEncoder
-
- getString(BindValue) - Method in class com.mysql.cj.protocol.a.ZonedDateTimeValueEncoder
-
- getString(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getString() - Method in class com.mysql.cj.xdevapi.JsonString
-
Get internal unescaped JsonString value.
- getString(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a string value.
- getString(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a string value.
- getString(String) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getString(int) - Method in class com.mysql.cj.xdevapi.RowImpl
-
- getStringForClob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getStringForNClob(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getStringForNClob(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- 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
-
- getSuffix(int) - Method in class testsuite.MockJndiContextFactory.MockJndiName
-
- getSuperTables(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getSyncMutex() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getSyncMutex() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getSystemFunctions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from
- getTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the table the column originates from
- getTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the table the column originates from
- getTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table.
- getTable(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table hinting that an exception should be thrown if the collection is not known to the server.
- getTable(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getTable(String, boolean) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getTableLabel() - Method in interface com.mysql.cj.xdevapi.Column
-
- getTableLabel() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getTableName(int) - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- getTableName() - Method in class com.mysql.cj.result.Field
-
- getTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- getTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of table
- getTableName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of table
- getTableName() - Method in interface com.mysql.cj.xdevapi.Column
-
- getTableName() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getTableNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- getTableNameBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of table
- getTableNameBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of table
- getTableNameWithCase(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTablePrivileges(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getTableRowCount(String, String) - Method in interface com.mysql.cj.DataStoreMetadata
-
- getTableRowCount(String, String) - Method in class com.mysql.cj.DataStoreMetadataImpl
-
- getTables(String, String, String, String[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getTables() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of tables existing in this schema.
- getTables(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of tables existing in this schema and matching the given pattern.
- getTables() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getTables(String) - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- getTableTypeCompliantWith(String) - Static method in enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
- getTableTypeEqualTo(String) - Static method in enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
- getTableTypes() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getTag(String) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Gets the value of the position tag for the given key.
- getTarget() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BigDecimalValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BinaryStreamValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.BooleanValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.ByteValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.DoubleValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.DurationValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.FloatValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.IntegerValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalDateTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalDateValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LocalTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.LongValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.OffsetDateTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.OffsetTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.ShortValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlDateValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlTimestampValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.SqlTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.StringValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.result.UtilCalendarValueFactory
-
- getTargetTypeName() - Method in interface com.mysql.cj.result.ValueFactory
-
Get the actual class name of T parameter.
- getTargetTypeName() - Method in class com.mysql.cj.result.ZonedDateTimeValueFactory
-
- getTargetTypeName() - Method in class com.mysql.cj.xdevapi.DbDocValueFactory
-
- getTcpNoDelay() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getTcpNoDelay() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getTcpNoDelay() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- getTestDatabase() - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- getTestHost() - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- getTestPassword() - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- getTestPort() - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- getTestReplicationConnectionNoReplicas(String, Properties) - Method in class testsuite.regression.ConnectionRegressionTest
-
Internal method for tests to get a replication connection with a
single source host to the test URL.
- getTestUser() - Method in class testsuite.x.internal.InternalXBaseTestCase
-
- getTextLength() - Method in interface com.mysql.cj.BindValue
-
Gets the length of this bind value in the text protocol representation.
- getTextLength() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getTextLength(BindValue) - Method in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- getTextLength(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.LoadBalancedMySQLConnection
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getThisAsProxy() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getThreadId() - Method in class com.mysql.cj.CoreSession
-
- getThreadId() - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- getThreadId() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getThreadId() - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- getThreadId() - Method in interface com.mysql.cj.Session
-
- getThreadId(Session) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- 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
-
- getTimesRebalanced() - Static method in class testsuite.regression.ConnectionRegressionTest.CountingReBalanceStrategy
-
- 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
-
- 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
-
- getTrafficClass() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- getTrafficClass() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- getTrafficClass() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- 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
-
- getTrustStoreConf(PropertySet, boolean) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- getType() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns this connection URL type.
- getType() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getType() - Method in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- getType() - Method in class com.mysql.cj.protocol.x.Notice
-
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the type of the payload
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
the type of the payload
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
the type of the payload
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
type of group replication event
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
type of group replication event
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
type of group replication event
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- getType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
datatype of the field in a row
- getType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
datatype of the field in a row
- getType() - Method in interface com.mysql.cj.xdevapi.Column
-
- getType() - Method in class com.mysql.cj.xdevapi.ColumnImpl
-
- getType() - Method in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
Get column type.
- getTypeForMessageClass(Class<? extends MessageLite>) - Static method in class com.mysql.cj.protocol.x.MessageConstants
-
Lookup the "ClientMessages" type tag for a Protocol buffers message class.
- getTypeInfo(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- 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
-
- getUnreliableFailoverConnection(String[], Properties) - Method in class testsuite.BaseTestCase
-
- getUnreliableFailoverConnection(String[], Properties, Set<String>) - Method in class testsuite.BaseTestCase
-
- getUnreliableLoadBalancedConnection(String[], Properties) - Method in class testsuite.BaseTestCase
-
- getUnreliableLoadBalancedConnection(String[], Properties, Set<String>) - Method in class testsuite.BaseTestCase
-
- getUnreliableMultiHostConnection(String, String[], Properties, Set<String>) - Method in class testsuite.BaseTestCase
-
- getUnreliableReplicationConnection(String[], Properties) - Method in class testsuite.BaseTestCase
-
- getUnreliableReplicationConnection(String[], Properties, Set<String>) - Method in class testsuite.BaseTestCase
-
- getUnreliableReplicationConnection(Set<BaseTestCase.MockConnectionConfiguration>, Properties) - Method in class testsuite.BaseTestCase
-
- 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.
- getUpdateFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateID() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- getUpdateID() - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- getUpdateID() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the AUTO_INCREMENT value for the DDL/DML statement which created
this result set.
- getUpdateOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdateOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- getUpdates() - Method in class com.mysql.cj.xdevapi.UpdateParams
-
Get update parameters map.
- getUpdateType() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol update type.
- getUpperBound() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- getUpperBound() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
The highest possible value of range-based property
- getUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- getUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- getUpsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- getUri() - Method in interface com.mysql.cj.xdevapi.Session
-
Get the URL used to create this session.
- getUri() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- getURL(int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getURL(String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- getURL(int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getURL(String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- getURL() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- getURL() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- getURL() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getURL() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- getURL() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the URL for this connection
- getUrl() - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Returns the JDBC URL that will be used to create the database connection.
- getURL(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getURL(int) - Method in class com.mysql.cj.jdbc.ParameterBindingsImpl
-
- getURL(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getURL(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getUrl() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Provides the JDBC URL to use to demonstrate the bug.
- getURL() - Method in interface com.mysql.cj.MysqlConnection
-
- 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
-
- getUserInfo(int) - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
Returns the user info part for the current position and the given host.
- getUsername() - Method in class com.mysql.cj.callback.UsernameCallback
-
- getUserName() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getUsername(String, String, CallbackHandler) - Method in class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
Gets the authentication id, which is provided by a CallbackHandler to be implemented by the requester of this service.
- getUtilCalendar(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- getValidatedReplicasConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getValidatedSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
-
- getValidProtocols(String[]) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- getValue() - Method in interface com.mysql.cj.BindValue
-
- getValue() - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- getValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get internal value representation as Object.
- getValue() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- getValue() - Method in class com.mysql.cj.NativeQueryBindValue
-
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
Implementation of getValue() based on the underlying Buffer object.
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
Implementation of getValue() based on the underlying byte array.
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
Implementation of getValue() based on the underlying Buffer object.
- getValue() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- getValue() - Method in class com.mysql.cj.protocol.x.Notice.XSessionVariableChanged
-
- getValue(int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.x.XProtocolRow
-
- getValue(int, ValueFactory<T>) - Method in interface com.mysql.cj.result.Row
-
Retrieve a value for the given column.
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
an expression to be computed as the new value for the operation
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
an expression to be computed as the new value for the operation
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
required bytes value = 1;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
required bytes value = 1;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
required bytes value = 1;
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
value of field
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
value of field
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValue(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValue(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- getValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
the changed value of param
- getValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
the changed value of param
- getValue() - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Get X Protocol value expression.
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- getValueBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- getValueBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- getValueBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueCount() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValueCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLock
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Find.RowLockOptions
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.Order.Direction
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.UpdateType
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewCheckOption
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewSqlSecurity
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.ConditionOperation
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Key
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpect.Open.CtxOperation
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Level
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_BYTES
-
- getValueDescriptor() - Method in enum com.mysql.cj.x.protobuf.MysqlxResultset.ContentType_DATETIME
-
- getValueEncoderSupplier(Object) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- getValueEncoderSupplier(Object) - Method in interface com.mysql.cj.protocol.Protocol
-
- getValueEncoderSupplier(Object) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- getValueFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- getValueFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- getValueFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- getValueFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- getValueFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- getValueFieldBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- getValueFromBytes(int, byte[], int, int, ValueFactory<T>) - Method in class com.mysql.cj.protocol.result.AbstractResultsetRow
-
Get a value from a byte array.
- getValueList() - Method in class com.mysql.cj.protocol.x.Notice.XSessionStateChanged
-
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValueList() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValueNeedsQuoting() - Method in class com.mysql.cj.result.Field
-
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
an expression to be computed as the new value for the operation
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
an expression to be computed as the new value for the operation
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
value of field
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
value of field
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueOrBuilder(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValueOrBuilder(int) - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- getValueOrBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
the changed value of param
- getValueOrBuilder() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
the changed value of param
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ArrayOrBuilder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
list of values
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ArrayOrBuilder
-
list of values
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- getValueOrBuilderList() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
updated value
- getValueOrBuilderList() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
updated value
- getValues() - Method in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- getValuesClauseLength() - Method in class com.mysql.cj.QueryInfo
-
If this object represents a query that is re-writable as a multi-values statement and if rewriting batched statements is enabled, then returns the
length of the parsed VALUES clause section, including the placeholder characters themselves, otherwise returns -1.
- getVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- getVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- getVariable() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- getVariableBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- getVariableBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- getVariableBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- getVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- getVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional bool v_bool = 8;
- getVBool() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional bool v_bool = 8;
- getVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- getVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional double v_double = 6;
- getVDouble() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional double v_double = 6;
- getVendor() - Method in enum com.mysql.cj.MysqlType
-
- getVendorCode() - Method in exception com.mysql.cj.exceptions.CJException
-
- getVendorTypeNumber() - Method in enum com.mysql.cj.MysqlType
-
- getVersionColumns(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getVersionColumns(String, String, String) - Method in class com.mysql.cj.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getVersionColumnsFields() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- getVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- getVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional float v_float = 7;
- getVFloat() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional float v_float = 7;
- getViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- getViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
view identifier
- getViewId() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
view identifier
- getViewIdBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- getViewIdBytes() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
view identifier
- getViewIdBytes() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
view identifier
- getVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctets() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- getVOctetsFieldBuilder() - 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;
- getVStringFieldBuilder() - 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
-
- getXAConnection() - Method in class testsuite.simple.XATest
-
- 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;
- globalBlocklist - Static variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- globalBlocklistTimeout - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- GMT_TIMEZONE - Static variable in class com.mysql.cj.util.TimeUtil
-
- GROUP_MAP - Static variable in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- GROUP_MAP - Static variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- 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 - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- grouping_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- grouping_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- 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
-
- groupingBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- groupingCriteria - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- groupingCriteria_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- groupingCriteria_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- groupingCriteriaBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- groupName - Variable in class com.mysql.cj.jdbc.ConnectionGroup
-
- groupName - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- GroupReplicationStateChanged(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- GroupReplicationStateChanged() - Constructor for class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- GS2_CBIND_FLAG - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- gs2Header - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- h(byte[]) - Method in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- h(byte[]) - Method in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- h(byte[]) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
- hadWarnings() - Method in class com.mysql.cj.NativeSession
-
- hadWarnings - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- hadWarnings() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- handle(MysqlCallback) - Method in interface com.mysql.cj.callback.MysqlCallbackHandler
-
Exchanges information between the caller of this method and the owner of the
MysqlCallbackHandler instance.
- handleAutoCommitDefaults() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Resets a default auto-commit value of 0 to 1, as required by JDBC specification.
- handleCleanup(Throwable) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleCleanup(Throwable) - Method in interface com.mysql.cj.Session.SessionEventListener
-
- handleCloseConnection(ReplicationConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- handleEvent(Protocol.ProtocolEventListener.EventType, Object, Throwable) - Method in interface com.mysql.cj.protocol.Protocol.ProtocolEventListener
-
- handleEvent(Protocol.ProtocolEventListener.EventType, Object, Throwable) - Method in class com.mysql.cj.xdevapi.ClientImpl
-
- handleExceptionForBatch(int, int, long[], SQLException) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- handleNewInstance(Constructor<T>, Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
Handles constructing new instance with the given constructor and wrapping (or not, as required) the exceptions that could possibly be generated.
- handleNormalClose() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleNormalClose() - Method in interface com.mysql.cj.Session.SessionEventListener
-
- handlePropertyChange(RuntimeProperty<?>) - Method in interface com.mysql.cj.conf.RuntimeProperty.RuntimePropertyListener
-
- handlePropertyChange(RuntimeProperty<?>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- handleReconnect() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- handleReconnect() - Method in interface com.mysql.cj.Session.SessionEventListener
-
- handleSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in interface com.mysql.cj.protocol.ServerSessionStateController.SessionStateChangesListener
-
- handleSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug102404Listener
-
- HangingInputStream(InputStream, PropertySet, String) - Constructor for class testsuite.UnreliableSocketFactory.HangingInputStream
-
- HangingOutputStream(OutputStream, PropertySet, String) - Constructor for class testsuite.UnreliableSocketFactory.HangingOutputStream
-
- HangingSocket(Socket, PropertySet, String) - Constructor for class testsuite.UnreliableSocketFactory.HangingSocket
-
- hangOnConnect(String) - Static method in class testsuite.UnreliableSocketFactory
-
- hangOnRead(String) - Static method in class testsuite.UnreliableSocketFactory
-
- hangOnWrite(String) - Static method in class testsuite.UnreliableSocketFactory
-
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines how MySQL Server processes the view
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines how MySQL Server processes the view
- hasAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines how MySQL Server processes the view
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defined how MySQL Server processes the view
- hasAlgorithm() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defined how MySQL Server processes the view
- hasAlgorithm() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defined how MySQL Server processes the view
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string alias = 2;
- hasAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string alias = 2;
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- hasAlias() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
optional alias.
- hasAlias() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
optional alias.
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Array array = 4;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- hasArray() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Array array = 9;
- hasArray() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Array array = 9;
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
authentication data
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinueOrBuilder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
authentication data
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOkOrBuilder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication data
- hasAuthData() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication data
- hasAuthData() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication data
- hasBuiltIndexMapping() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- hasBuiltIndexMapping() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- hasCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapabilities() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapabilities() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSetOrBuilder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- hasCapability(String) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- hasCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- hasCatalog() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- hasCatalog() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- hasCcAlias() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- hasCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns true if property has a camel-case alias.
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
limits the write operations done on a VIEW
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
limits the write operations done on a VIEW
- hasCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
limits the write operations done on a VIEW
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
limits the write operations done on a VIEW
- hasCheck() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
limits the write operations done on a VIEW
- hasCheck() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
limits the write operations done on a VIEW
- hasClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasClientMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasClientMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- hasCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
error code
- hasCode() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
error code
- hasCode() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
error code
- hasCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning code
- hasCode() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning code
- hasCode() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning code
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
optional uint64 collation = 2;
- hasCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
optional uint64 collation = 2;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- hasCollation() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
optional uint64 collation = 8;
- hasCollation() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
optional uint64 collation = 8;
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
name of the VIEW object, which should be created
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
name of the VIEW object, which should be created
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
collection to change
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
collection to change
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
name of the VIEW object, which should be deleted
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
name of the VIEW object, which should be deleted
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
collection in which to find
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
collection in which to find
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
collection to insert into
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
collection to insert into
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
name of the VIEW object, which should be modified
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
name of the VIEW object, which should be modified
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- hasCollection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
collection to change
- hasCollection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
collection to change
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- hasCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- hasCompactMetadata() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- hasCompactMetadata() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- hasConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
required uint32 condition_key = 1;
- hasConditionKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
required uint32 condition_key = 1;
- hasConditionKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
required uint32 condition_key = 1;
- hasConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional bytes condition_value = 2;
- hasConditionValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional bytes condition_value = 2;
- hasConditionValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional bytes condition_value = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
optional uint32 content_type = 2;
- hasContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
optional uint32 content_type = 2;
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- hasContentType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- hasContentType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
filter expression to match rows that the operations will apply on
- hasCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
filter expression to match rows that the operations will apply on
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
client-side assigned cursor ID; must be allocated/open
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
client-side assigned cursor ID; must be allocated/open
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.CloseOrBuilder
-
client-side assigned cursor ID; must be allocated/open
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
client-side assigned cursor ID; must be already open
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
client-side assigned cursor ID; must be already open
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
client-side assigned cursor ID; must be already open
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- hasCursorId() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- hasCursorId() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- hasData() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
Does this result have data? This indicates that the result was produced from a data-returning query.
- hasData() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- hasData() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
data model that the operations refer to
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
data model that the operations refer to
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
data model that the operations refer to
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
data model that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
datamodel that the operations refer to
- hasDataModel() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
datamodel that the operations refer to
- hasDataModel() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
datamodel that the operations refer to
- hasDeadlockOrTimeoutRolledBackTx(SQLException) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
user name of the definer, if the value isn't set then the definer
is current user
- hasDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
user name of the definer, if the value isn't set then the definer
is current user
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- hasDefiner() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
user name of the definer,
if the value isn't set then the definer is current user
- hasDefiner() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
user name of the definer,
if the value isn't set then the definer is current user
- hasDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDelete() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDelete() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Delete delete = 5;
- hasDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDirection() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDirection() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- hasDuplicatedPriorities - Variable in class com.mysql.cj.conf.url.XDevApiConnectionUrl
-
- hasExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
required .Mysqlx.Expr.Expr expr = 1;
- hasExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
required .Mysqlx.Expr.Expr expr = 1;
- hasExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.OrderOrBuilder
-
required .Mysqlx.Expr.Expr expr = 1;
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.FetchOrBuilder
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
number of rows that should be retrieved from sequential cursor
- hasFetchRows() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
number of rows that should be retrieved from sequential cursor
- hasField(Descriptors.FieldDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- hasFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- hasFind() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Find find = 2;
- hasFind() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Find find = 2;
- hasFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- hasFlags() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- hasFlags() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- hasFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
displayed factional decimal digits for floating point and
fixed point numbers
- hasFractionalDigits() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
displayed factional decimal digits for floating point and
fixed point numbers
- hasFractionalDigits() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
displayed factional decimal digits for floating point and
fixed point numbers
- hasFractionalSeconds(Time) - Static method in class com.mysql.cj.util.TimeUtil
-
- hasFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasFunctionCall() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasFunctionCall() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- hasGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- hasGroupingCriteria() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
filter criteria for aggregated groups
- hasGroupingCriteria() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
filter criteria for aggregated groups
- hash - Variable in class com.mysql.cj.jdbc.MysqlXid
-
- hashCode - Variable in class com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey
-
- hashCode() - Method in class com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey
-
- 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
-
- hashCode() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053InputStreamWrapper
-
- hashCode() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- hasHostParam(int, String, String) - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
Checks if current host info contains the given key & value parameter.
- hashPre41Password(String, String) - Static method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
-
- hasIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIdentifier() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIdentifier() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- hasIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
if true then suppress error when deleted view does not exists
- hasIfExists() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
if true then suppress error when deleted view does not exists
- hasIfExists() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DropViewOrBuilder
-
if true then suppress error when deleted view does not exists
- hasIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
used in case of ARRY_INDEX
- hasIndex() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
used in case of ARRY_INDEX
- hasIndex() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
used in case of ARRY_INDEX
- hasInitialResponse() - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
- hasInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
initial response
- hasInitialResponse() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
initial response
- hasInitialResponse() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
initial response
- hasInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasInsert() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasInsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Insert insert = 3;
- hasKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- hasKeepOpen() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- hasKeepOpen() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.ResetOrBuilder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required string key = 1;
- hasKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required string key = 1;
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- hasKey() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
identifier of field
- hasKey() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
identifier of field
- hasLargeFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT exist in this ColumnDefinition.
- hasLargeFields() - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT
exist in this ColumnDefinition.
- hasLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
maximum count of displayable characters of .type
- hasLength() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
maximum count of displayable characters of .type
- hasLength() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
maximum count of displayable characters of .type
- hasLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
Note or Warning
- hasLevel() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
Note or Warning
- hasLevel() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
Note or Warning
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimit() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.DeleteOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLimitExpr() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOrBuilder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- hasLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLiteral() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLiteral() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- hasLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
perform row locking on matches
- hasLocking() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
perform row locking on matches
- hasLocking() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
perform row locking on matches
- hasLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
additional options how to handle locked rows
- hasLockingOptions() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
additional options how to handle locked rows
- hasLockingOptions() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.FindOrBuilder
-
additional options how to handle locked rows
- hasLongColumnInfo - Variable in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- hasLongColumnInfo() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- hasLongColumnInfo() - Method in interface com.mysql.cj.protocol.ServerSession
-
- hasLongColumnInfo() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- hasMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- hasMechName() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
authentication mechanism name
- hasMechName() - Method in interface com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStartOrBuilder
-
authentication mechanism name
- hasMoreResults() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- hasMoreResults() - Method in interface com.mysql.cj.protocol.ServerSession
-
- hasMoreResults() - Method in class com.mysql.cj.protocol.x.XProtocol
-
- hasMoreResults() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- hasMoreTokens() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Does this tokenizer have more tokens available?
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
human-readable error message
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
human-readable error message
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
optional string msg = 1;
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.OkOrBuilder
-
optional string msg = 1;
- hasMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- hasMsg() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
warning message
- hasMsg() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.WarningOrBuilder
-
warning message
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
optional string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ColumnOrBuilder
-
optional string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of column
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of column
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
identifier of function; at least name of it
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCallOrBuilder
-
identifier of function; at least name of it
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
required string name = 1;
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
required string name = 1;
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
name of operator
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.OperatorOrBuilder
-
name of operator
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column
- hasName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the column
- hasName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the column
- hasNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- hasNamespace() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
namespace of the statement to be executed
- hasNamespace() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
namespace of the statement to be executed
- hasNegativeDurations - Variable in class testsuite.regression.ConnectionRegressionTest.TestBug57662Logger
-
- hasNext - Variable in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- hasNext() - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- hasNext() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.IteratorWithCleanup
-
- hasNext() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.SingleStringIterator
-
- hasNext() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.StringListIterator
-
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- hasNext() - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- hasNext() - Method in class com.mysql.cj.protocol.x.XProtocolRowInputStream
-
- hasNext() - Method in class com.mysql.cj.result.BufferedRowList
-
- hasNext() - Method in class com.mysql.cj.xdevapi.AbstractDataResult
-
- hasNext() - Method in class com.mysql.cj.xdevapi.SqlMultiResult
-
- hasNext() - Method in class com.mysql.cj.xdevapi.SqlUpdateResult
-
- hasObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObj() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObj() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- hasObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- hasObject() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Object object = 8;
- hasObject() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Object object = 8;
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to skip before applying the row_count
- hasOffset() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
maximum rows to skip before applying the row_count
- hasOnDuplicateKeyUpdate - Variable in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- hasOneof(Descriptors.OneofDescriptor) - Method in class com.mysql.cj.protocol.x.XMessage
-
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.Open.ConditionOrBuilder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- hasOp() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOp() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpect.OpenOrBuilder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- hasOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
the type of operation to be performed
- hasOperation() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
the type of operation to be performed
- hasOperation() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
the type of operation to be performed
- hasOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOperator() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOperator() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional .Mysqlx.Expr.Operator operator = 6;
- hasOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column before an alias was applied
- hasOriginalName() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the column before an alias was applied
- hasOriginalName() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the column before an alias was applied
- hasOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from before an alias was applied
- hasOriginalTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the table the column originates from before an alias was applied
- hasOriginalTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the table the column originates from before an alias was applied
- hasOutputParams - Variable in class com.mysql.cj.jdbc.CallableStatement
-
- hasParam(String, String) - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
Checks if the current connection properties contain the given key & value.
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
parameter key
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
parameter key
- hasParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChangedOrBuilder
-
parameter key
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- hasParam() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
name of the variable
- hasParam() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
name of the variable
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
required bytes payload = 4;
- hasPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
required bytes payload = 4;
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the payload of the notification
- hasPayload() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
the payload of the notification
- hasPayload() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
the payload of the notification
- hasPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- hasPosition() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional uint32 position = 7;
- hasPosition() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional uint32 position = 7;
- hasPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasPrepareExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasPrepareExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- hasRegisteredJmx - Static variable in class com.mysql.cj.jdbc.ConnectionGroupManager
-
- hasRegisteredJmx - Static variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroupManager
-
- hasReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
if true then suppress error when created view already exists;
just replace it
- hasReplaceExisting() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
if true then suppress error when created view already exists;
just replace it
- hasReplaceExisting() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
if true then suppress error when created view already exists;
just replace it
- hasResults() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Used only in tests
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to filter
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
maximum rows to filter
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- hasRowCount() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
maximum rows to filter
- hasRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitExprOrBuilder
-
maximum rows to filter
- hasRowCount() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.LimitOrBuilder
-
maximum rows to filter
- hasRows() - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- hasRows() - Method in interface com.mysql.cj.protocol.Resultset
-
Does the result set contain rows, or is it the result of a DDL or DML statement?
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- hasSameProperties(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- hasSameProperties(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Does this connection have the same properties as another?
- hasScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScalar() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScalar() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- hasScale - Variable in class com.mysql.cj.result.BigDecimalValueFactory
-
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
optional string schema = 2;
- hasSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CollectionOrBuilder
-
optional string schema = 2;
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
schema the column originates from
- hasSchema() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
schema the column originates from
- hasSchema() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
schema the column originates from
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of schema
- hasSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of schema
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- hasSchemaName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
optional string schema_name = 2;
- hasSchemaName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.IdentifierOrBuilder
-
optional string schema_name = 2;
- hasScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
global or local notification
- hasScope() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
global or local notification
- hasScope() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
global or local notification
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
defines the security context in which the view is going be executed
- hasSecurity() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
defines the security context in which the view is going be executed
- hasServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasServerMessages() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasServerMessages() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- hasSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
severity of the error message
- hasSeverity() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
severity of the error message
- hasSeverity() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
severity of the error message
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- hasSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ProjectionOrBuilder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- hasSource() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- hasSource() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- hasSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- hasSqlState() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
SQL state
- hasSqlState() - Method in interface com.mysql.cj.x.protobuf.Mysqlx.ErrorOrBuilder
-
SQL state
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.CreateViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.ModifyViewOrBuilder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
statement for which the resultset is going to be iterated through by the cursor
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.OpenOrBuilder
-
statement for which the resultset is going to be iterated through by the cursor
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
statement that shall be executed
- hasStmt() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
statement that shall be executed
- hasStmt() - Method in interface com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOrBuilder
-
statement that shall be executed
- hasStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtExecute() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtExecute() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.DeallocateOrBuilder
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.ExecuteOrBuilder
-
client-side assigned statement ID, must be already prepared
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- hasStmtId() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
client-side assigned statement ID, which is going to identify
the result of preparation
- hasStmtId() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.PrepareOrBuilder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- hasTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from
- hasTable() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
name of the table the column originates from
- hasTable() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
name of the table the column originates from
- hasTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- hasTableName() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
name of table
- hasTableName() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifierOrBuilder
-
name of table
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
Deprecated.
- hasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- hasTriedSourceFlag - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessageOrBuilder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.AnyOrBuilder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the type of the payload
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
the type of the payload
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.FrameOrBuilder
-
the type of the payload
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
type of group replication event
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
type of group replication event
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
type of group replication event
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- hasType() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
datatype of the field in a row
- hasType() - Method in interface com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaDataOrBuilder
-
datatype of the field in a row
- hasUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- hasUncompressedSize() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
optional uint64 uncompressed_size = 1;
- hasUncompressedSize() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CompressionOrBuilder
-
optional uint64 uncompressed_size = 1;
- hasUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpdate() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpdate() - Method in interface com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessageOrBuilder
-
optional .Mysqlx.Crud.Update update = 4;
- hasUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- hasUpsert() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- hasUpsert() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.InsertOrBuilder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxConnection.CapabilityOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
an expression to be computed as the new value for the operation
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperationOrBuilder
-
an expression to be computed as the new value for the operation
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectFieldOrBuilder
-
required .Mysqlx.Datatypes.Any value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
required bytes value = 1;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.OctetsOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
required bytes value = 1;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.StringOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
optional string value = 2;
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItemOrBuilder
-
optional string value = 2;
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
value of field
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectFieldOrBuilder
-
value of field
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- hasValue() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
the changed value of param
- hasValue() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChangedOrBuilder
-
the changed value of param
- hasValueConstraints() - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- hasValueConstraints() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Does the property have fixed values based constraints.
- hasVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- hasVariable() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
optional string variable = 3;
- hasVariable() - Method in interface com.mysql.cj.x.protobuf.MysqlxExpr.ExprOrBuilder
-
optional string variable = 3;
- hasVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- hasVBool() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional bool v_bool = 8;
- hasVBool() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional bool v_bool = 8;
- hasVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- hasVDouble() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional double v_double = 6;
- hasVDouble() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional double v_double = 6;
- hasVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- hasVFloat() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional float v_float = 7;
- hasVFloat() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional float v_float = 7;
- hasViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- hasViewId() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
view identifier
- hasViewId() - Method in interface com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
view identifier
- hasVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- hasVOctets() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
4 is unused, was Null which doesn't have a storage anymore
- hasVOctets() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
4 is unused, was Null which doesn't have a storage anymore
- hasVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- hasVSignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional sint64 v_signed_int = 2;
- hasVSignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional sint64 v_signed_int = 2;
- hasVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVString() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVString() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- hasVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- hasVUnsignedInt() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
optional uint64 v_unsigned_int = 3;
- hasVUnsignedInt() - Method in interface com.mysql.cj.x.protobuf.MysqlxDatatypes.ScalarOrBuilder
-
optional uint64 v_unsigned_int = 3;
- hasWildcards(String) - Static method in class com.mysql.cj.util.StringUtils
-
Does the string contain wildcard symbols ('%' or '_').
- having - Variable in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- 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_LEN - Static variable in class com.mysql.cj.protocol.x.SyncMessageSender
-
Header length of X Protocol packet.
- 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
-
- headerBuf - Variable in class com.mysql.cj.protocol.x.XMessageHeader
-
- headersQueue - Variable in class com.mysql.cj.protocol.x.SyncMessageReader
-
- heuristicTestWithRandomPackets() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest
-
- HEX_DIGITS - Static variable in class com.mysql.cj.util.StringUtils
-
- hexEscapeBlock(byte[], int, BiConsumer<Byte, Byte>) - Static method in class com.mysql.cj.util.StringUtils
-
Used to escape binary data with hex
- hi(String, byte[], int) - Method in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- hi(String, byte[], int) - Method in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- hi(String, byte[], int) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
- hi - Variable in class testsuite.InjectedSocketFactory
-
- hi - Variable in class testsuite.InjectedSocketFactory.InjectedInputStream
-
- hi - Variable in class testsuite.InjectedSocketFactory.SocketWrapper
-
- HISTOGRAM_BUCKETS - Static variable in class com.mysql.cj.log.BaseMetricsHolder
-
- hmac(byte[], byte[]) - Method in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- hmac(byte[], byte[]) - Method in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- hmac(byte[], byte[]) - Method in class com.mysql.cj.sasl.ScramShaSaslClient
-
- HMAC_SHA1_ALGORITHM - Static variable in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- HMAC_SHA256_ALGORITHM - Static variable in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- 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.conf.HostInfo
-
- HOST - Static variable in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- host - Variable in class com.mysql.cj.protocol.a.TracingPacketSender
-
- host - Variable in class com.mysql.cj.protocol.AbstractSocketConnection
-
- host - Variable in class com.mysql.cj.protocol.StandardSocketFactory
-
The hostname to connect to
- HOST_1 - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_1_FAIL - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_1_OK - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_2 - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_2_FAIL - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_2_OK - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_3 - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_3_FAIL - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_3_OK - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_4 - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_4_FAIL - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_4_OK - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_5 - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_5_OK - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- HOST_LIST_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- HOST_PORT_SEPARATOR - Static variable in class com.mysql.cj.conf.HostInfo
-
- HostInfo - Class in com.mysql.cj.conf
-
This class holds the following MySQL host information:
host: an IP or host name.
- HostInfo() - Constructor for class com.mysql.cj.conf.HostInfo
-
- HostInfo(DatabaseUrlContainer, String, int, String, String) - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs a
HostInfo instance initialized with the provided host, port and user info.
- HostInfo(DatabaseUrlContainer, String, int, String, String, Map<String, String>) - Constructor for class com.mysql.cj.conf.HostInfo
-
Constructs a
HostInfo instance initialized with the provided host, port, user, password and connection arguments.
- hostInfo - Variable in class com.mysql.cj.CoreSession
-
- hostInfo - Variable in class com.mysql.cj.xdevapi.ClientImpl.PooledXProtocol
-
- hostList - Variable in class com.mysql.cj.jdbc.ConnectionGroup
-
- hostName - Variable in class com.mysql.cj.jdbc.MysqlDataSource
-
Hostname
- hostName - Variable in class com.mysql.cj.log.ProfilerEventImpl
-
- hostName - Variable in class com.mysql.cj.protocol.ExportControlled.X509TrustManagerWrapper
-
- hostName - Variable in class testsuite.BaseTestCase.MockConnectionConfiguration
-
- hostname - Variable in class testsuite.UnreliableSocketFactory
-
- hostProperties - Variable in class com.mysql.cj.conf.HostInfo
-
- hostRemovalGracePeriod - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- hosts - Variable in class com.mysql.cj.conf.ConnectionUrl
-
- HOSTS_LIST_CLOSING_MARKERS - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- HOSTS_LIST_OPENING_MARKERS - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- HOSTS_SEPARATOR - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- HostsCardinality() - Constructor for enum com.mysql.cj.conf.ConnectionUrl.HostsCardinality
-
- hostsCount() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the number of hosts in this connection URL.
- hostsCount - Variable in enum com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator.UrlMode
-
- 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.
- HostsListView() - Constructor for enum com.mysql.cj.conf.HostsListView
-
- hostsToListIndexMap - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- hostsToRemove - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- hours - Variable in class com.mysql.cj.protocol.InternalTime
-
- hours - Variable in class com.mysql.cj.protocol.InternalTimestamp
-
- HUNG_CONNECT_HOSTS - Static variable in class testsuite.UnreliableSocketFactory
-
- HUNG_READ_HOSTS - Static variable in class testsuite.UnreliableSocketFactory
-
- HUNG_WRITE_HOSTS - Static variable in class testsuite.UnreliableSocketFactory
-
- 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.
- s_000000 - Static variable in class testsuite.simple.DateTimeTest
-
- s_000000_000000 - Static variable in class testsuite.simple.DateTimeTest
-
- s_120000 - Static variable in class testsuite.simple.DateTimeTest
-
- s_120000_123456 - Static variable in class testsuite.simple.DateTimeTest
-
- s_1970 - Static variable in class testsuite.simple.DateTimeTest
-
- s_19700101 - Static variable in class testsuite.simple.DateTimeTest
-
- s_20191231 - Static variable in class testsuite.simple.DateTimeTest
-
- s_2020 - Static variable in class testsuite.simple.DateTimeTest
-
- s_20200101 - Static variable in class testsuite.simple.DateTimeTest
-
- safeIntParse(String) - Static method in class com.mysql.cj.util.StringUtils
-
- safeString() - Method in class testsuite.simple.SaslPrepTest
-
Valid string.
- safeTrim(String) - Static method in class com.mysql.cj.util.StringUtils
-
- sanitizeDbName(String) - Method in class testsuite.BaseTestCase
-
- 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.
- saslClient - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- saslClient - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
-
- SaslPrep - Class in com.mysql.cj.util
-
Implementation for SASLprep: Stringprep Profile for User Names and Passwords, as specified in
RFC 4013.
- SaslPrep() - Constructor for class com.mysql.cj.util.SaslPrep
-
- SaslPrep.StringType - Enum in com.mysql.cj.util
-
The type of string usage regarding the support for unassigned code points as described in
RFC
3454, Section 7.
- SaslPrepTest - Class in testsuite.simple
-
- SaslPrepTest() - Constructor for class testsuite.simple.SaslPrepTest
-
- saslServiceName - Variable in enum com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin.AuthenticationMechanisms
-
- savedCurrentRow - Variable in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
The binary data for the 'current' row
- savepointName - Variable in class com.mysql.cj.jdbc.MysqlSavepoint
-
- sawVariableUse - Variable in class com.mysql.cj.util.EscapeTokenizer
-
- sawVariableUse() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Returns true if a variable reference was found.
- saxToReaderConverter - Variable in class com.mysql.cj.jdbc.MysqlSQLXML
-
- Scalar(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- Scalar() - Constructor for class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- scalar_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- scalar_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- 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;
- scalarBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- 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.
- scalarToString(MysqlxDatatypes.Scalar) - Static method in class com.mysql.cj.xdevapi.ExprUnparser
-
Scalar to string.
- scale - Variable in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
-
- scale - Variable in class com.mysql.cj.protocol.InternalTime
-
- scale - Variable in class com.mysql.cj.protocol.InternalTimestamp
-
- scale - Variable in class com.mysql.cj.result.BigDecimalValueFactory
-
- scaleFactor - Static variable in class testsuite.regression.MicroPerformanceRegressionTest
-
- scaleFactorSamples - Static variable in class testsuite.regression.MicroPerformanceRegressionTest
-
- scaleOrLength - Variable in class com.mysql.cj.NativeQueryBindValue
-
- scanForAndThrowDataTruncation() - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- schema - Variable in class com.mysql.cj.xdevapi.CollectionImpl
-
- Schema - Interface in com.mysql.cj.xdevapi
-
A client-side representation of a database schema.
- schema - Variable in class com.mysql.cj.xdevapi.Schema.Validation
-
- schema - Variable in class com.mysql.cj.xdevapi.TableImpl
-
- schema - Variable in class testsuite.x.devapi.DevApiBaseTestCase
-
- 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_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- schema_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- schema_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- schema_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- 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
-
- SchemaImpl(MysqlxSession, Session, String) - Constructor for class com.mysql.cj.xdevapi.SchemaImpl
-
- schemaName - Variable in class com.mysql.cj.xdevapi.AddStatementImpl
-
- schemaName - Variable in class com.mysql.cj.xdevapi.InsertStatementImpl
-
- schemaName_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- schemaName_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- schemaName_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- schemaName_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- SchemaTest - Class in testsuite.x.devapi
-
- SchemaTest() - Constructor for class testsuite.x.devapi.SchemaTest
-
- scheme - Variable in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- scheme - Variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- SCHEME_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- scope - Variable in class com.mysql.cj.protocol.x.Notice
-
- Scope(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Scope
-
- scope_ - Variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- scope_ - Variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- SCOPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- scramble - Variable in class com.mysql.cj.callback.FidoAuthenticationCallback
-
- 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.
- ScramExchangeStage(ScramShaSaslClient.ScramExchangeStage) - Constructor for enum com.mysql.cj.sasl.ScramShaSaslClient.ScramExchangeStage
-
- ScramSha1SaslClient - Class in com.mysql.cj.sasl
-
A
SaslClient implementation for SCRAM-SHA-1, as specified in
RFC 5802.
- ScramSha1SaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramSha1SaslClient
-
- ScramSha256SaslClient - Class in com.mysql.cj.sasl
-
A
SaslClient implementation for SCRAM-SHA-256, as specified in
RFC 5802 and
RFC 7677.
- ScramSha256SaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramSha256SaslClient
-
- ScramShaSaslClient - Class in com.mysql.cj.sasl
-
A
SaslClient implementation for SCRAM-SHA mechanisms as specified in
RFC 5802.
- ScramShaSaslClient(String, String, String) - Constructor for class com.mysql.cj.sasl.ScramShaSaslClient
-
- ScramShaSaslClient.ScramExchangeStage - Enum in com.mysql.cj.sasl
-
- ScramShaSaslClientFactory - Class in com.mysql.cj.sasl
-
- ScramShaSaslClientFactory() - Constructor for class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
- ScramShaSaslProvider - Class in com.mysql.cj.sasl
-
A SASL provider for the authentication mechanisms SCRAM-SHA-1 and SCRAM-SHA-256, here renamed to MYSQLCJ-SCRAM-SHA-1 and MYSQL-SRAM-SHA-256 respectively to
avoid conflicts with future default implementations.
- ScramShaSaslProvider() - Constructor for class com.mysql.cj.sasl.ScramShaSaslProvider
-
- ScramShaSaslProvider.ProviderService - Class in com.mysql.cj.sasl
-
- scramStage - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- scrollTolerant - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Is ResultSet.TYPE_FORWARD_ONLY scroll tolerant?
- SearchMode - Enum in com.mysql.cj.util
-
Search mode flags enumeration.
- SearchMode() - Constructor for enum com.mysql.cj.util.SearchMode
-
- seconds - Variable in class com.mysql.cj.protocol.InternalTime
-
- seconds - Variable in class com.mysql.cj.protocol.InternalTimestamp
-
- secondsBeforeRetryPrimaryHost - Variable in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
- secondsBeforeRetryPrimaryHostIsMet() - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Checks the condition set by the property 'secondsBeforeRetrySource'.
- secondsSinceMillis(long) - Static method in class com.mysql.cj.util.Util
-
Computes the number of seconds elapsed since the given time in milliseconds.
- SecureSessionTest - Class in testsuite.x.devapi
-
- SecureSessionTest() - Constructor for class testsuite.x.devapi.SecureSessionTest
-
- Security - Class in com.mysql.cj.protocol
-
Methods for doing secure authentication with MySQL-4.1 and newer.
- Security() - Constructor for class com.mysql.cj.protocol.Security
-
Prevent construction.
- security_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- security_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- security_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- security_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- 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 - Variable in class com.mysql.cj.protocol.a.NativeCapabilities
-
- 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
-
- SelectRowDeadLock(int, int, String) - Constructor for class testsuite.x.devapi.RowLockingTest.SelectRowDeadLock
-
- SelectRowLock(int, int, int, int, String) - Constructor for class testsuite.x.devapi.RowLockingTest.SelectRowLock
-
- SelectStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a SELECT query.
- SelectStatementImpl - Class in com.mysql.cj.xdevapi
-
- SelectStatementImpl(MysqlxSession, String, String, String...) - Constructor for class com.mysql.cj.xdevapi.SelectStatementImpl
-
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Packet sender implementation for the compressed MySQL protocol.
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
-
- send(Message, int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.SimplePacketSender
-
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.TimeTrackingPacketSender
-
- send(byte[], int, byte) - Method in class com.mysql.cj.protocol.a.TracingPacketSender
-
- send(byte[], int, byte) - Method in interface com.mysql.cj.protocol.MessageSender
-
Synchronously send the message to server.
- send(M) - Method in interface com.mysql.cj.protocol.MessageSender
-
Synchronously send the message to server.
- send(M, CompletableFuture<?>, Runnable) - Method in interface com.mysql.cj.protocol.MessageSender
-
Asynchronously write a message with a notification being delivered to callback upon completion of write of entire message.
- send(Message, int) - Method in interface com.mysql.cj.protocol.Protocol
-
- send(XMessage) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- send(XMessage, CompletableFuture<?>, Runnable) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- send(Message, int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- sendCapabilities(Map<String, Object>) - Method in class com.mysql.cj.protocol.x.XProtocol
-
Set client capabilities of current session.
- sendCommand(Message, boolean, int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- sendCommand(Message, boolean, int) - Method in interface com.mysql.cj.protocol.Protocol
-
Send a command to the MySQL server.
- sendCommand(Message, boolean, int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- sendCompressedPacket(int) - Method in class com.mysql.cj.protocol.a.CompressedPacketSender
-
Send a compressed packet.
- sender - Variable in class com.mysql.cj.protocol.a.CompressedPacketSenderTest
-
- sender - Variable in class com.mysql.cj.protocol.a.SimplePacketSenderTest
-
- sender - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- senderTimeZones - Variable in class testsuite.simple.DateTimeTest
-
- sendExecutePacket(NativePacketPayload, String) - Method in class com.mysql.cj.ServerPreparedQuery
-
- sendFileToServer(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Reads and sends a file to the server for LOAD DATA LOCAL INFILE
- sendFractionalSeconds - Variable in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- sendFractionalSecondsForTime - Variable in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- sendQueryPacket(Query, NativePacketPayload, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Send a query stored in a packet to the server.
- sendQueryString(Query, String, String, int, boolean, ColumnDefinition, ProtocolEntityFactory<T, NativePacketPayload>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
Build a query packet from the given string and send it to the server.
- sendTypesToServer - Variable in class com.mysql.cj.NativeQueryBindings
-
Do we need to send/resend types to the server?
- sendUrgentData(int) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- sendUrgentData(int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- sendUrgentData(int) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- 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
-
- SequentialIdLeaseTest - Class in testsuite.simple
-
- SequentialIdLeaseTest() - Constructor for class testsuite.simple.SequentialIdLeaseTest
-
- sequentialIdsLease - Variable in class com.mysql.cj.util.SequentialIdLease
-
- serializeAsCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- serializeAsString() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- serializeDocs() - Method in class com.mysql.cj.xdevapi.AddStatementImpl
-
- serializeMessage(GeneratedMessageV3, int) - Static method in class com.mysql.cj.protocol.x.SyncMessageReaderTest
-
Serialize a message for testing.
- serialVersionUID - Static variable in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.BooleanProperty
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.BooleanPropertyDefinition
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.DefaultPropertySet
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.EnumProperty
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.EnumPropertyDefinition
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.IntegerProperty
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.IntegerPropertyDefinition
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.LongProperty
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.LongPropertyDefinition
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.MemorySizeProperty
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.MemorySizePropertyDefinition
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.StringProperty
-
- serialVersionUID - Static variable in class com.mysql.cj.conf.StringPropertyDefinition
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.AssertionFailedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJCommunicationsException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJOperationNotSupportedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJTimeoutException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.DataConversionException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.DataReadException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.DataTruncationException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.FeatureNotAvailableException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.NumberOutOfRange
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.OperationCancelledException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.PasswordExpiredException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.PropertyNotModifiableException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.RSAException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.SSLParamsException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.StatementIsClosedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.UnableToConnectException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.WrongArgumentException
-
- serialVersionUID - Static variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.MysqlDataTruncation
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.MySQLTimeoutException
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.NotUpdatable
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.OperationNotSupportedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.exceptions.PacketTooBigException
-
- serialVersionUID - Static variable in class com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
-
- serialVersionUID - Static variable in class com.mysql.cj.jdbc.JdbcPropertySetImpl
-
- serialVersionUID - Static variable in class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource
-
- serialVersionUID - Static variable in class com.mysql.cj.jdbc.MysqlDataSource
-
- serialVersionUID - Static variable in class com.mysql.cj.jdbc.MysqlXADataSource
-
- serialVersionUID - Static variable in exception com.mysql.cj.jdbc.MysqlXAException
-
- serialVersionUID - Static variable in class com.mysql.cj.NativeSession
-
- serialVersionUID - Static variable in exception com.mysql.cj.protocol.x.XProtocolError
-
- serialVersionUID - Static variable in class com.mysql.cj.sasl.ScramShaSaslProvider
-
- serialVersionUID - Static variable in class com.mysql.cj.util.LRUCache
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- serialVersionUID - Static variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- serialVersionUID - Static variable in class com.mysql.cj.xdevapi.DbDocImpl
-
- serialVersionUID - Static variable in class com.mysql.cj.xdevapi.JsonArray
-
- serialVersionUID - Static variable in exception com.mysql.cj.xdevapi.XDevAPIError
-
- serialVersionUID - Static variable in class testsuite.MockJndiContextFactory.MockJndiName
-
- SERVER_HELLO_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SERVER_HELLO = 5;
- SERVER_KEY - Static variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- SERVER_MESSAGE_ID_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
- SERVER_MESSAGES_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- SERVER_MORE_RESULTS_EXISTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_NO_GOOD_INDEX_USED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_NO_INDEX_USED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_QUERY_WAS_SLOW - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_SESSION_STATE_CHANGED - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_AUTOCOMMIT - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_CURSOR_EXISTS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_IN_TRANS - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_STATUS_LAST_ROW_SENT - Static variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- SERVER_VERSION_STRING_VAR_NAME - Static variable in class com.mysql.cj.NativeSession
-
- 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.
- serverCapabilities - Variable in class com.mysql.cj.protocol.x.XServerSession
-
- serverConfigByUrl - Static variable in class com.mysql.cj.util.PerVmServerConfigCacheFactory
-
- serverConfigCache - Variable in class com.mysql.cj.NativeSession
-
- serverConfigCache - Static variable in class com.mysql.cj.util.PerVmServerConfigCacheFactory
-
- 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.
- ServerControllerTest - Class in testsuite.simple
-
Demonstrates usage of the ServerController class.
- ServerControllerTest() - Constructor for class testsuite.simple.ServerControllerTest
-
- serverDefaultAuthenticationPluginName - Variable in class com.mysql.cj.protocol.a.NativeAuthenticationProvider
-
Protocol name of default authentication plugin in server
- serverDefaultCollationIndex - Variable in class com.mysql.cj.protocol.a.NativeCapabilities
-
- 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
-
- serverHasFracSecsSupport - Variable in class com.mysql.cj.protocol.a.NativeCapabilities
-
- ServerHello(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- ServerHello() - Constructor for class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- 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).
- serverListening(String, int) - Static method in class testsuite.TestUtils
-
Checks if there is a server socket listening in the given host and port.
- serverListening(InetAddress, int) - Static method in class testsuite.TestUtils
-
Checks if there is a server socket listening in the given address and port.
- serverLongData(int, BindValue) - Method in class com.mysql.cj.ServerPreparedQuery
-
Sends stream-type data parameters to the server.
- serverMessageId - Static variable in class com.mysql.cj.x.protobuf.Mysqlx
-
extend .google.protobuf.MessageOptions { ...
- ServerMessages(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- ServerMessages() - Constructor for class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- serverMessages_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- serverMessages_ - Variable in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- serverPrepare(String) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- serverPrepare(String) - Method in class com.mysql.cj.ServerPreparedQuery
-
- serverPrepare(String) - Method in class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- ServerPreparedQuery - Class in com.mysql.cj
-
- ServerPreparedQuery(NativeSession) - Constructor for class com.mysql.cj.ServerPreparedQuery
-
- ServerPreparedQueryTestcaseGenerator - Class in com.mysql.cj
-
- ServerPreparedQueryTestcaseGenerator(NativeSession) - Constructor for class com.mysql.cj.ServerPreparedQueryTestcaseGenerator
-
- ServerPreparedStatement - Class in com.mysql.cj.jdbc
-
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
- ServerPreparedStatement(JdbcConnection, String, String, int, int) - Constructor for class com.mysql.cj.jdbc.ServerPreparedStatement
-
Creates a new ServerPreparedStatement object.
- serverPreparedStatementWithQueryAttributesInMultiHost() - Method in class testsuite.simple.QueryAttributesTest
-
Tests whether proxied server prepared statement objects created in multi-host connections handle query attributes correctly.
- 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.
- serverProcess - Variable in class com.mysql.cj.admin.ServerController
-
The process representing the MySQL server
- serverProps - Variable in class com.mysql.cj.admin.ServerController
-
The list of properties for this server
- 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.NativeCharsetSettings
-
- serverSession - Variable in class com.mysql.cj.NativeQueryBindValue
-
- serverSession - Variable in class com.mysql.cj.protocol.a.AbstractValueEncoder
-
- serverSession - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- ServerSession - Interface in com.mysql.cj.protocol
-
Keeps the effective states of server/session variables,
contains methods for initial retrieving of these states and for their actualization.
- serverSession - Variable in class com.mysql.cj.protocol.x.XProtocol
-
- serverSessionStateController - Variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- ServerSessionStateController - Interface in com.mysql.cj.protocol
-
- ServerSessionStateController.ServerSessionStateChanges - Interface in com.mysql.cj.protocol
-
The object containing server session changes collected from the latest query execution.
- ServerSessionStateController.SessionStateChange - Class in com.mysql.cj.protocol
-
A single server session change record.
- ServerSessionStateController.SessionStateChangesListener - Interface in com.mysql.cj.protocol
-
- serverSideStatementCache - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverSideStatementCheckCache - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- serverSignature - Variable in class com.mysql.cj.sasl.ScramShaSaslClient
-
- serverSocket - Variable in class testsuite.x.devapi.SessionFailoverTest.ConnectionsCounterFakeServer
-
- serverStatementId - Variable in class com.mysql.cj.ServerPreparedQuery
-
The ID that the server uses to identify this PreparedStatement
- ServerStatusDiffInterceptor - Class in com.mysql.cj.jdbc.interceptors
-
- ServerStatusDiffInterceptor() - Constructor for class com.mysql.cj.jdbc.interceptors.ServerStatusDiffInterceptor
-
- serverSupportsCompression - Variable in class testsuite.x.devapi.CompressionTest.CompressionSettings
-
- serverSupportsCompression() - Method in class testsuite.x.devapi.CompressionTest.CompressionSettings
-
- 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
-
- serverThreadId - Variable in class com.mysql.cj.protocol.a.TracingPacketSender
-
- serverType - Variable in class testsuite.BaseTestCase.MockConnectionConfiguration
-
- serverVariables - Variable in class com.mysql.cj.protocol.a.NativeServerSession
-
The map of server variables that we retrieve at connection init.
- serverVersion - Variable in class com.mysql.cj.protocol.a.NativeCapabilities
-
- 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
-
- serverVersion - Variable in class testsuite.BaseTestCase
-
Server version `this.conn' is connected to.
- ServerVersionTest - Class in com.mysql.cj
-
Tests for ServerVersion.
- ServerVersionTest() - Constructor for class com.mysql.cj.ServerVersionTest
-
- 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.DataStoreMetadataImpl
-
- session - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- 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.result.ResultSetMetaData
-
- session - Variable in class com.mysql.cj.jdbc.StatementImpl
-
- session - Variable in class com.mysql.cj.NativeCharsetSettings
-
- session - Variable in class com.mysql.cj.NativeQueryAttributesBindings
-
- session - Variable in class com.mysql.cj.NativeQueryBindings
-
- 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 - Variable in class com.mysql.cj.xdevapi.SchemaImpl
-
- 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 - Variable in class testsuite.x.devapi.DevApiBaseTestCase
-
Session for use in tests.
- session - Variable in class testsuite.x.internal.MysqlxSessionTest
-
- Session.SessionEventListener - Interface in com.mysql.cj
-
- SESSION_STATE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_STATE_CHANGED = 3;
- SESSION_TRACK_GTIDS - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_SCHEMA - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_STATE_CHANGE - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_SYSTEM_VARIABLES - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_TRANSACTION_CHARACTERISTICS - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_TRANSACTION_STATE - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_VARIABLE_CHANGED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
SESSION_VARIABLE_CHANGED = 2;
- SessionAssociationInterceptor - Class in com.mysql.cj.jdbc.interceptors
-
- SessionAssociationInterceptor() - Constructor for class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- sessionCollationIndex - Variable in class com.mysql.cj.NativeCharsetSettings
-
- sessionFactory - Variable in class com.mysql.cj.xdevapi.ClientImpl
-
- SessionFactory - Class in com.mysql.cj.xdevapi
-
SessionFactory is used for creation of sessions.
- SessionFactory() - Constructor for class com.mysql.cj.xdevapi.SessionFactory
-
- SessionFailoverTest - Class in testsuite.x.devapi
-
Tests for Session client side failover features.
- SessionFailoverTest() - Constructor for class testsuite.x.devapi.SessionFailoverTest
-
- SessionFailoverTest.ConnectionsCounterFakeServer - Class in testsuite.x.devapi
-
- SessionImpl - Class in com.mysql.cj.xdevapi
-
- SessionImpl(HostInfo) - Constructor for class com.mysql.cj.xdevapi.SessionImpl
-
Constructor.
- SessionImpl(XProtocol) - Constructor for class com.mysql.cj.xdevapi.SessionImpl
-
- SessionImpl() - Constructor for class com.mysql.cj.xdevapi.SessionImpl
-
- sessionLocal - Static variable in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- sessionMaxRows - Variable in class com.mysql.cj.CoreSession
-
The max-rows setting for current session
- SessionStateChange(int) - Constructor for class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- SessionStateChanged(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- SessionStateChanged() - Constructor for class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- 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
-
- sessionStateChanges - Variable in class com.mysql.cj.protocol.a.NativeServerSessionStateController.NativeServerSessionStateChanges
-
- sessionStateChanges - Variable in class com.mysql.cj.protocol.a.NativeServerSessionStateController
-
- sessionStateChanges - Variable in class com.mysql.cj.protocol.a.result.OkPacket
-
- SessionTest - Class in testsuite.x.devapi
-
- SessionTest() - Constructor for class testsuite.x.devapi.SessionTest
-
- sessionTimeZone - Variable in class com.mysql.cj.protocol.a.NativeServerSession
-
The timezone of the server
- SessionVariableChanged(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- SessionVariableChanged() - Constructor for class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- 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_NETWORK_TIMEOUT_PERM - Static variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- 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
-
defines how MySQL Server processes the view
- setAlgorithm(MysqlxCrud.ViewAlgorithm) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defined how MySQL Server processes the view
- setAlias(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- setAlias(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- setAliasBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string alias = 2;
- setAliasBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
optional alias.
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
values for parameters used in row expressions
- setArgs(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
values for parameters used in filter expression
- setArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- setArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
Arguments to bind to the prepared statement
- setArgs(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- setArgs(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
values for wildcard replacements
- setArray(int, Array) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setArray(int, Array) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setArray(MysqlxDatatypes.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- setArray(MysqlxDatatypes.Array.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Array array = 4;
- setArray(MysqlxExpr.Array) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- setArray(MysqlxExpr.Array.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Array array = 9;
- setAsciiStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setAsciiStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setAsciiStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setAsciiStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setAsciiStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setAsciiStream(long) - Method in class com.mysql.cj.jdbc.Clob
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setAsciiStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
-
- setAttribute(String, Object) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setAttribute(String, Object) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setAttribute(String, Object) - Method in class com.mysql.cj.NativeQueryAttributesBindings
-
- setAttribute(String, Object) - Method in interface com.mysql.cj.QueryAttributesBindings
-
Adds a new query attribute to the list of query attributes.
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
authentication data
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
authentication data
- setAuthData(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication data
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlNativePasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.MysqlOldPasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in class com.mysql.cj.protocol.a.authentication.Sha256PasswordPlugin
-
- setAuthenticationParameters(String, String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
This method called from Connector/J before first nextAuthenticationStep call.
- setAuthenticationParameters(String, String) - Method in class testsuite.regression.ConnectionRegressionTest.AuthTestPlugin
-
- setAuthenticationParameters(String, String) - Method in class testsuite.regression.ConnectionRegressionTest.ThreeAttemptsPlugin
-
- setAuthenticationParameters(String, String) - Method in class testsuite.regression.ConnectionRegressionTest.TwoQuestionsPlugin
-
- setAuthenticatorData(byte[]) - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Sets the FIDO Authenticator Data produced by the authenticator interaction.
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setAutoCommit(boolean) - Method in class com.mysql.cj.jdbc.ha.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
-
- setAutoCommit(boolean) - Method in class testsuite.simple.TestLifecycleInterceptor
-
- setBaseDir(String) - Method in class com.mysql.cj.admin.ServerController
-
Sets the basedir to use when starting MySQL.
- setBatchCommandIndex(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setBatchCommandIndex(int) - Method in interface com.mysql.cj.PreparedQuery
-
- setBigDecimal(String, BigDecimal) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBigDecimal(String, BigDecimal) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBigDecimal(int, BigDecimal) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBigDecimal(int, BigDecimal) - Method in interface com.mysql.cj.QueryBindings
-
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBigInteger(int, BigInteger) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.QueryBindings
-
- setBinary() - Method in class com.mysql.cj.result.Field
-
- setBinaryData(byte[]) - Method in class com.mysql.cj.jdbc.Blob
-
- setBinaryStream(long) - Method in class com.mysql.cj.jdbc.Blob
-
- setBinaryStream(long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- setBinaryStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBinaryStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBinaryStream(String, InputStream, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBinaryStream(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBinaryStream(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBinaryStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBinaryStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
-
- setBinaryStreamInternal() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setBinding(Object, MysqlType, int, AtomicBoolean) - Method in interface com.mysql.cj.BindValue
-
- setBinding(Object, MysqlType, int, AtomicBoolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setBindValues(BindValue[]) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBindValues(BindValue[]) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob(String, Blob) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBlob(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBlob(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBlob(String, InputStream, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBlob(String, Blob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBlob(String, InputStream) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBlob(int, Blob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBlob(int, InputStream) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBlob(int, Blob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBlob(int, InputStream, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBlob(int, InputStream) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBlob(int, Blob) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBlob(int, Blob) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob() - Method in class com.mysql.cj.result.Field
-
- setBoolean(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBoolean(String, boolean) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBoolean(int, boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBoolean(int, boolean) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBoolean(int, boolean) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBoolean(int, boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setBooleanRuntimeProperty(String, boolean) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setByte(String, byte) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setByte(String, byte) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setByte(int, byte) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setByte(int, byte) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setByte(int, byte) - Method in class com.mysql.cj.NativeQueryBindings
-
- setByte(int, byte) - Method in interface com.mysql.cj.QueryBindings
-
- setByteBuffer(byte[]) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Sets the array of bytes to use as a buffer to read from.
- setBytes(long, byte[]) - Method in class com.mysql.cj.jdbc.Blob
-
- setBytes(long, byte[], int, int) - Method in class com.mysql.cj.jdbc.Blob
-
- setBytes(long, byte[], int, int) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- setBytes(long, byte[]) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- setBytes(String, byte[]) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setBytes(String, byte[]) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBytes(int, byte[], boolean) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setBytes(int, byte[], boolean) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setBytes(int, byte[], boolean) - Method in class com.mysql.cj.NativeQueryBindings
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
- setBytes(int, byte[]) - Method in class com.mysql.cj.protocol.a.result.ByteArrayRow
-
- setBytes(int, byte[], boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setBytes(int, byte[]) - Method in interface com.mysql.cj.result.Row
-
Sets the given byte array as a raw column value (only works currently with ByteArrayRow).
- setCalendar(Calendar) - Method in interface com.mysql.cj.BindValue
-
- setCalendar(Calendar) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setCancelStatus(Query.CancelStatus) - Method in class com.mysql.cj.AbstractQuery
-
- setCancelStatus(Query.CancelStatus) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCancelStatus(Query.CancelStatus) - Method in interface com.mysql.cj.Query
-
- setCapabilities(ServerCapabilities) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setCapabilities(ServerCapabilities) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setCapabilities(ServerCapabilities) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setCapabilities(int, MysqlxConnection.Capability) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- setCapabilities(int, MysqlxConnection.Capability.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
repeated .Mysqlx.Connection.Capability capabilities = 1;
- setCapabilities(MysqlxConnection.Capabilities) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- setCapabilities(MysqlxConnection.Capabilities.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
required .Mysqlx.Connection.Capabilities capabilities = 1;
- setCapability(String, Object) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- setCapabilityFlags(int) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setCapabilityFlags(int) - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- setCapabilityFlags(int) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setCatalog(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setCatalog(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
catalog the schema originates from
@note
As there is currently no support for catalogs in MySQL,
don't expect this field to be set.
- setCategory(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setCaughtWhileCancelling(Throwable) - Method in interface com.mysql.cj.CancelQueryTask
-
- setCaughtWhileCancelling(Throwable) - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- setCharacterSetResultsCnt - Variable in class testsuite.regression.CharsetRegressionTest.Bug95139QueryInterceptor
-
- setCharacterSetResultsQuery - Variable in class testsuite.regression.CharsetRegressionTest.Bug95139QueryInterceptor
-
- setCharacterStream(String, Reader, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setCharacterStream(String, Reader, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setCharacterStream(long) - Method in class com.mysql.cj.jdbc.Clob
-
- setCharacterStream() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setCharacterStream(int, Reader, int) - Method in interface com.mysql.cj.QueryBindings
-
- setCharacterStreamInternal() - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setCharsetSettings(CharsetSettings) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setCharsetSettings(CharsetSettings) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setCharsetSettings(CharsetSettings) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setCheck(MysqlxCrud.ViewCheckOption) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
limits the write operations done on a VIEW
- setCheck(MysqlxCrud.ViewCheckOption) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
limits the write operations done on a VIEW
- setClearWarningsCalled(boolean) - Method in class com.mysql.cj.AbstractQuery
-
- setClearWarningsCalled(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setClearWarningsCalled(boolean) - Method in interface com.mysql.cj.Query
-
- setClientInfo(Connection, Properties) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Sets the client info for the connection that this provider
instance belongs to.
- setClientInfo(Connection, String, String) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Sets the client info for the connection that this provider
instance belongs to.
- setClientInfo(Connection, Properties) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- setClientInfo(Connection, String, String) - Method in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- setClientInfo(Connection, Properties) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- setClientInfo(Connection, String, String) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setClientInfo(Properties) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setClientInfo(String, String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setClientInfo(Connection, Properties) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug98445ClientInfoProvider
-
- setClientInfo(Connection, String, String) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug98445ClientInfoProvider
-
- setClientInfoSp - Variable in class com.mysql.cj.jdbc.ClientInfoProviderSP
-
- setClientMessages(Mysqlx.ClientMessages.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ClientMessages.Type client_messages = 3;
- setClientParam(long) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setClientParam(long) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setClientParam(long) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setClob(String, Clob) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setClob(String, Clob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setClob(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setClob(int, Clob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setClob(int, Clob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setClob(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setClob(int, Clob) - Method in class com.mysql.cj.NativeQueryBindings
-
- setClob(int, Clob) - Method in interface com.mysql.cj.QueryBindings
-
- setClosed(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setCode(int) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
error code
- setCode(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning code
- setCollation(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
optional uint64 collation = 2;
- setCollation(long) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
optional uint64 collation = 8;
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
name of the VIEW object, which should be created
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
collection to change
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
name of the VIEW object, which should be deleted
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
collection in which to find
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
collection to insert into
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
name of the VIEW object, which should be modified
- setCollection(MysqlxCrud.Collection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- setCollection(MysqlxCrud.Collection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
collection to change
- setColumn(int, String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the list of aliases for column names specified in `stmt`
- setColumn(int, String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the list of aliases for column names specified in `stmt`
- setColumnDefinition(ColumnDefinition) - Method in class com.mysql.cj.NativeQueryBindings
-
- setColumnDefinition(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.protocol.Resultset
-
Sometimes the driver doesn't have metadata before consuming the result set rows (because it's cached),
or need to coerce the metadata returned by queries into that required by the particular specification
(eg metadata returned by metadata queries into that required by the JDBC specification).
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.QueryBindings
-
- setColumnLabelToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnLabelToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnNameToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setColumnToIndexCache(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnToIndexCache(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setComment(Connection) - Method in class com.mysql.cj.jdbc.CommentClientInfoProvider
-
- setCompactMetadata(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
send only type information for
@ref Mysqlx::Resultset::ColumnMetaData, skipping names and others
- setCompactMetadata(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
send only type information for @ref Mysqlx::Resultset::ColumnMetaData,
skipping names and others
- setCompressionAlgorithms(String) - Method in class testsuite.x.devapi.CompressionTest.CompressionSettings
-
- 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
-
- setContentType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
optional uint32 content_type = 2;
- setContentType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
a hint about the higher-level encoding of a BYTES field
| Type | Value | Description |
|--------|--------|-------------------------|
| BYTES | 0x0001 | GEOMETRY (WKB encoding) |
| BYTES | 0x0002 | JSON (text encoding) |
| BYTES | 0x0003 | XML (text encoding) |
@note
This list isn't comprehensive.
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
filter expression to match rows that the operations will apply on
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria
- setCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- setCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
filter expression to match rows that the operations will apply on
- setCriteria(String) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse criteriaString into X Protocol Expr object.
- setCurrentDatabase(String) - Method in class com.mysql.cj.AbstractQuery
-
- setCurrentDatabase(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCurrentDatabase(String) - Method in interface com.mysql.cj.Query
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsCursor
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStatic
-
- setCurrentRow(int) - Method in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- setCurrentRow(int) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves the current position in the result set to the given row number.
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
client-side assigned cursor ID; must be allocated/open
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
client-side assigned cursor ID; must be already open
- setCursorId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
client-side assigned cursor ID; the ID is going to represent
the new cursor and assigned to it the statement
- setCursorName(String) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setCursorName(String) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setDatabase(String) - Method in class com.mysql.cj.jdbc.ha.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.
- setDatabase(String) - Method in class testsuite.simple.TestLifecycleInterceptor
-
- setDatabaseName(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the database name.
- setDataDir(String) - Method in class com.mysql.cj.admin.ServerController
-
Sets the data to use when starting MySQL.
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
data model that the operations refer to
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
data model that the operations refer to
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
data model that the operations refer to
- setDataModel(MysqlxCrud.DataModel) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
datamodel that the operations refer to
- setDataSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setDate(String, Date) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setDate(String, Date, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setDate(String, Date) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setDate(String, Date, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setDate(int, Date) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setDate(int, Date) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setDate(int, Date, Calendar) - Method in class com.mysql.cj.NativeQueryBindings
-
- setDate(int, Date, Calendar) - Method in interface com.mysql.cj.QueryBindings
-
- setDay(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- setDefaultValue(T) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setDefiner(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- setDefiner(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- setDefinerBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
user name of the definer, if the value isn't set then the definer
is current user
- setDefinerBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
user name of the definer,
if the value isn't set then the definer is current user
- setDelete(MysqlxCrud.Delete) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- setDelete(MysqlxCrud.Delete.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Delete delete = 5;
- setDescription(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setDescription(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setDirection(MysqlxCrud.Order.Direction) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- setDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
- setDocumentPath(int, MysqlxExpr.DocumentPathItem) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- setDocumentPath(int, MysqlxExpr.DocumentPathItem.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
document path
- setDouble(String, double) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setDouble(String, double) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setDouble(int, double) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setDouble(int, double) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setDouble(int, double) - Method in class com.mysql.cj.NativeQueryBindings
-
- setDouble(int, double) - Method in interface com.mysql.cj.QueryBindings
-
- setEnumRuntimeProperty(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setEscapeBytesIfNeeded(boolean) - Method in interface com.mysql.cj.BindValue
-
- setEscapeBytesIfNeeded(boolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setEscapeProcessing(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setEscapeProcessing(boolean) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setExceptionInterceptor(ExceptionInterceptor) - Method in class com.mysql.cj.CoreSession
-
- setExceptionInterceptor(ExceptionInterceptor) - Method in interface com.mysql.cj.Session
-
- setExecuteTime(long) - Method in class com.mysql.cj.AbstractQuery
-
- setExecuteTime(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setExecuteTime(long) - Method in interface com.mysql.cj.Query
-
- 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
-
- setFeature(Object, String, boolean) - Static method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setFetchDirection(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setFetchRows(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
number of rows that should be retrieved from sequential cursor
- setFetchRows(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
number of rows that should be retrieved from sequential cursor
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setField(Field) - Method in interface com.mysql.cj.BindValue
-
- setField(Field) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- setField(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- setField(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
repeated .Mysqlx.Expr.Expr field = 1;
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- setField(int, ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
repeated bytes field = 1;
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- setFields(Field[]) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setFields(Field[]) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setFields(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setFields(Expression) - Method in class com.mysql.cj.xdevapi.DocFilterParams
-
Parse projection expressions into X Protocol Projection objects.
- setFields(String...) - Method in class com.mysql.cj.xdevapi.DocFilterParams
-
- setFields(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse projection expressions into X Protocol Projection objects.
- setFields(String...) - Method in class com.mysql.cj.xdevapi.TableFilterParams
-
- setFieldsAndValues(Map<String, Object>) - Method in class com.mysql.cj.xdevapi.InsertParams
-
Fill insert parameters from projection_expression -> value_expression map.
- setFind(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- setFind(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Find find = 2;
- setFirstCharOfQuery(char) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setFirstCharOfQuery(char) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Sets the first character of the query that was issued to create
this result set.
- setFlags(short) - Method in class com.mysql.cj.result.Field
-
- setFlags(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
``.type`` specific flags
| Type | Value | Description |
|---------|--------|--------------|
| UINT | 0x0001 | zerofill |
| DOUBLE | 0x0001 | unsigned |
| FLOAT | 0x0001 | unsigned |
| DECIMAL | 0x0001 | unsigned |
| BYTES | 0x0001 | rightpad |
| Value | Description |
|--------|-----------------|
| 0x0010 | NOT\_NULL |
| 0x0020 | PRIMARY\_KEY |
| 0x0040 | UNIQUE\_KEY |
| 0x0080 | MULTIPLE\_KEY |
| 0x0100 | AUTO\_INCREMENT |
default: 0
- setFld(int, MysqlxDatatypes.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- setFld(int, MysqlxDatatypes.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
repeated .Mysqlx.Datatypes.Object.ObjectField fld = 1;
- setFld(int, MysqlxExpr.Object.ObjectField) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- setFld(int, MysqlxExpr.Object.ObjectField.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
list of fields
- setFloat(String, float) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setFloat(String, float) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setFloat(int, float) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setFloat(int, float) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setFloat(int, float) - Method in class com.mysql.cj.NativeQueryBindings
-
- setFloat(int, float) - Method in interface com.mysql.cj.QueryBindings
-
- setForceClosedReason(Throwable) - Method in class com.mysql.cj.NativeSession
-
- setFractionalDigits(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
displayed factional decimal digits for floating point and
fixed point numbers
- setFromBindValue(int, BindValue) - Method in class com.mysql.cj.NativeQueryBindings
-
- setFromBindValue(int, BindValue) - Method in interface com.mysql.cj.QueryBindings
-
- setFullColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setFullColumnNameToIndex(Map<String, Integer>) - Method in class com.mysql.cj.result.DefaultColumnDefinition
-
- setFunctionCall(MysqlxExpr.FunctionCall) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- setFunctionCall(MysqlxExpr.FunctionCall.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.FunctionCall function_call = 5;
- setGrouping(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- setGrouping(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
column expression list for aggregation (GROUP BY)
- setGrouping(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setGrouping(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse groupBy expressions into X Protocol Expr objects.
- setGroupingCriteria(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- setGroupingCriteria(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
filter criteria for aggregated groups
- setGroupingCriteria(String) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setGroupingCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse having expressions into X Protocol Expr objects.
- setHadWarnings(boolean) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setHoldability(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setHoldResultsOpenOverClose(boolean) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setHoldResultsOpenOverClose(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setIdentifier(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- setIdentifier(MysqlxExpr.ColumnIdentifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.ColumnIdentifier identifier = 2;
- setIfExists(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
if true then suppress error when deleted view does not exists
- setIndex(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setIndex(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
used in case of ARRY_INDEX
- setInfo(String) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setInGlobalTx(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setInGlobalTx(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set the state of being in a global (XA) transaction.
- setInitialResponse(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
initial response
- setInOutParamsOnServer() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setInsert(MysqlxCrud.Insert) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- setInsert(MysqlxCrud.Insert.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Crud.Insert insert = 3;
- setInt(String, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setInt(String, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setInt(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setInt(int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setInt(int, int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setInt(int, int) - Method in interface com.mysql.cj.QueryBindings
-
- setIntegerRuntimeProperty(String, int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setIsNational(boolean) - Method in interface com.mysql.cj.BindValue
-
- setIsNational(boolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setKeepAlive(boolean) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setKeepAlive(boolean) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setKeepAlive(boolean) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setKeepOpen(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
if is true the session will be reset, but stays authenticated; otherwise,
the session will be closed and needs to be authenticated again
- setKeepOrigNanos(boolean) - Method in interface com.mysql.cj.BindValue
-
Should the value keep original fractional seconds ignoring sendFractionalSeconds and sendFractionalSecondsForTime?
- setKeepOrigNanos(boolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setKey(String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- setKey(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- setKeyBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required string key = 1;
- setKeyBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
identifier of field
- setLargeMaxRows(long) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setLargeMaxRows(long) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setLength(int) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
maximum count of displayable characters of .type
- setLevel(MysqlxNotice.Warning.Level) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
Note or Warning
- setLevel(Schema.Validation.ValidationLevel) - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimit(MysqlxCrud.Limit.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimit(Long) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setLimit(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set maximum rows to find.
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLimitExpr(MysqlxCrud.LimitExpr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
limits the number of rows to match
(user can set one of: limit, limit_expr)
- setLiteral(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- setLiteral(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Datatypes.Scalar literal = 4;
- setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Sets an InputStream instance that will be used to send data
to the MySQL server for a "LOAD DATA LOCAL INFILE" statement
rather than a FileInputStream or URLInputStream that represents
the path given as an argument to the statement.
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.NativeSession
-
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.protocol.Protocol
-
Sets an InputStream instance that will be used to send data
to the MySQL server for a "LOAD DATA LOCAL INFILE" statement
rather than a FileInputStream or URLInputStream that represents
the path given as an argument to the statement.
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- setLock(FilterParams.RowLock) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setLock(FilterParams.RowLock) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- setLocking(MysqlxCrud.Find.RowLock) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
perform row locking on matches
- setLockingOptions(MysqlxCrud.Find.RowLockOptions) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
additional options how to handle locked rows
- setLockOption(FilterParams.RowLockOptions) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setLockOption(FilterParams.RowLockOptions) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- setLoginTimeout(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setLogWriter(PrintWriter) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
- setLong(String, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setLong(String, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setLong(int, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setLong(int, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setLong(int, long) - Method in class com.mysql.cj.NativeQueryBindings
-
- setLong(int, long) - Method in interface com.mysql.cj.QueryBindings
-
- setLongParameterSwitchDetected(boolean) - Method in class com.mysql.cj.NativeQueryBindings
-
- setLongParameterSwitchDetected(boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setLongRuntimeProperty(String, long) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setLowerBound(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setMaxAllowedPacket(int) - Method in interface com.mysql.cj.protocol.MessageSender
-
Set max allowed packet size.
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.SyncMessageSender
-
- setMaxAllowedPacket(int) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- setMaxFieldSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setMaxFieldSize(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setMaxPacketDumpLength(int) - Method in class com.mysql.cj.protocol.a.DebugBufferingPacketSender
-
- setMaxRows(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setMaxRows(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setMechName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- setMechNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
authentication mechanism name
- setMemorySizeRuntimeProperty(String, int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setMetadata(ResultSetMetaData) - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
-
- setMetadata(ResultSetMetaData) - Method in class com.mysql.cj.jdbc.result.CachedResultSetMetaDataImpl
-
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.a.result.TextBufferRow
-
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.result.AbstractResultsetRow
-
- setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Sometimes the driver doesn't have metadata until after
the statement has the result set in-hand (because it's cached),
so it can call this to set it after the fact.
- setMetadata(ColumnDefinition) - Method in class com.mysql.cj.protocol.x.XProtocolRow
-
- setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.result.Row
-
Set metadata to enable getValue functionality.
- setMetadataCollationIndex(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- setMetadataEncoding(String) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setMonth(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- setMsg(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
human-readable error message
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
optional string msg = 1;
- setMsgBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
warning message
- setMysqlInput(FullReadInputStream) - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- setMysqlInput(FullReadInputStream) - Method in class com.mysql.cj.protocol.AbstractSocketConnection
-
- setMysqlInput(FullReadInputStream) - Method in interface com.mysql.cj.protocol.SocketConnection
-
- setMysqlType(MysqlType) - Method in interface com.mysql.cj.BindValue
-
- setMysqlType(MysqlType) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setMysqlType(MysqlType) - Method in class com.mysql.cj.result.Field
-
- setMysqlTypeId(int) - Method in class com.mysql.cj.result.Field
-
- setName(String) - Method in interface com.mysql.cj.BindValue
-
- setName(String) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- setName(MysqlxExpr.Identifier) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- setName(MysqlxExpr.Identifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
identifier of function; at least name of it
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- setName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- setName(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
optional string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of column
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
name of operator
- setNamesCnt - Variable in class testsuite.regression.CharsetRegressionTest.Bug95139QueryInterceptor
-
- setNamespace(String) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- setNamespaceBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
namespace of the statement to be executed
- setNamesQuery - Variable in class testsuite.regression.CharsetRegressionTest.Bug95139QueryInterceptor
-
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setNCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNCharacterStream(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNCharacterStream(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNCharacterStream(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNCharacterStream(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
-
- setNClob(String, NClob) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNClob(String, NClob) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNClob(String, Reader, long) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNClob(String, Reader) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNClob(int, Reader) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNClob(int, NClob) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNClob(int, NClob) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNClob(int, Reader, long) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNClob(int, Reader) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNClob(int, NClob) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNClob(int, NClob) - Method in interface com.mysql.cj.QueryBindings
-
- setNeedsPing(boolean) - Method in class com.mysql.cj.NativeSession
-
- setNegative(boolean) - Method in class com.mysql.cj.protocol.InternalTime
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setNextResultset(Resultset) - Method in class com.mysql.cj.protocol.a.result.NativeResultset
-
- setNextResultset(Resultset) - Method in interface com.mysql.cj.protocol.Resultset
-
- setNString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNString(int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Set a parameter to a Java String value.
- setNString(int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNString(int, String) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNString(int, String) - Method in interface com.mysql.cj.QueryBindings
-
- setNull(boolean) - Method in interface com.mysql.cj.BindValue
-
- setNull(String, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNull(String, int, String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setNull(String, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNull(String, int, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setNull(int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNull(int, int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNull(int, MysqlType) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setNull(int, MysqlType) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setNull(int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNull(int, int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setNull(int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNull(boolean) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setNull(int) - Method in interface com.mysql.cj.QueryBindings
-
- setNumberOfExecutions(int) - Method in class com.mysql.cj.NativeQueryBindings
-
- setNumberOfExecutions(int) - Method in interface com.mysql.cj.QueryBindings
-
- setObj(MysqlxDatatypes.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- setObj(MysqlxDatatypes.Object.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Object obj = 3;
- setObject(String, Object) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, int, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setObject(String, Object, int, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(String, Object, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(String, Object) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(String, Object, SQLType) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(String, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setObject(int, Object) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object, int, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setObject(int, Object) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object, int, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object, SQLType) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object, SQLType, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setObject(int, Object) - Method in class com.mysql.cj.NativeQueryBindings
-
- setObject(int, Object, MysqlType, int) - Method in class com.mysql.cj.NativeQueryBindings
-
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
- setObject(int, Object) - Method in interface com.mysql.cj.QueryBindings
-
- setObject(int, Object, MysqlType, int) - Method in interface com.mysql.cj.QueryBindings
-
- setObject(MysqlxExpr.Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- setObject(MysqlxExpr.Object.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Object object = 8;
- setObjectFromTz(Properties, String, Object, SQLType, TimeZone) - Method in class testsuite.simple.DateTimeTest
-
- setObjectFromTz(Properties, String, Object, SQLType, TimeZone, String) - Method in class testsuite.simple.DateTimeTest
-
- setObjectFromTz(Properties, String, Object, SQLType, TimeZone, String, String) - Method in class testsuite.simple.DateTimeTest
-
- setObjectFromTz(Properties, String, Object, SQLType, TimeZone, String, String, DateTimeTest.UseMethod) - Method in class testsuite.simple.DateTimeTest
-
- setObjectFromTz(Properties, String, Object, SQLType, TimeZone, String, String, DateTimeTest.UseMethod, Calendar) - Method in class testsuite.simple.DateTimeTest
-
- setOffset(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setOffset(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to skip before applying the row_count
- setOffset(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- setOffset(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to skip before applying the row_count
- setOffset(Long) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setOffset(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set number of rows to skip before finding others.
- setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setOOBInline(boolean) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setOOBInline(boolean) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setOOBInline(boolean) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setOp(MysqlxExpect.Open.CtxOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
optional .Mysqlx.Expect.Open.CtxOperation op = 1 [default = EXPECT_CTX_COPY_PREV];
- setOp(MysqlxExpect.Open.Condition.ConditionOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
optional .Mysqlx.Expect.Open.Condition.ConditionOperation op = 3 [default = EXPECT_OP_SET];
- setOperation(int, MysqlxCrud.UpdateOperation) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- setOperation(int, MysqlxCrud.UpdateOperation.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
list of operations to be applied.
- setOperation(MysqlxCrud.UpdateOperation.UpdateType) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
the type of operation to be performed
- setOperator(MysqlxExpr.Operator) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- setOperator(MysqlxExpr.Operator.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional .Mysqlx.Expr.Operator operator = 6;
- setOrder(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
specifies order of matched rows
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
sort-order in which the rows/document shall be returned in
- setOrder(int, MysqlxCrud.Order) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- setOrder(int, MysqlxCrud.Order.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
specifies order of matched rows
- setOrder(String...) - Method in class com.mysql.cj.xdevapi.AbstractFilterParams
-
- setOrder(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse order expressions into X Protocol Order objects.
- setOriginalName(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the column before an alias was applied
- setOriginalSql(String) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setOriginalSql(String) - Method in interface com.mysql.cj.PreparedQuery
-
- setOriginalTable(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from before an alias was applied
- setOutParams() - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setOutputStream(OutputStream) - Method in class com.mysql.cj.protocol.x.ReusableOutputStream
-
- setOwner(ResultsetRowsOwner) - Method in class com.mysql.cj.protocol.a.result.AbstractResultsetRows
-
- setOwner(ResultsetRowsOwner) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Set the result set that 'owns' this RowData
- setOwningStatement(JdbcStatement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setOwningStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Sets the statement that "owns" this result set (usually used when the
result set should internally "belong" to one statement, but is created
by another.
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
-
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
-
- setParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- setParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
list of parameters
- setParam(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- setParam(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
list of parameters
- setParam(MysqlxNotice.SessionStateChanged.Parameter) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
parameter key
- setParam(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- setParamBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
name of the variable
- setParameter(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setParameterCount(int) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setParameterCount(int) - Method in interface com.mysql.cj.PreparedQuery
-
- setParameterFields(Field[]) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setParamValue(ClientPreparedStatement, int, Row, int, Field) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- setPassword(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the password
- setPayload(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
required bytes payload = 4;
- setPayload(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the payload of the notification
- setPayloadLength(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set the actual length of payload written to buffer.
- setPerformancePreferences(int, int, int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setPingTarget(PingTarget) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setPingTarget(PingTarget) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setPoolable(boolean) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setPort(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the database port.
- setPortNumber(int) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the port number
- setPosition(int) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Set the current position to write to/ read from
- setPosition(int) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional uint32 position = 7;
- setPrepareExecute(MysqlxPrepare.Execute) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- setPrepareExecute(MysqlxPrepare.Execute.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
optional .Mysqlx.Prepare.Execute prepare_execute = 2;
- setProjection(int, MysqlxCrud.Projection) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- setProjection(int, MysqlxCrud.Projection.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
list of column projections that shall be returned
- setProjection(int, MysqlxCrud.Column) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- setProjection(int, MysqlxCrud.Column.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
name of the columns to insert data into
(empty if data_model is DOCUMENT)
- setProjection(String[]) - Method in class com.mysql.cj.xdevapi.InsertParams
-
Set X Protocol Column objects list for projection.
- setPropertiesViaRef(Reference) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Initializes driver properties that come from a JNDI reference (in the
case of a javax.sql.DataSource bound into some name service that doesn't
handle Java objects directly).
- setPropertySet(PropertySet) - Method in class com.mysql.cj.protocol.AbstractProtocol
-
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.protocol.Protocol
-
- setPropertySet(PropertySet) - Method in class com.mysql.cj.result.DefaultValueFactory
-
- setPropertySet(PropertySet) - Method in class com.mysql.cj.result.StringValueFactory
-
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.result.ValueFactory
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Sets this connection's proxy.
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setProxy(JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setProxy(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setQueryBindings(QueryBindings) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setQueryBindings(QueryBindings) - Method in interface com.mysql.cj.PreparedQuery
-
- setQueryComment(String) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setQueryComment(String) - Method in interface com.mysql.cj.protocol.Protocol
-
Sets the comment that will be prepended to all statements
sent to the server.
- setQueryComment(String) - Method in class com.mysql.cj.protocol.x.XProtocol
-
- setQueryInfo(QueryInfo) - Method in class com.mysql.cj.ClientPreparedQuery
-
- setQueryInfo(QueryInfo) - Method in interface com.mysql.cj.PreparedQuery
-
- setQueryInterceptors(List<QueryInterceptor>) - Method in class com.mysql.cj.NativeSession
-
- setQueryInterceptors(List<QueryInterceptor>) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setQueryTimeout(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setQueryTimeout(int) - Method in class com.mysql.cj.jdbc.StatementWrapper
-
- setQueryToCancel(Query) - Method in interface com.mysql.cj.CancelQueryTask
-
- setQueryToCancel(Query) - Method in class com.mysql.cj.CancelQueryTaskImpl
-
- setRead(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- setReadOnly(boolean) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setReadOnlyInternal(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setReceiveBufferSize(int) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setReceiveBufferSize(int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setReceiveBufferSize(int) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setRef(int, Ref) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setRef(int, Ref) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- setReplaceExisting(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
if true then suppress error when created view already exists;
just replace it
- setReprepareState() - Method in class com.mysql.cj.xdevapi.PreparableStatement
-
Mark this preparable statement to be deallocated and re-prepared on next execution, if it is currently prepared.
- setResult(Class<T>) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setResultFetchSize(int) - Method in class com.mysql.cj.AbstractQuery
-
- setResultFetchSize(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setResultFetchSize(int) - Method in interface com.mysql.cj.Query
-
- setResultFields(ColumnDefinition) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets the concurrency
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
- setResultSetConcurrency(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Sets the concurrency for result sets generated by this statement
- setResultSetType(int) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets the result set type
- setResultSetType(Resultset.Type) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Sets the result set type for result sets generated by this statement
- setResultSetType(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- 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
-
- setReuseAddress(boolean) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setReuseAddress(boolean) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setReuseAddress(boolean) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setReuseExisting(boolean) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- setRow(int, MysqlxCrud.Insert.TypedRow) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- setRow(int, MysqlxCrud.Insert.TypedRow.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
- setRowCount(long) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
maximum rows to filter
- setRowCount(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- setRowCount(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
maximum rows to filter
- setRowId(String, RowId) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setRowId(String, RowId) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setRowId(int, RowId) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setRowId(int, RowId) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setRowPositionValidity() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setRuntimeModifiable(boolean) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setSavepoint() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSavepoint(MysqlSavepoint) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSavepoint() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSavepoint() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSavepoint(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSavepoint() - Method in interface com.mysql.cj.xdevapi.Session
-
- setSavepoint(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Creates or replaces a transaction savepoint with the given name.
- setSavepoint() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- setSavepoint(String) - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- setScalar(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- setScalar(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
optional .Mysqlx.Datatypes.Scalar scalar = 2;
- setScale(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setScale(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setScaleOrLength(long) - Method in interface com.mysql.cj.BindValue
-
- setScaleOrLength(long) - Method in class com.mysql.cj.NativeQueryBindValue
-
- setSchema(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSchema(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSchema(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSchema(String) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- setSchema(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
schema the column originates from
- setSchema(String) - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- setSchemaBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
optional string schema = 2;
- setSchemaName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- setSchemaName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- setSchemaNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of schema
- setSchemaNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
optional string schema_name = 2;
- setScope(MysqlxNotice.Frame.Scope) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
global or local notification
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setSecurity(MysqlxCrud.ViewSqlSecurity) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
defines the security context in which the view is going be executed
- setSecurity(MysqlxCrud.ViewSqlSecurity) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
defines the security context in which the view is going be executed
- setSendBufferSize(int) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setSendBufferSize(int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setSendBufferSize(int) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setSerializableObject(int, Object) - Method in class com.mysql.cj.NativeQueryBindings
-
Sets the value for the placeholder as a serialized Java object (used by various forms of setObject()
- setServerInfo(String) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
Sets server info (if any)
- setServerMessages(Mysqlx.ServerMessages.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional .Mysqlx.ServerMessages.Type server_messages = 2;
- setServerName(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the server name.
- setServerStatementId(long) - Method in class com.mysql.cj.ServerPreparedQuery
-
- setServerThreadId(long) - Method in class com.mysql.cj.protocol.a.TracingPacketSender
-
- setServerVariables(Map<String, String>) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setServerVariables(Map<String, String>) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setServerVariables(Map<String, String>) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setSessionKey(String) - Static method in class com.mysql.cj.jdbc.interceptors.SessionAssociationInterceptor
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setSessionMaxRows(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setSessionMaxRows(int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the sql select limit max-rows for this session if different from current.
- setSessionMaxRows(int) - Method in class com.mysql.cj.NativeSession
-
- setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in class com.mysql.cj.protocol.a.NativeServerSessionStateController
-
- setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in interface com.mysql.cj.protocol.ServerSessionStateController
-
Set the object containing server session changes collected from the latest query execution.
- setSessionTimeZone(TimeZone) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setSessionTimeZone(TimeZone) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setSessionTimeZone(TimeZone) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setSessionVariables() - Method in class com.mysql.cj.NativeSession
-
- setSeverity(Mysqlx.Error.Severity) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
severity of the error message
- setShort(String, short) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setShort(String, short) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setShort(int, short) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setShort(int, short) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setShort(int, short) - Method in class com.mysql.cj.NativeQueryBindings
-
- setShort(int, short) - Method in interface com.mysql.cj.QueryBindings
-
- setSignature(byte[]) - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Sets the FIDO Signature produced by the authenticator interaction.
- setSinceVersion(String) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setSocketFactory(SocketFactory) - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest.MockSocketConnection
-
- 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
-
- setSoLinger(boolean, int) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setSoLinger(boolean, int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setSoLinger(boolean, int) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setSoTimeout(int) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setSoTimeout(int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setSoTimeout(int) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setSource(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- setSource(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
the expression identifying an element from the source data,
which can include a column identifier or any expression
- setSource(MysqlxExpr.ColumnIdentifier) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- setSource(MysqlxExpr.ColumnIdentifier.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
specification of the value to be updated
- if data_model is TABLE, a column name may be specified and also
a document path, if the column has type JSON
- if data_model is DOCUMENT, only document paths are allowed
@note in both cases, schema and table must be not set
- setSourceOfAuthData(String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
-
- setSourceOfAuthData(String) - Method in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- setSourceOfAuthData(String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Connector/J uses this method to identify the source of the authentication data, as an authentication plugin name, that will be available to the next
authentication step(s).
- setSQLState(String) - Method in exception com.mysql.cj.exceptions.CJException
-
- setSqlState(String) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- setSqlStateBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
SQL state
- setSQLXML(String, SQLXML) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setSQLXML(String, SQLXML) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setSQLXML(int, SQLXML) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setSQLXML(int, SQLXML) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setStartPosition(int) - Method in class com.mysql.cj.util.StringInspector
-
Sets the position from where the source string will be processed from now on, taking into consideration the "escaped" status of current character, if
the mode
SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the default search mode.
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setStatementComment(String) - Method in class com.mysql.cj.jdbc.ha.ReplicationMySQLConnection
-
- setStatementComment(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the comment that will be prepended to all statements
sent to the server.
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setStatusFlags(int, boolean) - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setStatusFlags(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
Sets new server status (from response) without saving it's old state
- setStatusFlags(int, boolean) - Method in interface com.mysql.cj.protocol.ServerSession
-
Sets new server status (from response)
- setStatusFlags(int) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setStatusFlags(int, boolean) - Method in class com.mysql.cj.protocol.x.XServerSession
-
- setStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- setStmt(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- setStmt(MysqlxCrud.Find) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- setStmt(MysqlxCrud.Find.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
Mysqlx.Crud.Find message from which the SELECT statement
is going to be build
- setStmt(MysqlxCursor.Open.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- setStmt(MysqlxCursor.Open.OneOfMessage.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
statement for which the resultset is going to be iterated through by the cursor
- setStmt(MysqlxPrepare.Prepare.OneOfMessage) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- setStmt(MysqlxPrepare.Prepare.OneOfMessage.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
defines one of following messages to be prepared:
Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
- setStmt(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
statement that shall be executed
- setStmtExecute(MysqlxSql.StmtExecute) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- setStmtExecute(MysqlxSql.StmtExecute.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
optional .Mysqlx.Sql.StmtExecute stmt_execute = 6;
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
client-side assigned statement ID, must be already prepared
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
client-side assigned statement ID, must be already prepared
- setStmtId(int) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
client-side assigned statement ID, which is going to identify
the result of preparation
- setStopPosition(int) - Method in class com.mysql.cj.util.StringInspector
-
Sets the position where the source string processing will stop.
- setStreamingData(ResultsetRows) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setString(String, String) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setString(int, String) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setString(long, String) - Method in class com.mysql.cj.jdbc.Clob
-
- setString(long, String, int, int) - Method in class com.mysql.cj.jdbc.Clob
-
- setString(String) - Method in class com.mysql.cj.jdbc.MysqlSQLXML
-
- setString(int, String) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setString(int, String) - Method in class com.mysql.cj.NativeQueryBindings
-
- setString(int, String) - Method in interface com.mysql.cj.QueryBindings
-
- setStringRuntimeProperty(String, String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Used in properties setters added by instrumentation.
- setTable(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
name of the table the column originates from
- setTableName(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- setTableNameBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
name of table
- setTag(String) - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
Tag current position with the given key for future reference.
- setTcpNoDelay(boolean) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setTcpNoDelay(boolean) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setTcpNoDelay(boolean) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setThreadId(long) - Method in class com.mysql.cj.protocol.a.NativeCapabilities
-
- setThreadId(long) - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- setThreadId(long) - Method in class com.mysql.cj.protocol.x.XServerCapabilities
-
- setTime(String, Time) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setTime(String, Time, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setTime(String, Time) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setTime(String, Time, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setTime(int, Time) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setTime(int, Time) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setTime(int, Time, Calendar) - Method in class com.mysql.cj.NativeQueryBindings
-
- setTime(int, Time, Calendar) - Method in interface com.mysql.cj.QueryBindings
-
- setTimeoutInMillis(int) - Method in class com.mysql.cj.AbstractQuery
-
- setTimeoutInMillis(int) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- setTimeoutInMillis(int) - Method in interface com.mysql.cj.Query
-
- setTimestamp(String, Timestamp) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setTimestamp(String, Timestamp) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setTimestamp(int, Timestamp) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setTimestamp(int, Timestamp) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setTimestamp(int, Timestamp, Calendar, Field, MysqlType) - Method in class com.mysql.cj.NativeQueryBindings
-
- setTimestamp(int, Timestamp, Calendar, Field, MysqlType) - Method in interface com.mysql.cj.QueryBindings
-
- setTrafficClass(int) - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- setTrafficClass(int) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- setTrafficClass(int) - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setTransactionIsolation(int) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setTransactionTimeout(int) - Method in class com.mysql.cj.jdbc.MysqlXAConnection
-
- setTransactionTimeout(int) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- setTransferSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setTransient(boolean) - Method in exception com.mysql.cj.exceptions.CJException
-
- setType(MysqlxCursor.Open.OneOfMessage.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
required .Mysqlx.Cursor.Open.OneOfMessage.Type type = 1;
- setType(MysqlxDatatypes.Any.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
required .Mysqlx.Datatypes.Any.Type type = 1;
- setType(MysqlxDatatypes.Scalar.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
required .Mysqlx.Datatypes.Scalar.Type type = 1;
- setType(MysqlxExpr.DocumentPathItem.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
required .Mysqlx.Expr.DocumentPathItem.Type type = 1;
- setType(MysqlxExpr.Expr.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
required .Mysqlx.Expr.Expr.Type type = 1;
- setType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
the type of the payload
- setType(int) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
type of group replication event
- setType(MysqlxPrepare.Prepare.OneOfMessage.Type) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
required .Mysqlx.Prepare.Prepare.OneOfMessage.Type type = 1;
- setType(MysqlxResultset.ColumnMetaData.FieldType) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
datatype of the field in a row
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- setUncompressedSize(long) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
optional uint64 uncompressed_size = 1;
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
Deprecated.
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk.Builder
-
- setUp() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Override this method with code that sets up the testcase for
demonstrating your bug (creating tables, populating data, etc).
- setUp() - Method in class com.mysql.cj.protocol.x.SyncMessageWriterTest
-
- setUp() - Method in class testsuite.perf.LoadStorePerfTest
-
- setUp() - Method in class testsuite.perf.RetrievalPerfTest
-
- setUp() - Method in class testsuite.regression.DataSourceRegressionTest
-
Sets up this test, calling registerDataSource() to bind a DataSource into JNDI, using the FSContext JNDI provider from Sun
- setUp() - Method in class testsuite.regression.MicroPerformanceRegressionTest
-
- setUp() - Method in class testsuite.regression.PooledConnectionRegressionTest
-
Set up test case before a test is run.
- setUp() - Method in class testsuite.regression.SubqueriesRegressionTest
-
- setUp() - Method in class testsuite.simple.BlobTest
-
Setup the test case
- setUp() - Method in class testsuite.simple.DataSourceTest
-
Sets up this test, binding a DataSource into JNDI, using a mock in-memory JNDI provider.
- setUp() - Method in class testsuite.simple.QueryAttributesTest
-
- setUp() - Method in class testsuite.simple.SSLTest
-
- setUp() - Method in class testsuite.simple.TraversalTest
-
- setUp() - Method in class testsuite.simple.UpdatabilityTest
-
- setup() - Method in class testsuite.simple.XATest
-
- setUpBase(TestInfo) - Method in class testsuite.BaseTestCase
-
Creates resources used by all tests.
- setupBaseTableTest() - Method in class testsuite.x.devapi.BaseTableTestCase
-
- setupCollectionTest() - Method in class testsuite.x.devapi.BaseCollectionTestCase
-
- setupCollectionTest() - Method in class testsuite.x.devapi.SchemaTest
-
- setupCollectionTest() - Method in class testsuite.x.devapi.TransactionTest
-
- setupCompressionTest() - Method in class testsuite.x.devapi.CompressionTest
-
- 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.
- setupFailoverTest() - Method in class testsuite.x.devapi.SessionFailoverTest
-
- setupIpv6SupportTest() - Method in class testsuite.x.devapi.Ipv6SupportTest
-
- setupIsNullBitmask() - Method in class com.mysql.cj.protocol.a.result.BinaryBufferRow
-
Unpacks the bitmask at the head of the row packet that tells us what
columns hold null values, and sets the "home" position directly after the
bitmask.
- setUpperBound(int) - Method in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- setupPropertiesTransformer() - Method in class com.mysql.cj.conf.ConnectionUrl
-
- setupSecureSessionTest() - Method in class testsuite.simple.ConnectionTest
-
- setupSecureSessionTest() - Method in class testsuite.x.devapi.SecureSessionTest
-
- setUpsert(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.Builder
-
true if this should be treated as an Upsert
(that is, update on duplicate key)
- setUpsert(boolean) - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Set upsert flag on this statement.
- setUpsert(boolean) - Method in class com.mysql.cj.xdevapi.AddStatementImpl
-
- setupServerForTruncationChecks() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- setupSessionTest() - Method in class testsuite.x.devapi.SessionTest
-
- setupStreamingTimeout(JdbcConnection) - Method in class com.mysql.cj.jdbc.StatementImpl
-
Adjust net_write_timeout to a higher value if we're streaming result sets.
- setupTableTest() - Method in class testsuite.x.devapi.MetadataTest
-
- setupTableTest() - Method in class testsuite.x.devapi.ResultTest
-
- setupTestProtocol() - Method in class testsuite.x.internal.XProtocolAsyncTest
-
- setupTestProtocol() - Method in class testsuite.x.internal.XProtocolAuthTest
-
- setupTestProtocol() - Method in class testsuite.x.internal.XProtocolTest
-
- setupTestSession() - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- setupTestSession() - Method in class testsuite.x.internal.MysqlxSessionTest
-
- setURL(String, URL) - Method in class com.mysql.cj.jdbc.CallableStatement
-
- setURL(String, URL) - Method in class com.mysql.cj.jdbc.CallableStatementWrapper
-
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
- setURL(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the URL for this connection
- setUrl(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
This method is used by the app server to set the url string specified
within the datasource deployment descriptor.
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- setURL(int, URL) - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- setUser(String) - Method in class com.mysql.cj.jdbc.MysqlDataSource
-
Sets the user ID.
- setValidation(Schema.Validation) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- setValidation(Schema.Validation) - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
-
- setValue(T) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- setValue(T, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
- setValue(T) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Set the object value of a property directly.
- setValue(T, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Set the object value of a property directly.
- setValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- setValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
an expression to be computed as the new value for the operation
- setValue(int, MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- setValue(int, MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array.Builder
-
repeated .Mysqlx.Datatypes.Any value = 1;
- setValue(MysqlxDatatypes.Any) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(MysqlxDatatypes.Any.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField.Builder
-
required .Mysqlx.Datatypes.Any value = 2;
- setValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets.Builder
-
required bytes value = 1;
- setValue(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String.Builder
-
required bytes value = 1;
- setValue(int, MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- setValue(int, MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array.Builder
-
list of values
- setValue(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- setValue(MysqlxExpr.Expr) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- setValue(MysqlxExpr.Expr.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField.Builder
-
value of field
- setValue(int, MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- setValue(int, MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Builder
-
updated value
- setValue(MysqlxDatatypes.Scalar) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- setValue(MysqlxDatatypes.Scalar.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged.Builder
-
the changed value of param
- setValue(String) - Method in class com.mysql.cj.xdevapi.JsonNumber
-
Set number value.
- setValue(String) - Method in class com.mysql.cj.xdevapi.JsonString
-
Set JsonString value.
- setValue(Object) - Method in class com.mysql.cj.xdevapi.UpdateSpec
-
Set value to be set by this update operation.
- setValueBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
optional string value = 2;
- setValueInternal(String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
Set the value of a property from a string value.
- setValueInternal(T, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.AbstractRuntimeProperty
-
Internal method for setting property value; ignoring the RUNTIME_NOT_MODIFIABLE flag.
- setValueInternal(Integer, String, ExceptionInterceptor) - Method in class com.mysql.cj.conf.MemorySizeProperty
-
- setVariable(String) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- setVariableBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
optional string variable = 3;
- setVBool(boolean) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional bool v_bool = 8;
- setVDouble(double) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional double v_double = 6;
- setVendorCode(int) - Method in exception com.mysql.cj.exceptions.CJException
-
- setVFloat(float) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional float v_float = 7;
- setView(boolean) - Method in class com.mysql.cj.xdevapi.TableImpl
-
Set flag indicating if the underlying object is a view.
- setViewId(String) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- setViewIdBytes(ByteString) - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
view identifier
- setVOctets(MysqlxDatatypes.Scalar.Octets) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- setVOctets(MysqlxDatatypes.Scalar.Octets.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
4 is unused, was Null which doesn't have a storage anymore
- setVSignedInt(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional sint64 v_signed_int = 2;
- setVString(MysqlxDatatypes.Scalar.String) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- setVString(MysqlxDatatypes.Scalar.String.Builder) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional .Mysqlx.Datatypes.Scalar.String v_string = 9;
- setVUnsignedInt(long) - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
optional uint64 v_unsigned_int = 3;
- setWarningCount(int) - Method in class com.mysql.cj.protocol.a.NativeProtocol
-
- setWarningCount(int) - Method in class com.mysql.cj.protocol.a.result.OkPacket
-
- setWasStreamingResults() - Method in interface com.mysql.cj.exceptions.StreamingNotifiable
-
- setWasStreamingResults() - Method in exception com.mysql.cj.jdbc.exceptions.CommunicationsException
-
- setWatcher(OutputStreamWatcher) - Method in class com.mysql.cj.protocol.WatchableOutputStream
-
- setWatcher(OutputStreamWatcher) - Method in interface com.mysql.cj.protocol.WatchableStream
-
- setWatcher(WriterWatcher) - Method in class com.mysql.cj.protocol.WatchableWriter
-
- setWorkerCount(int) - Method in class testsuite.simple.ConnectionTest.SpawnedWorkerCounter
-
- 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(int) - Constructor for enum com.mysql.cj.x.protobuf.Mysqlx.Error.Severity
-
- severity_ - Variable in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- severity_ - Variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- SEVERITY_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- SHA1_ALGORITHM - Static variable in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- SHA1_HASH_LENGTH - Static variable in class com.mysql.cj.sasl.ScramSha1SaslClient
-
- SHA256_ALGORITHM - Static variable in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- SHA256_HASH_LENGTH - Static variable in class com.mysql.cj.sasl.ScramSha256SaslClient
-
- 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
- SharedInfoForTestBug67760() - Constructor for class testsuite.regression.StressRegressionTest.SharedInfoForTestBug67760
-
- sharedSendPacket - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- shiftExpr() - Method in class com.mysql.cj.xdevapi.ExprParser
-
- shortData - Static variable in class testsuite.x.devapi.CompressionTest
-
- shortDataDoc - Static variable in class testsuite.x.devapi.CompressionTest
-
- shortestQueryTimeMs - Variable in class com.mysql.cj.log.BaseMetricsHolder
-
- shortValueFactory - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- ShortValueFactory - Class in com.mysql.cj.result
-
A value factory for creating short values.
- ShortValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.ShortValueFactory
-
- ShortValueFactoryTest - Class in com.mysql.cj.result
-
- ShortValueFactoryTest() - Constructor for class com.mysql.cj.result.ShortValueFactoryTest
-
- 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
-
- shouldExceptionTriggerFailover(Throwable) - Method in class testsuite.regression.ConnectionRegressionTest.Bug75168LoadBalanceExceptionChecker
-
- 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.
- shouldWait - Variable in class testsuite.x.devapi.RowLockingTest.FindRowLock
-
- shouldWait - Variable in class testsuite.x.devapi.RowLockingTest.SelectRowLock
-
- shutdown(boolean) - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
Shuts down this thread either checking or not the context ClassLoaders from the involved threads.
- 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.NamedPipeSocketFactory.NamedPipeSocket
-
- shutdownInput() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- shutdownInput() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- shutdownInput() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- shutdownOutput() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- shutdownOutput() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- shutdownOutput() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- 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
- shutdownSilently() - Method in class testsuite.x.devapi.SessionFailoverTest.ConnectionsCounterFakeServer
-
- sign(byte[], RSAPrivateKey) - Static method in class com.mysql.cj.protocol.ExportControlled
-
- signature - Variable in class com.mysql.cj.callback.FidoAuthenticationCallback
-
- 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
-
- SimplePacketReaderTest - Class in com.mysql.cj.protocol.a
-
Tests for simple packet reader.
- SimplePacketReaderTest() - Constructor for class com.mysql.cj.protocol.a.SimplePacketReaderTest
-
- SimplePacketReaderTest.FixedBufferSocketConnection - Class in com.mysql.cj.protocol.a
-
- SimplePacketReaderTest.MockSocketConnection - Class in com.mysql.cj.protocol.a
-
- 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
-
- SimplePacketSenderTest - Class in com.mysql.cj.protocol.a
-
Tests for simple/direct packet sender.
- SimplePacketSenderTest() - Constructor for class com.mysql.cj.protocol.a.SimplePacketSenderTest
-
- SimpleQuery - Class in com.mysql.cj
-
- SimpleQuery(NativeSession) - Constructor for class com.mysql.cj.SimpleQuery
-
- SimpleSaxToReader() - Constructor for class com.mysql.cj.jdbc.MysqlSQLXML.SimpleSaxToReader
-
- simpleSuccessfulQuery() - Method in class testsuite.x.internal.XProtocolAsyncTest
-
- SimpleTransformer - Class in testsuite.simple
-
Used for testing the ConnectionPropertiesTransform functionality.
- SimpleTransformer() - Constructor for class testsuite.simple.SimpleTransformer
-
- sinceVersion - Variable in class com.mysql.cj.conf.AbstractPropertyDefinition
-
- singleByte - Variable in class com.mysql.cj.protocol.x.CompressionSplittedInputStream
-
- singleByte - Variable in class com.mysql.cj.protocol.x.CompressionSplittedOutputStream
-
- SingleConnectionUrl - Class in com.mysql.cj.conf.url
-
- SingleConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.url.SingleConnectionUrl
-
- SingleStringIterator(String) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData.SingleStringIterator
-
- 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 testsuite.MockJndiContextFactory.MockJndiName
-
- SJIS_CHARS - Static variable in class testsuite.simple.CharsetTest
-
Test data of sjis.
- 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(long) - Method in class testsuite.InjectedSocketFactory.InjectedInputStream
-
- skip(long) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053InputStreamWrapper
-
- skip(long) - Method in class testsuite.UnreliableSocketFactory.HangingInputStream
-
- 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.
- skipPacket() - Method in interface com.mysql.cj.protocol.MessageReader
-
Skips the next packet, or the current one if previously probed, by reading and discarding it.
- SLASH_STAR_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
-
- sleepMillisForProperty(PropertySet, PropertyKey) - Static method in class testsuite.UnreliableSocketFactory
-
- Slf4JLogger - Class in com.mysql.cj.log
-
- Slf4JLogger(String) - Constructor for class com.mysql.cj.log.Slf4JLogger
-
- slowQueryThreshold - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- slowQueryThresholdMillis - Variable in class com.mysql.cj.ServerPreparedQuery
-
- smallPacketsArentCompressed() - Method in class com.mysql.cj.protocol.a.CompressedPacketSenderTest
-
- smartBufferMultipleResults() - Method in class testsuite.x.devapi.SessionTest
-
- 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 - Variable in class com.mysql.jdbc.SocketFactoryWrapper
-
- SocketFactoryWrapper - Class in com.mysql.jdbc
-
Wraps the legacy com.mysql.jdbc.SocketFactory implementations so they can be used as
SocketFactory
- SocketFactoryWrapper(SocketFactory) - 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
- SocketWrapper(Socket, PropertySet, HostInfo) - Constructor for class testsuite.InjectedSocketFactory.SocketWrapper
-
- 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
-
- 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 - Variable in class com.mysql.cj.util.EscapeTokenizer
-
- source - Variable in class com.mysql.cj.util.StringInspector
-
- source - Variable in class com.mysql.cj.xdevapi.UpdateSpec
-
- source_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- source_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- source_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- source_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- 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
-
- sourceBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection.Builder
-
- sourceBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation.Builder
-
- sourceConnection - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- sourceHostList - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- sourceHosts - Variable in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
- sourceHosts - Variable in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
- sourceHosts - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- sourceLength - Variable in class com.mysql.cj.util.EscapeTokenizer
-
- sourceOfAuthData - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationFidoClient
-
- sourceOfAuthData - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- SPACE_STAR_SLASH_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
-
- SPATIAL - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams
-
- SpawnedWorkerCounter() - Constructor for class testsuite.simple.ConnectionTest.SpawnedWorkerCounter
-
- split(String, boolean) - Method in class com.mysql.cj.util.StringInspector
-
Splits the source string by the given delimiter.
- split(String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter
- split(String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, boolean, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- splitByUserInfoAndHostInfo(String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Splits the given authority segment in the user information part and the host part.
- 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.
- SplitDBdotNameTest - Class in testsuite.simple
-
Tests new StringUtils functions in the driver: public static String sanitizeProcOrFuncName(String src) and public static List splitDBdotName(String src,
String cat, String quotId, boolean isNoBslashEscSet)
By the time sanitizeProcOrFuncName is called we should only have DB.SP as src, ie.
- SplitDBdotNameTest() - Constructor for class testsuite.simple.SplitDBdotNameTest
-
- splitPacketTest() - Method in class com.mysql.cj.protocol.a.SimplePacketSenderTest
-
- sql - Variable in class com.mysql.cj.QueryInfo
-
- 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 - Variable in class com.mysql.cj.xdevapi.SqlStatementImpl
-
- SQL2003_KEYWORDS - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- 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_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;
- sqlArguments() - Method in class testsuite.x.devapi.SessionTest
-
- SqlDateValueEncoder - Class in com.mysql.cj.protocol.a
-
- SqlDateValueEncoder() - Constructor for class com.mysql.cj.protocol.a.SqlDateValueEncoder
-
- SqlDateValueFactory - Class in com.mysql.cj.result
-
A value factory for creating Date values.
- SqlDateValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlDateValueFactory
-
- SqlDateValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.SqlDateValueFactory
-
- SqlDateValueFactoryTest - Class in com.mysql.cj.result
-
Tests for JDBC Date creation.
- SqlDateValueFactoryTest() - Constructor for class com.mysql.cj.result.SqlDateValueFactoryTest
-
- 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
-
- sqlError() - Method in class testsuite.x.devapi.AsyncQueryTest
-
- SQLExceptionsMapping - Class in com.mysql.cj.jdbc.exceptions
-
- SQLExceptionsMapping() - Constructor for class com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
-
- sqlExClassList - Variable in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
-
- sqlInsertAutoIncrementValue() - Method in class testsuite.x.devapi.SessionTest
-
- 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.
- sqlQuery() - Method in class testsuite.x.devapi.AsyncQueryTest
-
- 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.
- SQLState - Variable in exception com.mysql.cj.exceptions.CJException
-
- sqlState_ - Variable in class com.mysql.cj.x.protobuf.Mysqlx.Error.Builder
-
- sqlState_ - Variable in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- sqlStateList - Variable in class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
-
- 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.
- sqlStateMessages - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SqlTimestampValueEncoder - Class in com.mysql.cj.protocol.a
-
- SqlTimestampValueEncoder() - Constructor for class com.mysql.cj.protocol.a.SqlTimestampValueEncoder
-
- SqlTimestampValueFactory - Class in com.mysql.cj.result
-
Value factory to create Timestamp instances.
- SqlTimestampValueFactory(PropertySet, Calendar, TimeZone, TimeZone) - Constructor for class com.mysql.cj.result.SqlTimestampValueFactory
-
- SqlTimestampValueFactoryTest - Class in com.mysql.cj.result
-
Tests for JDBC Timestamp creation.
- SqlTimestampValueFactoryTest() - Constructor for class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- SqlTimeValueEncoder - Class in com.mysql.cj.protocol.a
-
- SqlTimeValueEncoder() - Constructor for class com.mysql.cj.protocol.a.SqlTimeValueEncoder
-
- SqlTimeValueFactory - Class in com.mysql.cj.result
-
A value factory to create Time instances.
- SqlTimeValueFactory(PropertySet, Calendar, TimeZone) - Constructor for class com.mysql.cj.result.SqlTimeValueFactory
-
- SqlTimeValueFactory(PropertySet, Calendar, TimeZone, WarningListener) - Constructor for class com.mysql.cj.result.SqlTimeValueFactory
-
- SqlTimeValueFactoryTest - Class in com.mysql.cj.result
-
Tests for JDBC Time creation.
- SqlTimeValueFactoryTest() - Constructor for class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- sqlUpdate() - Method in class testsuite.x.devapi.AsyncQueryTest
-
- sqlUpdate(String) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- sqlUpdate() - Method in class testsuite.x.devapi.SessionTest
-
- 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.
- squareSumValue - Variable in class testsuite.perf.BasePerfTest
-
- srcLen - Variable in class com.mysql.cj.util.StringInspector
-
- SRID - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
- srid - Variable in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
(optional) srid value for use when decoding GEOJSON data
- SrvRecord(int, int, int, String) - Constructor for class com.mysql.cj.util.DnsSrv.SrvRecord
-
- srvRecordsToHostsList(List<DnsSrv.SrvRecord>, HostInfo) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Converts a list of DNS SRV records into a hosts list.
- SSL_REQUEST_LENGTH - Static variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- sslFreeBaseUrl - Variable in class testsuite.simple.ConnectionTest
-
- sslFreeBaseUrl - Variable in class testsuite.x.devapi.SecureSessionTest
-
- sslFreeTestProperties - Variable in class testsuite.x.devapi.SecureSessionTest
-
- SslMode() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.SslMode
-
- 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
- SSLTest - Class in testsuite.simple
-
Tests SSL functionality in the driver.
- SSLTest() - Constructor for class testsuite.simple.SSLTest
-
- st1 - Variable in class testsuite.regression.ConnectionRegressionTest.PollTask
-
- stackTraceToString(Throwable) - Static method in class com.mysql.cj.util.Util
-
Converts a nested exception into a nicer message.
- stage - Variable in class com.mysql.cj.protocol.a.authentication.CachingSha2PasswordPlugin
-
- StandardLoadBalanceExceptionChecker - Class in com.mysql.cj.jdbc.ha
-
- StandardLoadBalanceExceptionChecker() - Constructor for class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
-
- StandardLogger - Class in com.mysql.cj.log
-
Provides logging facilities for those platforms that don't have built-in facilities.
- StandardLogger(String) - Constructor for class com.mysql.cj.log.StandardLogger
-
Creates a new StandardLogger object.
- StandardLogger(String, boolean) - Constructor for class com.mysql.cj.log.StandardLogger
-
- StandardSocketFactory - Class in com.mysql.cj.protocol
-
Socket factory for vanilla TCP/IP sockets (the standard)
- StandardSocketFactory() - Constructor for class com.mysql.cj.protocol.StandardSocketFactory
-
- starOperator() - Method in class com.mysql.cj.xdevapi.ExprParser
-
- 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.
- startCapturing() - Static method in class testsuite.simple.StatementsTest.QueryInfoQueryInterceptor
-
- startCDATA() - Method in class com.mysql.cj.jdbc.MysqlSQLXML.SimpleSaxToReader
-
- startDocument() - Method in class com.mysql.cj.jdbc.MysqlSQLXML.SimpleSaxToReader
-
- started - Variable in class com.mysql.cj.protocol.x.SyncMessageReader.ListenersDispatcher
-
- startElement(String, String, String, Attributes) - Method in class com.mysql.cj.jdbc.MysqlSQLXML.SimpleSaxToReader
-
- startLoggingToBuffer() - Static method in class testsuite.BufferingLogger
-
- 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
-
- startsWith(byte[], String) - Static method in class com.mysql.cj.util.StringUtils
-
- startsWith(Name) - Method in class testsuite.MockJndiContextFactory.MockJndiName
-
- startsWithIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', dis-regarding case.
- startsWithIgnoreCaseAndNonAlphaNumeric(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', disregarding case,leading whitespace and non-alphanumeric characters.
- startsWithIgnoreCaseAndWs(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String, int) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String[]) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with one of the strings in 'searchFor', disregarding case and leading whitespace
- startTransaction() - Method in interface com.mysql.cj.xdevapi.Session
-
Start a new transaction.
- startTransaction() - Method in class com.mysql.cj.xdevapi.SessionImpl
-
- Statement<STMT_T,RES_T> - Interface in com.mysql.cj.xdevapi
-
A statement is a query or state-affecting command against a database that returns a result.
- Statement.LockContention - Enum in com.mysql.cj.xdevapi
-
The lock contention options for the locking modes available.
- statementBegins() - Method in class com.mysql.cj.AbstractQuery
-
- statementBegins() - Method in class com.mysql.cj.jdbc.StatementImpl
-
- statementBegins() - Method in interface com.mysql.cj.Query
-
- statementBegins() - Method in class com.mysql.cj.ServerPreparedQuery
-
- statementCounter - Static variable in class com.mysql.cj.AbstractQuery
-
Used to generate IDs when profiling.
- statementEventListeners - Variable in class com.mysql.cj.jdbc.MysqlPooledConnection
-
- 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.DocResultBuilder
-
- statementExecuteOkBuilder - Variable in class com.mysql.cj.xdevapi.RowResultBuilder
-
- statementExecuteOkBuilder - Variable in class com.mysql.cj.xdevapi.SqlResultBuilder
-
- statementExecuteOkBuilder - Variable in class com.mysql.cj.xdevapi.StreamingDocResultBuilder
-
- statementExecuteOkBuilder - Variable in class com.mysql.cj.xdevapi.StreamingRowResultBuilder
-
- statementExecuteOkBuilder - Variable in class com.mysql.cj.xdevapi.StreamingSqlResultBuilder
-
- 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?
- statementExecutionDepth - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- statementFirstChar - Variable in class com.mysql.cj.QueryInfo
-
- statementId - Variable in class com.mysql.cj.AbstractQuery
-
Used to identify this statement when profiling.
- statementId - Variable in class com.mysql.cj.log.ProfilerEventImpl
-
- 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
-
- StatementsTest - Class in testsuite.simple
-
- StatementsTest() - Constructor for class testsuite.simple.StatementsTest
-
- StatementsTest.QueryInfoQueryInterceptor - Class in testsuite.simple
-
- statementUsedForFetchingRows - Variable in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- 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
-
- staticSqlParts - Variable in class com.mysql.cj.QueryInfo
-
- STATUS_CONNECTED - Static variable in class testsuite.UnreliableSocketFactory
-
- STATUS_FAILED - Static variable in class testsuite.UnreliableSocketFactory
-
- STATUS_UNKNOWN - Static variable in class testsuite.UnreliableSocketFactory
-
- statusFlags - Variable in class com.mysql.cj.protocol.a.NativeCapabilities
-
- statusFlags - Variable in class com.mysql.cj.protocol.a.NativeServerSession
-
- statusFlags - Variable in class com.mysql.cj.protocol.a.result.OkPacket
-
- statusOnException(Connection, Throwable) - Method in class com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester
-
- STD_HOST - Static variable in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- STD_PORT - Static variable in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- stmt - Variable in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- stmt - Variable in class testsuite.BaseTestCase
-
Statement to be used in tests, initialized in setUp().
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute.Builder
-
- stmt_ - Variable in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- STMT_CLOSED_ERR_PATTERN - Static variable in class testsuite.simple.MultiHostConnectionTest
-
- 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;
- stmtBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView.Builder
-
- stmtBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView.Builder
-
- stmtBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.Builder
-
- stmtBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- StmtExecute(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- StmtExecute() - Constructor for class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- stmtExecute_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- stmtExecute_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- stmtExecuteBuilder_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- StmtExecuteOk(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- StmtExecuteOk() - Constructor for class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- stmtId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate.Builder
-
- stmtId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- stmtId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute.Builder
-
- stmtId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- stmtId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.Builder
-
- stmtId_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- 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.
- stop - Variable in class testsuite.regression.StressRegressionTest.BusyThread
-
- stopAfterNextMessage() - Method in interface com.mysql.cj.protocol.MessageReader
-
Signal to the reader that it should stop reading messages after reading the next message.
- stopAt - Variable in class com.mysql.cj.util.StringInspector
-
- stopIterating - Variable in class com.mysql.cj.jdbc.IterateBlock
-
- stopNewConnectionsToHost(String, String) - Method in class com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManager
-
- stopNewConnectionsToHost(String, String) - Method in interface com.mysql.cj.jdbc.jmx.LoadBalanceConnectionGroupManagerMBean
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in class com.mysql.cj.AbstractQuery
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in class com.mysql.cj.jdbc.StatementImpl
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in interface com.mysql.cj.Query
-
- storesLowerCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- storesLowerCaseTableName() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- storesLowerCaseTableName() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- storesLowerCaseTableNames() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- storesLowerCaseTableNames() - Method in interface com.mysql.cj.protocol.ServerSession
-
- storesLowerCaseTableNames() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- storesMixedCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storeStreamOrReader(int, NativePacketPayload, Closeable) - Method in class com.mysql.cj.ServerPreparedQuery
-
- storesUpperCaseIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- STREAM_DATA_MARKER - Static variable in class com.mysql.cj.jdbc.result.UpdatableResultSet
-
Marker for 'stream' data when doing INSERT rows
- 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
- streamConvertBuf - Variable in class com.mysql.cj.protocol.a.InputStreamValueEncoder
-
- streamerClosed - Variable in class com.mysql.cj.protocol.a.result.ResultsetRowsStreaming
-
- streamingData - Variable in class com.mysql.cj.protocol.a.NativeProtocol
-
- StreamingDocResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
DocResult instance.
- StreamingDocResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingDocResultBuilder
-
- StreamingNotifiable - Interface in com.mysql.cj.exceptions
-
- StreamingRowResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
RowResult instance.
- StreamingRowResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingRowResultBuilder
-
- StreamingSqlResultBuilder - Class in com.mysql.cj.xdevapi
-
Result builder producing a streaming
SqlResult instance.
- StreamingSqlResultBuilder(MysqlxSession) - Constructor for class com.mysql.cj.xdevapi.StreamingSqlResultBuilder
-
- streamToBytes(InputStream, long, NativePacketPayload) - Method in class com.mysql.cj.protocol.a.InputStreamValueEncoder
-
- StressRegressionTest - Class in testsuite.regression
-
Tests for multi-thread stress regressions.
- StressRegressionTest() - Constructor for class testsuite.regression.StressRegressionTest
-
- StressRegressionTest.BusyThread - Class in testsuite.regression
-
- StressRegressionTest.ContentionThread - Class in testsuite.regression
-
- StressRegressionTest.CreateThread - Class in testsuite.regression
-
- StressRegressionTest.SharedInfoForTestBug67760 - Class in testsuite.regression
-
- string - Variable in class com.mysql.cj.util.LazyString
-
- String(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- String() - Constructor for class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- string - Variable in class com.mysql.cj.xdevapi.ExprParser
-
String being parsed.
- stringArrayToString(String[], String, String, String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Constructs a String containing all the elements in the String array bounded and joined by the provided concatenation elements.
- StringInspector - Class in com.mysql.cj.util
-
Utility class to inspect a MySQL string, typically a query string.
- StringInspector(String, String, String, String, Set<SearchMode>) - Constructor for class com.mysql.cj.util.StringInspector
-
This object provides string searching and manipulation operations such as finding sub-strings, matching sub-strings or building a comments-free version
of a string.
- StringInspector(String, int, String, String, String, Set<SearchMode>) - Constructor for class com.mysql.cj.util.StringInspector
-
This object provides string searching and manipulation operations such as finding sub-strings, matching sub-strings or building a comments-free version
of a string.
- StringInspectorTest - Class in com.mysql.cj.util
-
- StringInspectorTest() - Constructor for class com.mysql.cj.util.StringInspectorTest
-
- StringLengthDataType() - Constructor for enum com.mysql.cj.protocol.a.NativeConstants.StringLengthDataType
-
- StringListIterator(List<String>) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData.StringListIterator
-
- 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
-
- StringRegressionTest - Class in testsuite.regression
-
Tests for regressions of bugs in String handling in the driver.
- StringRegressionTest() - Constructor for class testsuite.regression.StringRegressionTest
-
- stringRep - Variable in class com.mysql.cj.jdbc.MysqlSQLXML
-
- StringSelfDataType() - Constructor for enum com.mysql.cj.protocol.a.NativeConstants.StringSelfDataType
-
- StringType() - Constructor for enum com.mysql.cj.util.SaslPrep.StringType
-
- StringUtils - Class in com.mysql.cj.util
-
Various utility methods for converting to/from byte arrays in the platform encoding and several other String operations.
- StringUtils() - Constructor for class com.mysql.cj.util.StringUtils
-
- StringUtilsTest - Class in com.mysql.cj.util
-
- StringUtilsTest() - Constructor for class com.mysql.cj.util.StringUtilsTest
-
- StringValueEncoder - Class in com.mysql.cj.protocol.a
-
- StringValueEncoder() - Constructor for class com.mysql.cj.protocol.a.StringValueEncoder
-
- StringValueFactory - Class in com.mysql.cj.result
-
- StringValueFactory(PropertySet) - Constructor for class com.mysql.cj.result.StringValueFactory
-
- StringValueFactoryTest - Class in com.mysql.cj.result
-
- StringValueFactoryTest() - Constructor for class com.mysql.cj.result.StringValueFactoryTest
-
- stripCommentsAndHints() - Method in class com.mysql.cj.util.StringInspector
-
Returns a copy of the source string stripped of all comments and hints.
- stripCommentsAndHints(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Removes comments and hints from the given string.
- stripEnclosure(byte[], String, String) - Static method in class com.mysql.cj.util.StringUtils
-
- StructuralToken(char) - Constructor for enum com.mysql.cj.xdevapi.JsonParser.StructuralToken
-
- subject - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationKerberosClient
-
- subject - Variable in class com.mysql.cj.protocol.a.authentication.AuthenticationLdapSaslClientPlugin
-
- SUBKEY_COMPRESSION_ALGORITHM - Static variable in class com.mysql.cj.protocol.x.XServerCapabilities
-
- SUBKEY_COMPRESSION_SERVER_COMBINE_MIXED_MESSAGES - Static variable in class com.mysql.cj.protocol.x.XServerCapabilities
-
- SUBKEY_COMPRESSION_SERVER_MAX_COMBINE_MESSAGES - Static variable in class com.mysql.cj.protocol.x.XServerCapabilities
-
- subminor - Variable in class com.mysql.cj.ServerVersion
-
- SubqueriesRegressionTest - Class in testsuite.regression
-
Tests SubQueries
- SubqueriesRegressionTest() - Constructor for class testsuite.regression.SubqueriesRegressionTest
-
- subTestBug20391832(Properties, MysqlType, String, String) - Method in class testsuite.regression.DateTimeRegressionTest
-
- subTestBug22848249A() - Method in class testsuite.regression.ConnectionRegressionTest
-
- subTestBug22848249B() - Method in class testsuite.regression.ConnectionRegressionTest
-
- subTestBug22848249C() - Method in class testsuite.regression.ConnectionRegressionTest
-
- subTestBug22848249D() - Method in class testsuite.regression.ConnectionRegressionTest
-
- successCallback - Variable in class com.mysql.cj.protocol.x.ErrorToFutureCompletionHandler
-
- sumValue - Variable in class testsuite.perf.BasePerfTest
-
- SUPPORTED_MECHANISMS - Static variable in class com.mysql.cj.sasl.ScramShaSaslClientFactory
-
- SUPPORTS_FK - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
The table type for generic tables that support foreign keys.
- 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
-
- supportsLoadLocalInfile(Statement) - Method in class testsuite.BaseTestCase
-
- 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 - Variable in class com.mysql.cj.protocol.x.XProtocol
-
Keeps track of whether this X Server session supports prepared statements.
- supportsPreparedStatements() - Method in class com.mysql.cj.protocol.x.XProtocol
-
Checks if the MySQL server currently connected supports prepared statements.
- supportsQueryAttributes - Variable in class com.mysql.cj.protocol.a.NativeMessageBuilder
-
- supportsQueryAttributes() - Method in class com.mysql.cj.protocol.a.NativeServerSession
-
- supportsQueryAttributes() - Method in interface com.mysql.cj.protocol.ServerSession
-
- supportsQueryAttributes() - Method in class com.mysql.cj.protocol.x.XServerSession
-
- supportsResultSetConcurrency(int, int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsResultSetType(int) - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSavepoints() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSelectForUpdate() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStatementPooling() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsStoredProcedures() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class com.mysql.cj.jdbc.DatabaseMetaData
-
- supportsTestCachingSha2PasswordKeys(Statement) - Method in class testsuite.BaseTestCase
-
- supportsTestCertificates(Statement) - Method in class testsuite.BaseTestCase
-
- supportsTestCertificates(Session) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- supportsTestSha256PasswordKeys(Statement) - Method in class testsuite.BaseTestCase
-
- supportsTimeZoneNames(Statement) - Method in class testsuite.BaseTestCase
-
- supportsTLSv1_2(ServerVersion) - Method in class testsuite.BaseTestCase
-
- supportsTLSv1_2(ServerVersion) - Method in class testsuite.x.devapi.DevApiBaseTestCase
-
- 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
-
- svf - Variable in class com.mysql.cj.xdevapi.SchemaImpl
-
- switchCurrentConnectionTo(int, JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.FailoverConnectionProxy
-
Replaces the previous underlying connection by the connection given.
- switchToReplicasConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- switchToReplicasConnectionIfNecessary() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- switchToSourceConnection() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- switchToXid(Xid) - Method in class com.mysql.cj.jdbc.SuspendableXAConnection
-
- SyncFlushDeflaterOutputStream - Class in com.mysql.cj.protocol.x
-
Wrapper around DeflaterOutputStream that enables sync flush by default.
- SyncFlushDeflaterOutputStream(OutputStream) - Constructor for class com.mysql.cj.protocol.x.SyncFlushDeflaterOutputStream
-
- SyncMessageReader - Class in com.mysql.cj.protocol.x
-
- SyncMessageReader(FullReadInputStream, Protocol.ProtocolEventHandler) - Constructor for class com.mysql.cj.protocol.x.SyncMessageReader
-
- SyncMessageReader.ListenersDispatcher - Class in com.mysql.cj.protocol.x
-
- SyncMessageReaderTest - Class in com.mysql.cj.protocol.x
-
- SyncMessageReaderTest() - Constructor for class com.mysql.cj.protocol.x.SyncMessageReaderTest
-
- SyncMessageSender - Class in com.mysql.cj.protocol.x
-
- SyncMessageSender(OutputStream) - Constructor for class com.mysql.cj.protocol.x.SyncMessageSender
-
- SyncMessageWriterTest - Class in com.mysql.cj.protocol.x
-
- SyncMessageWriterTest() - Constructor for class com.mysql.cj.protocol.x.SyncMessageWriterTest
-
- syncMutex - Variable in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- syncSessionState(JdbcConnection, JdbcConnection, boolean) - Method in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- syncSessionState(JdbcConnection, JdbcConnection) - Method in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
Synchronizes session state between two connections.
- 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.
- synonyms - Variable in enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
- syntaxErrorEntireResult() - Method in class testsuite.x.devapi.AsyncQueryTest
-
- SyntaxRegressionTest - Class in testsuite.regression
-
Regression tests for syntax
- SyntaxRegressionTest() - Constructor for class testsuite.regression.SyntaxRegressionTest
-
- sysOut(String) - Static method in class instrumentation.AddMethods
-
- sysOut(String) - Static method in class instrumentation.CommonChecks
-
- sysOutPrint(String) - Static method in class instrumentation.TranslateExceptions
-
- sysOutPrintln(String) - Static method in class instrumentation.TranslateExceptions
-
- SYSP_com_mysql_cj_build_verbose - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_disableAbandonedConnectionCleanup - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_vm_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_line_separator - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_arch - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_name - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_cantGrant - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_ds_db - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_password - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_port - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_user - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_loadstoreperf_tabletype - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_loadstoreperf_useBigResults - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_miniAdminTest_runShutdown - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
The system property that must exist to run the shutdown test in testsuite.simple.MiniAdminTest
- SYSP_testsuite_noDebugOutput - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Suppress debug output when running testsuite
- SYSP_testsuite_retainArtifacts - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Don't remove database object created by tests
- SYSP_testsuite_runLongTests - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_serverController_basedir - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_unavailable_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_cluster - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_mysqlx - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSTEM_TABLE_AS_BYTES - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- systemNanoTimeMethod - Static variable in class com.mysql.cj.util.TimeUtil
-
- T95 - Static variable in class testsuite.perf.BasePerfTest
-
Confidence interval lookup table, indexed by degrees of freedom at 95%.
- T99 - Static variable in class testsuite.perf.BasePerfTest
-
Confidence interval lookup table, indexed by degrees of freedom at 99%.
- Table - Interface in com.mysql.cj.xdevapi
-
A client-side representation of a database table.
- table_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- table_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- TABLE_AS_BYTES - Static variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- TABLE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- TABLE_NAME_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- TABLE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.DataModel
-
TABLE = 2;
- tableBasics() - Method in class testsuite.x.devapi.TableTest
-
- tableCat - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
-
- TableDeleteTest - Class in testsuite.x.devapi
-
- TableDeleteTest() - Constructor for class testsuite.x.devapi.TableDeleteTest
-
- tableExists(String, String) - Method in interface com.mysql.cj.DataStoreMetadata
-
- tableExists(String, String) - Method in class com.mysql.cj.DataStoreMetadataImpl
-
- TableFilterParams - Class in com.mysql.cj.xdevapi
-
- TableFilterParams(String, String) - Constructor for class com.mysql.cj.xdevapi.TableFilterParams
-
Constructor.
- TableFilterParams(String, String, boolean) - Constructor for class com.mysql.cj.xdevapi.TableFilterParams
-
Constructor.
- TableImpl - Class in com.mysql.cj.xdevapi
-
- TableImpl(MysqlxSession, SchemaImpl, String) - Constructor for class com.mysql.cj.xdevapi.TableImpl
-
- tableInsert() - Method in class testsuite.x.internal.XProtocolTest
-
- TableInsertTest - Class in testsuite.x.devapi
-
- TableInsertTest() - Constructor for class testsuite.x.devapi.TableInsertTest
-
- TableMetaDataKey(String, String, String, String) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
-
- tableName - Variable in class com.mysql.cj.jdbc.BlobFromLocator
-
- tableName - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
-
- tableName - Variable in class com.mysql.cj.result.Field
-
- tableName - Variable in class com.mysql.cj.xdevapi.InsertStatementImpl
-
- tableName_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier.Builder
-
- tableName_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- tableSchem - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
-
- TableSelectTest - Class in testsuite.x.devapi
-
- TableSelectTest() - Constructor for class testsuite.x.devapi.TableSelectTest
-
- TableTest - Class in testsuite.x.devapi
-
- TableTest() - Constructor for class testsuite.x.devapi.TableTest
-
- tableType - Variable in class com.mysql.cj.jdbc.DatabaseMetaData.TableMetaDataKey
-
- TableType(String) - Constructor for enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
- TableType(String, String[]) - Constructor for enum com.mysql.cj.jdbc.DatabaseMetaData.TableType
-
- tableType - Variable in class testsuite.perf.LoadStorePerfTest
-
The table type to use (only for MySQL), 'HEAP' by default
- TableUpdateTest - Class in testsuite.x.devapi
-
- TableUpdateTest() - Constructor for class testsuite.x.devapi.TableUpdateTest
-
- tags - Variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
- takeMeasurements - Variable in class testsuite.perf.LoadStorePerfTest
-
- target - Variable in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- targetType - Variable in class com.mysql.cj.NativeQueryBindValue
-
- tDate - Static variable in class testsuite.simple.DateTimeTest
-
- tDatetime - Static variable in class testsuite.simple.DateTimeTest
-
- tdf - Variable in class com.mysql.cj.protocol.a.SqlTimeValueEncoder
-
- tearDown() - Method in class com.mysql.cj.jdbc.util.BaseBugReport
-
Override this method with code that cleans up anything created in the
setUp() method.
- tearDown() - Method in class testsuite.perf.LoadStorePerfTest
-
- tearDown() - Method in class testsuite.regression.DataSourceRegressionTest
-
Un-binds the DataSource and closes the context
- tearDown() - Method in class testsuite.regression.PooledConnectionRegressionTest
-
After the test is run.
- tearDown() - Method in class testsuite.simple.DataSourceTest
-
Un-binds the DataSource and closes the context
- teardown() - Method in class testsuite.simple.QueryAttributesTest
-
- tearDown() - Method in class testsuite.simple.TraversalTest
-
- tearDown() - Method in class testsuite.simple.UpdatabilityTest
-
- tearDownBase() - Method in class testsuite.BaseTestCase
-
Destroys resources created during the test case.
- teardownBaseTableTest() - Method in class testsuite.x.devapi.BaseTableTestCase
-
- teardownCollectionTest() - Method in class testsuite.x.devapi.BaseCollectionTestCase
-
- teardownCollectionTest() - Method in class testsuite.x.devapi.SchemaTest
-
- teardownCollectionTest() - Method in class testsuite.x.devapi.TransactionTest
-
- teardownCompressionTest() - Method in class testsuite.x.devapi.CompressionTest
-
- teardownConnectionTest() - Method in class testsuite.simple.ConnectionTest
-
- teardownIpv6SupportTest() - Method in class testsuite.x.devapi.Ipv6SupportTest
-
- teardownSecureSessionTest() - Method in class testsuite.x.devapi.SecureSessionTest
-
- teardownSessionTest() - Method in class testsuite.x.devapi.SessionTest
-
- teardownTableTest() - Method in class testsuite.x.devapi.MetadataTest
-
- teardownTableTest() - Method in class testsuite.x.devapi.ResultTest
-
- TEMPTABLE_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxCrud.ViewAlgorithm
-
the view are retrieved into a temporary table
- test1000Transactions() - Method in class testsuite.perf.LoadStorePerfTest
-
Tests and times 1000 load/store type transactions
- TEST_BIGINT_VALUE - Static variable in class testsuite.simple.NumbersTest
-
- TEST_BLOB_FILE_PREFIX - Static variable in class testsuite.simple.BlobTest
-
- TEST_MESSAGE - Static variable in class testsuite.simple.ExceptionsTest
-
- TEST_SQL_STATE - Static variable in class testsuite.simple.ExceptionsTest
-
- testAbsenceOfMetadataForQuery(String) - Method in class testsuite.regression.MetaDataRegressionTest
-
- testABunchOfReturnTypes() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testAccessorsAndMutators() - Method in class testsuite.simple.StatementsTest
-
- testAddLargeDocument() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testAddNoDocs() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testAddOrReplaceOne() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testAddWithAssignedId() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testAdjustTimestampNanosPrecision() - Method in class com.mysql.cj.util.TimeUtilTest
-
- testAliasedTables() - Method in class testsuite.simple.UpdatabilityTest
-
Tests if aliased tables work as updatable result sets.
- testAllFieldsForNotNull(ResultSet, List<Boolean>) - Method in class testsuite.regression.ResultSetRegressionTest
-
- testAllFieldsForNull(ResultSet) - Method in class testsuite.regression.ResultSetRegressionTest
-
- testAllowLoadLocalInfileInPath() - Method in class testsuite.simple.ConnectionTest
-
Tests "LOAD DATA LOCAL INFILE" statements when enabled but restricted to a specific path, by specifying a path in the connection property
'allowLoadLocalInfileInPath'.
- testAllowLoadLocalInfileInPathCheckAndDelete() - Method in class testsuite.simple.ConnectionTest
-
- testAllTypesForNull() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testAlterTableAlgorithmLock() - Method in class testsuite.regression.SyntaxRegressionTest
-
ALTER TABLE syntax changed in 5.6GA
ALTER TABLE ...
- testAnotherBasicSqlQuery() - Method in class testsuite.x.internal.XProtocolTest
-
- testAppendAsHex() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtil.appendAsHex() methods.
- testArrayAppend() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testArrayIndex001() - Method in class testsuite.x.devapi.CollectionTest
-
START testArrayIndexBasic tests
- testArrayIndex002() - Method in class testsuite.x.devapi.CollectionTest
-
START testArrayIndexBasic tests
- testArrayIndex003() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex004() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex005() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex006() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex007() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex008() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex009() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex010() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex011() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex012() - Method in class testsuite.x.devapi.CollectionTest
-
START testArrayIndexBasic tests
- testArrayIndex013() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex014() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayIndex015() - Method in class testsuite.x.devapi.CollectionTest
-
- testArrayInsert() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testArrayModify() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testAsciiCharConversion() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests character conversion bug.
- testAsyncBind() - Method in class testsuite.x.devapi.CollectionTest
-
- testAsyncBind() - Method in class testsuite.x.devapi.TableTest
-
- testAuthCleartextPlugin() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testAuthMechanisms() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests that PLAIN, MYSQL41, SHA256_MEMORY, and EXTERNAL authentication mechanisms.
- testAuthTestPlugin() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testAutoCommitLB() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testAutoIncrement() - Method in class testsuite.simple.StatementsTest
-
- testBadAuthMessage() - Method in class testsuite.x.internal.XProtocolAuthTest
-
Test that we are disconnected with an error if we send a bad authentication message.
- testBadMessageClass() - Method in class com.mysql.cj.protocol.x.SyncMessageWriterTest
-
- testBase64Decoder() - Method in class testsuite.regression.StringRegressionTest
-
- testBase64DecoderItem(String, String) - Method in class testsuite.regression.StringRegressionTest
-
- testBasicAddDoc() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testBasicAddDocArray() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testBasicAddMap() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testBasicAddString() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testBasicAddStringArray() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testBasicCrudInsertFind() - Method in class testsuite.x.internal.XProtocolTest
-
- testBasics() - Method in class com.mysql.cj.result.BinaryStreamValueFactoryTest
-
- testBasics() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testBasics() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testBasics() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testBasics() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testBasics() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testBasics() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testBasics() - Method in class com.mysql.cj.result.ZeroDateTimeToNullValueFactoryTest
-
- testBasics() - Method in class testsuite.x.devapi.SchemaTest
-
- testBasicSaslMysql41Auth() - Method in class testsuite.x.internal.XProtocolAuthTest
-
- testBasicSaslPlainAuth() - Method in class testsuite.x.internal.XProtocolAuthTest
-
- testBasicSaslPlainAuthFailure() - Method in class testsuite.x.internal.XProtocolAuthTest
-
- testBatch() - Method in class testsuite.simple.CallableStatementTest
-
- testBatchRewriteErrors() - Method in class testsuite.simple.StatementsTest
-
- testBigInt() - Method in class testsuite.regression.NumbersRegressionTest
-
Tests that BIGINT retrieval works correctly
- testBinaryResultSetNumericTypes() - Method in class testsuite.simple.StatementsTest
-
Tests all variants of numerical types (signed/unsigned) for correct operation when used as return values from a prepared statement.
- testBinaryResultSetNumericTypesInternal(Connection) - Method in class testsuite.simple.StatementsTest
-
- testBitSp() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testBitType() - Method in class testsuite.simple.MetadataTest
-
- testBitwiseExpressions() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testBlobFile - Static variable in class testsuite.simple.BlobTest
-
- testBogusTable() - Method in class testsuite.simple.UpdatabilityTest
-
Tests that the driver does not let you update result sets that come from tables that don't have primary keys
- testBogusTimestampAsString() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBooleans() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug100606() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#100606 (31818423), UNECESARY CALL TO "SET NAMES 'UTF8' COLLATE 'UTF8_GENERAL_CI'".
- testBug101413() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#101413 (32099505), JAVA.TIME.LOCALDATETIME CANNOT BE CAST TO JAVA.SQL.TIMESTAMP.
- testBug10144() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#10144 - Memory leak in ServerPreparedStatement if serverPrepare() fails.
- testBug10156() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#10156 - Unsigned SMALLINT treated as signed
- testBug101596() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#101596 (32151143), GET THE 'HOST' PROPERTY ERROR AFTER CALLING TRANSFORMPROPERTIES() METHOD.
- TestBug101596Transformer() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug101596Transformer
-
- testBug102076() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#102076 (32329915), CONTRIBUTION: MYSQL JDBC DRIVER RESULTSET.GETLONG() THROWS NUMBEROUTOFRANGE.
- testBug10212() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug102131() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#102131 (32338451), UPDATABLERESULTSET NPE WHEN USING DERIVED QUERIES OR VIEWS.
- testBug102188() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#102188 (32526663), AccessControlException with AuthenticationLdapSaslClientPlugin.
- testBug102321() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#102321 (32405590), CALLING RESULTSETMETADATA.GETCOLUMNCLASSNAME RETURNS WRONG VALUE FOR DATETIME.
- testBug102404() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#102404 (32435618), CONTRIBUTION: ADD TRACK SESSION STATE CHANGE.
- TestBug102404Listener() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug102404Listener
-
- testBug102678() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#102678 (Bug#32536384), Connector/J 8 query with explain can not return ResultRow.
- testBug10310() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix forBUG#10310 - Driver doesn't support {?=CALL(...)} for calling stored functions.
- testBug104067AndBug106435() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#104067 (33054827), No reset autoCommit after unknown issue occurs.
- testBug104170() - Method in class testsuite.regression.UtilsRegressionTest
-
Tests fix for Bug#104170 (33064455), CONTRIBUTION: CLIENTPREPAREDSTMT: LEAVE CALENDAR UNTOUCHED.
- testBug104559() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#104559 (33232419), ResultSet.getObject(i, java.util.Date.class) throws NPE when the value is null.
- testBug104641() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#104641 (33237255), DatabaseMetaData.getImportedKeys can return duplicated foreign keys.
- testBug10485() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#10485, SQLException thrown when retrieving YEAR(2) with ResultSet.getString().
- testBug104954() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests fix for Bug#104954 (Bug#33361205), MysqlDataSource fails to URL encode database name when constructing JDBC URL.
- testBug10496() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for BUG#10496 - SQLException is thrown when using property "characterSetResults"
- testBug105197() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#105197 (33461744), Statement.executeQuery() may return non-navigable ResultSet.
- testBug105915() - Method in class testsuite.regression.NumbersRegressionTest
-
Tests fix for Bug#105915 (33678490), Connector/J 8 server prepared statement precision loss in execute batch.
- testBug106758() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#106758 (33973048), DatabaseMetaData.getTypeInfo returns AUTO_INCREMENT = false for all datatypes.
- testBug107510() - Method in class testsuite.x.devapi.CollectionModifyTest
-
Tests fix for Bug#107510 (Bug#34259416), Empty string given to set() from Collection.modify() replaces full document.
- testBug10850() - Method in class testsuite.regression.BlobRegressionTest
-
- testBug108643() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for bug Bug#108643 (Bug#34652568), Commit statement not effect when two params turns on.
- testBug109013() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#109013 (Bug#34772608), useServerPrepStmts and useLocalTransactionState could cause rollback failure.
- testBug109807() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#109807 (Bug#35021014), DatabaseMetaData#getTypeInfo should ordered by DATA_TYPE.
- testBug109808() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#109808 (Bug#35021038), DatabaseMetaData#getPrimaryKeys should ordered by COLUMN_NAME.
- testBug11190() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#11190 - ResultSet.moveToCurrentRow() fails to work when preceded with .moveToInsertRow().
- testBug11237() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#11237 useCompression=true and LOAD DATA LOCAL INFILE SQL Command
- testBug11259() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#11259, autoReconnect ping causes exception on connection startup.
- testBug11498() - Method in class testsuite.regression.EscapeProcessorRegressionTest
-
Tests fix for BUG#11498 - Escape processor didn't honor strings demarcated with double quotes.
- testBug11552() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#11552, wrong values returned from server-side prepared statements if values are unsigned.
- testBug11575() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#11575 -- DBMD.storesLower/Mixed/UpperIdentifiers() reports incorrect values for servers deployed on Windows.
- testBug11614() - Method in class testsuite.regression.StringRegressionTest
-
Tests fix for BUG#11614 - StringUtils.getBytes() doesn't work when using multibyte character encodings and a length in _characters_ is specified.
- testBug11629() - Method in class testsuite.regression.StringRegressionTest
-
- testBug11781() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#11781, foreign key information that is quoted is parsed incorrectly.
- testBug11797() - Method in class testsuite.regression.EscapeProcessorRegressionTest
-
Tests fix for BUG#11797 - Escape tokenizer doesn't respect stacked single quotes for escapes.
- testBug11879() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#11879 -- ReplicationConnection won't switch to replica, throws "Catalog can't be null" exception.
- testBug11976() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#11976 - maxPerformance.properties mis-spells "elideSetAutoCommits".
- testBug12104() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#12104 - Geometry types not handled with server-side prepared statements.
- testBug12218() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#12218, properties shared between source and replica with replication connection.
- testBug12229() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#12229 - explainSlowQueries hangs with server-side prepared statements.
- testBug12417() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for Bug#12417 - stored procedure catalog name is case-sensitive on Windows
(this is actually a server bug, but we have a workaround in place for it now).
- testBug12752() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for BUG#12752 - Cp1251 incorrectly mapped to win1251 for servers newer than 4.0.x.
- testBug12753() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#12753, sessionVariables=....=...., doesn't work as it's tokenized incorrectly.
- testBug12970() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#12970 - java.sql.Types.OTHER returned for binary and varbinary columns.
- testBug12975() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#12975 - OpenOffice expects DBMD.supportsIEF() to return "true" if foreign keys are supported by the datasource, even though this method
also covers support for check constraints, which MySQL _doesn't_ have.
- testBug13048() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#13048 - maxQuerySizeToLog is not respected.
- testBug13277() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#13277 - RSMD for generated keys has NPEs when a connection is referenced.
- testBug13453() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#13453 - can't use & or = in URL configuration values (we now allow you to use www-form-encoding).
- testBug13601() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests BUG13601 (which doesn't seem to be present in 3.1.11, but we'll leave it in here for regression's-sake).
- testBug14562() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests bugfix for BUG#14562 - metadata/type for MEDIUMINT UNSIGNED is incorrect.
- testBug14563127() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug14609() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#14609 - Exception thrown for new decimal type when using updatable result sets.
- testBug14815() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#14815 - DBMD.getColumns() doesn't return TABLE_NAME correctly.
- testBug14897() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug14909() - Method in class testsuite.regression.EscapeProcessorRegressionTest
-
Tests fix for BUG#14909 - escape processor replaces quote character in quoted string with string delimiter.
- testBug15065() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#15065 - Usage advisor complains about unreferenced columns, even though they've been referenced.
- testBug15121() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testBug15464() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#15464 - INOUT parameter does not store IN value.
- testBug15544() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for BUG#15544, no "dos" character set in MySQL > 4.1.0
- testBug15570() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#15570 - ReplicationConnection incorrectly copies state, doesn't transfer connection context correctly when transitioning between the
same read-only states.
- testBug15604() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#15604 (11745460), TIMEZONE DISCARDED STORING JAVA.UTIL.CALENDAR INTO DATETIME.
- testBug15677() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#15677, wrong values returned from getShort() if SQL values are tinyint unsigned.
- testBug15854() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#15854 - DBMD.getColumns() returns wrong type for BIT.
- testBug1592() - Method in class testsuite.regression.ResultSetRegressionTest
-
Checks fix for BUG#1592 -- cross-database updatable result sets are not checked for updatability correctly.
- testBug16169() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#16169 - ResultSet.getNativeShort() causes stack overflow error via recurisve calls.
- testBug16224249() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#16224249 - Deadlock on concurrently used LoadBalancedMySQLConnection
- testBug16277() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#16277 - Invalid classname returned for RSMD.getColumnClassName() for BIGINT type.
- testBug16436511() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#16436511 - getDriverName() returns a string with company name "MySQL-AB"
- testBug16634180() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#16634180 - LOCK WAIT TIMEOUT EXCEEDED CAUSES SQLEXCEPTION, SHOULD CAUSE SQLTRANSIENTEXCEPTION
- testBug16791() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests fix for BUG#16791 - NullPointerException in MysqlDataSourceFactory due to Reference containing RefAddrs with null content.
- testBug16841() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#16841 - updatable result set doesn't return AUTO_INCREMENT values for insertRow() when multiple column primary keys are used.
- testBug17248345() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#17248345 - GETFUNCTIONCOLUMNS() METHOD RETURNS COLUMNS OF PROCEDURE.
- testBug17251955() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#17251955, ARRAYINDEXOUTOFBOUNDSEXCEPTION ON LONG MULTI-BYTE DB/USER NAMES
- testBug17450() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#17450 - ResultSet.wasNull() not always reset correctly for booleans when done via conversion for server-side prepared statements.
- testBug17750877() - Method in class testsuite.regression.ExceptionSubclassesTest
-
- testBug17898() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#17898 - registerOutParameter not working when some parameters pre-populated.
- testBug18258() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#18258 - Nonexistent catalog/database causes SQLException to be raised, rather than returning empty result set.
- testBug18554() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#18554 - Aliased column names where length of name > 251 are corrupted.
- testBug18554(int) - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug18869381() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test fix for Bug#18869381 - CHANGEUSER() FOR SHA USER RESULTS IN NULLPOINTEREXCEPTION
- testBug18869381WithProperties(String, Properties) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug18880() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#18880 - ResultSet.getFloatFromString() can't retrieve values near Float.MIN/MAX_VALUE.
- testBug1914() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug19169() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests fix for BUG#19169 - ConnectionProperties (and thus some subclasses) are not serializable, even though some J2EE containers expect them to be.
- testBug19282() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#19282 - ResultSet.wasNull() returns incorrect value when extracting native string from server-side prepared statement generated result
set.
- testBug19354014() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#19354014 - CHANGEUSER() CALL RESULTS IN "PACKETS OUT OF ORDER" ERROR
- testBug19536760() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#19536760 - GETSTRING() CALL AFTER RS.RELATIVE() RETURNS NULLPOINTEREXCEPTION
- testBug19536760CheckStates(ResultSet, boolean, boolean, boolean, boolean) - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug19568() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#19568
- testBug19724() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug19803348() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#19803348 - GETPROCEDURES() RETURNS INCORRECT O/P WHEN USEINFORMATIONSCHEMA=FALSE.
- testBug19805370() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#19805370, GETBINARYSTREAM() WITH INVALID COLUMN INDEX RETURNS EXCEPTION.
- testBug19857166() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for Bug#19857166, SET FUNCTIONS ON CALLABLESTATEMENT RETURNS EXCEPTION WHEN CALLED WITH PARAM NAME.
- testBug2006() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#2006, where 2 columns with same name in a result set are returned via findColumn() in the wrong order...The JDBC spec states, that the
_first_ matching column should be returned.
- testBug20279641() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for Bug#20279641, CANNOT CALL A PROCEDURE USING `DATABASE`.PROCNAME FORMAT.
- testBug20306() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#20306 - ResultSet.getShort() for UNSIGNED TINYINT returns incorrect values when using server-side prepared statements.
- testBug20316640() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#20316640, GETTIMESTAMP() CALL WITH CALANDER VALUE NULL RESULTS IN NULLPOINTEREXCEPTION.
- testBug20391631() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#20391631, GETBOOLEAN() CALL RESULTS IN EXCEPTION WHEN USEUSAGEADVISOR = TRUE.
- testBug20391659() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#20391659, GETBYTE() CALL RESULTS IN EXCEPTION WHEN USEUSAGEADVISOR = TRUE.
- testBug20391832() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#20391832, SETOBJECT() FOR TYPES.TIME RESULTS IN EXCEPTION WHEN VALUE HAS FRACTIONAL PART.
- testBug20453671() - Method in class testsuite.regression.BlobRegressionTest
-
Tests fix for BUG#20453671 - CLOB.POSITION() API CALL WITH CLOB INPUT RETURNS EXCEPTION
- testBug20453712() - Method in class testsuite.regression.BlobRegressionTest
-
Tests fix for BUG#20453712 - CLOB.SETSTRING() WITH VALID INPUT RETURNS EXCEPTION
server-side prepared statements and streaming BINARY data.
- testBug20479() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#20479 - Updatable result set throws ClassCastException when there is row data and moveToInsertRow() is called.
- testBug20485() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#20485 - Updatable result set that contains a BIT column fails when server-side prepared statements are used.
- testBug20491() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug20504139() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#20504139 - GETFUNCTIONCOLUMNS() AND GETPROCEDURECOLUMNS() RETURNS ERROR FOR VALID INPUTS.
- testBug20685022() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#20685022 - SSL CONNECTION TO MYSQL 5.7.6 COMMUNITY SERVER FAILS
- testBug20727196() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#20727196 - GETPROCEDURECOLUMNS() RETURNS EXCEPTION FOR FUNCTION WHICH RETURNS ENUM/SET TYPE.
- testBug20802947() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#20802947, RESULTSET UPDATE METHODS FAILS WHEN TABLENAME CONTAINS SPECIAL CHARACTERS.
- testBug20804635() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for fix to BUG#20804635 - GETTIME() AND GETDATE() FUNCTIONS FAILS WHEN FRACTIONAL PART EXISTS
- testBug20818678() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#20818678, GETFLOAT() AND GETDOUBLE() CALL ON YEAR COLUMN RESULTS IN EXCEPTION
- testBug20825727() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#20825727 - CONNECT FAILURE WHEN TRY TO CONNECT SHA USER WITH DIFFERENT CHARSET.
- testBug20825727ChangePassword(String, String, String, String, int) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug20825727CreateUser(String, String, String, String, int) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug20825727TestLogin(String, String, boolean, boolean, String, String, String, String) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug20913114() - Method in class testsuite.regression.UtilsRegressionTest
-
Test fix for Bug#20913114, STRINGUTILS.WILDCOMPARE() FAILS WITH STACKOVERFLOWERROR ERROR.
- testBug20913289() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#20913289, PSTMT.EXECUTEUPDATE() FAILS WHEN SQL MODE IS NO_BACKSLASH_ESCAPES.
- testBug21062() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#21062 - ResultSet.getSomeInteger() doesn't work for BIT(>1)
- testBug21215151() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#21215151 - DATABASEMETADATA.GETCATALOGS() FAILS TO SORT RESULTS.
- testBug21267() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#21267, ParameterMetaData throws NullPointerException when prepared SQL actually has a syntax error
- testBug21286268() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#21286268 - CONNECTOR/J REPLICATION USE SOURCE IF REPLICA IS UNAVAILABLE.
- testBug21286268AssertConnectedToAndReadOnly(Connection, String, boolean) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug21308907() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#21308907, NO WAY TO GET THE FRACTIONAL PART OF A TIME FIELD WHEN USESERVERPREPSTMTS=TRUE.
- testBug21379() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix(es) for BUG#21379 - column names don't match metadata in cases where server doesn't return original column names (functions) thus breaking
compatibility with applications that expect 1-1 mappings between findColumn() and rsmd.getColumnName().
- testBug21462() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#21462 - JDBC (and ODBC) specifications allow no-parenthesis CALL statements for procedures with no arguments, MySQL server does not.
- testBug21544() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#21544 - When using information_schema for metadata, COLUMN_SIZE for getColumns() is not clamped to range
of java.lang.Integer as is the case when not using information_schema, thus leading to a truncation exception that
isn't present when not using information_schema.
- testBug21690043() - Method in class testsuite.x.devapi.SessionTest
-
Tests fix for Bug#21690043, CONNECT FAILS WHEN PASSWORD IS BLANK.
- testBug21789378() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#21789378, FORCED TO SET SERVER TIMEZONE IN CONNECT STRING (ALPHA).
- testBug21814() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#21814 - time values outside valid range silently wrap
- testBug21914769() - Method in class testsuite.x.devapi.CollectionAddTest
-
Tests fix for Bug#21914769, NPE WHEN TRY TO EXECUTE INVALID JSON STRING.
- testBug21921956() - Method in class testsuite.x.devapi.CollectionFindTest
-
Test for Bug#21921956, X DEVAPI: EXPRESSION PARSE ERROR WITH UNARY OPERATOR.
- testBug21934573() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#21934573 - FABRIC CODE INVOLVED IN THREAD DEADLOCK.
- TestBug21934573ExceptionInterceptor() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug21934573ExceptionInterceptor
-
- testBug21947042() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#21947042, PREFER TLS WHERE SUPPORTED BY MYSQL SERVER.
- testBug21947042_PrintCipher(Connection) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug21947042_PrintVersion(Connection) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug21978216() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#21978216, GETTYPEINFO REPORT MAXIMUM PRECISION OF 255 FOR VARBINARY
- testBug22024() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#22024 - Newlines causing whitespace to span confuse procedure parser when getting parameter metadata for stored procedures.
- testBug22038729() - Method in class testsuite.x.devapi.TableSelectTest
-
Tests fix for Bug#22038729, X DEVAPI: ANY API CALL AFTER A FAILED CALL PROC() RESULTS IN HANG
and for duplicate Bug#25575010, X DEVAPI: ANY API CALL AFTER A FAILED SELECT RESULTS IN HANG
- testBug22297() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests workaround for server crash when calling stored procedures via a server-side prepared statement
(driver now detects prepare(stored procedure) and substitutes client-side prepared statement).
- testBug22305930() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#22305930, GETTIMESTAMP() CALL ON CLOSED RESULT SET PRODUCES NPE.
- testBug22305979() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#22305979, WRONG RECORD UPDATED IF SENDFRACTIONALSECONDS=FALSE AND SMT IS SCROLLABLE.
- testBug22508715() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#22508715, SETSESSIONMAXROWS() CALL ON CLOSED CONNECTION RESULTS IN NPE.
- testBug22613() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#22613 - DBMD.getColumns() does not return expected COLUMN_SIZE for the SET type (fixed to be consistent with the ODBC driver)
- testBug22628() - Method in class testsuite.regression.MetaDataRegressionTest
-
Fix for BUG#22628 - Driver.getPropertyInfo() throws NullPointerException for URL that only specifies host and/or port.
- testBug22643() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test of a new feature to fix BUG 22643, specifying a "validation query" in your connection pool that starts with "slash-star ping slash-star" _exactly_
will cause the driver to " + instead send a ping to the server (much lighter weight), and when using a ReplicationConnection or a LoadBalancedConnection,
will send the ping across all active connections.
- testBug22678872() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#22678872 - NPE DURING UPDATE WITH FABRIC.
- testBug22678872CheckConnectionsHistory(String...) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug22730682() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#22730682 - ARRAYINDEXOUTOFBOUNDSEXCEPTION FROM CONNECTIONGROUPMANAGER.REMOVEHOST().
- testBug22848249() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#22848249 - LOADBALANCECONNECTIONGROUPMANAGER.REMOVEHOST() NOT WORKING AS EXPECTED.
- testBug22931277() - Method in class testsuite.x.devapi.TableSelectTest
-
Tests fix for BUG#22931277, COLUMN.GETTYPE() RETURNS ERROR FOR VALID DATATYPES.
- testBug22931433() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#22931433, GETTING VALUE OF BIT COLUMN RESULTS IN EXCEPTION.
- testBug22931433() - Method in class testsuite.x.devapi.TableSelectTest
-
Tests fix for Bug#22931433, GETTING VALUE OF BIT COLUMN RESULTS IN EXCEPTION.
- testBug22988922() - Method in class testsuite.x.devapi.TableSelectTest
-
- testBug23045604() - Method in class testsuite.x.devapi.SessionTest
-
Tests fix for BUG#23045604 - XSESSION.GETURI() RETURNS NPE.
- testBug23197238() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#23197238 - EXECUTEQUERY() FAILS FOR JSON DATA WHEN RESULTSETCONCURRENCY=CONCUR_UPDATABLE.
- testBug23197238AssertDoc(String[]) - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug23197238AssertId(int[]) - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug23212347() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#23212347, ALL API CALLS ON RESULTSET METADATA RESULTS IN NPE WHEN USESERVERPREPSTMTS=TRUE.
- testBug23281() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests bug where downed replica caused round robin load balance not to cycle back to first host in the list.
- testBug23303() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#23303 - DBMD.getSchemas() doesn't return a TABLE_CATALOG column.
- testBug23304() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#23304 - DBMD using "show" and DBMD using information_schema do not return results consistent with each other.
- testBug23535571() - Method in class testsuite.regression.BlobRegressionTest
-
Tests fix for Bug#23535571 - EXCESSIVE MEMORY USAGE WHEN ENABLEPACKETDEBUG=TRUE
- testBug2359() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#2359 -- Numeric types and server-side prepared statements incorrectly detect nulls.
- testBug23597281() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests fix for Bug#23597281, GETNODESESSION() CALL WITH SSL PARAMETERS RETURNS CJCOMMUNICATIONSEXCEPTION
- testBug23626() - Method in class testsuite.regression.ConnectionRegressionTest
-
Ensures that we don't miss getters/setters for driver properties defined in PropertyDefinitions so that names given in documentation work with
DataSources which will use JavaBean-style names and reflection to set the values (and often fail silently! when the method isn't available).
- testBug23626ForClass(Class<?>, List<String>) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug23702040() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#23702040 - JDBCDATEVALUEFACTORY FAILS TO PARSE SOME DATES.
- testBug23721537() - Method in class testsuite.x.devapi.SessionTest
-
- testBug24471057() - Method in class testsuite.x.devapi.CollectionModifyTest
-
Tests fix for BUG#24471057, UPDATE FAILS WHEN THE NEW VALUE IS OF TYPE DBDOC WHICH HAS ARRAY IN IT.
- testBug24525461() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#24525461 - UPDATABLE RESULTSET FEATURE FAILS WHEN USESERVERPREPSTMTS=TRUE
- testBug24527173() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#24527173 - QUERY EXECUTION USING PREPARED STMT FAILS WHEN USECURSORFETCH=TRUE
- testBug24527173Results(PreparedStatement, Class<?>) - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug24706() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests to insure proper behavior for BUG#24706.
- testBug24710() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for a server bug - needs to be revisited when the server is fixed.
- testBug24840() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for BUG#24840 - character encoding of "US-ASCII" doesn't map correctly for 4.1 or newer
- testBug24886() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug25047() - Method in class testsuite.regression.StringRegressionTest
-
Tests fix for BUG#25047 - StringUtils.indexOfIgnoreCaseRespectQuotes() isn't case-insensitive on the first character of the target.
- testBug25215008() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#84084 (25215008), JAVA.LANG.ARRAYINDEXOUTOFBOUNDSEXCEPTION ON ATTEMPT TO GET VALUE FROM RESULTSET.
- testBug25328() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#25328 - BIT(> 1) is returned as java.lang.String from ResultSet.getObject() rather than byte[].
- testBug25379() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#25379 - INOUT parameters in CallableStatements get doubly-escaped.
- testBug25399() - Method in class testsuite.regression.EscapeProcessorRegressionTest
-
Tests fix for BUG#25399 - EscapeProcessor gets confused by multiple backslashes
- testBug25494338() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests fix for Bug#25494338, ENABLEDSSLCIPHERSUITES PARAMETER NOT WORKING AS EXPECTED WITH X-PLUGIN.
- testBug25504578() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#25504578, CONNECT FAILS WHEN CONNECTIONCOLLATION=ISO-8859-13
- testBug25514() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#25514 - Timer instance used for Statement.setQueryTimeout() created per-connection, rather than per-VM, causing memory leak.
- testBug25517() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#25517 - Statement.setMaxRows() is not effective on result sets materialized from cursors.
- testBug25545() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#25545 - Client flags not sent correctly during handshake when using SSL.
- testBug25554464_1() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#25554464, CONNECT FAILS WITH NPE WHEN THE SERVER STARTED WITH CUSTOM COLLATION.
- testBug25554464_2() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#25554464, CONNECT FAILS WITH NPE WHEN THE SERVER STARTED WITH CUSTOM COLLATION.
- testBug25624() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#25624 - Whitespace surrounding storage/size specifiers in stored procedure declaration causes NumberFormatException to be thrown when
calling stored procedure.
- testBug25642021() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#25642021, CHANGEUSER() FAILS WHEN ENABLEPACKETDEBUG=TRUE.
- testBug25642226() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#25642226, CHANGEUSER() NOT SETTING THE DATABASE PROPERLY WITH SHA USER.
- testBug25650305() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for fix to BUG#25650305 - GETDATE(),GETTIME() AND GETTIMESTAMP() CALL WITH NULL CALENDAR RETURNS NPE
- testBug25650385() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#25650385, GETBYTE() RETURNS ERROR FOR BINARY() FLD.
- testBug25650482() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#25650482, REFRESHROW() CALL AFTER UPDATEROW() API FAILS WHEN USESERVERPREPSTMTS=TRUE.
- testBug25650514() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#25650514, UPDATEROW() CALL FAILS WITH NPE WHEN SSPS=TRUE AND TABLE HAS MULTI-FLD KEY.
- testBug25650912() - Method in class testsuite.x.devapi.TableTest
-
- testBug25701740() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#25701740, STMT EXECUTION FAILS FOR REPLICATION CONNECTION WHEN USECURSORFETCH=TRUE.
- testBug25715() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#25715 - CallableStatements with OUT/INOUT parameters that are "binary" have extra 7 bytes (which happens to be the _binary introducer!)
- testBug25787() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#25787 - java.util.Date should be serialized for PreparedStatement.setObject().
- testBug25894() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug2607() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug26089880() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#26089880, GETCONNECTION("MYSQLX://..") RETURNS NON-X PROTOCOL CONNECTION.
- testBug26143() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testBug26173() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#26173 - fetching rows via cursor retrieves corrupted data.
- testBug26227653() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests fix for Bug#26227653, WL#10528 DIFF BEHAVIOUR WHEN SYSTEM PROP JAVAX.NET.SSL.TRUSTSTORETYPE IS SET
The actual bug is: if wrong system-wide SSL settings are provided, the session should not fail if 'xdevapi.ssl-mode=REQUIRED'.
- testBug2623() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#2643, ClassCastException when using this.rs.absolute() and server-side prepared statements.
- testBug26259384() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#26259384 - CALLABLE STATEMENT GIVES ERROR IN C/JAVA WHEN RUN AGAINST MYSQL 8.0
- testBug26266731() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for fix to BUG#26266731 - CONCUR_UPDATABLE RESULTSET OPERATIONS FAIL AGAINST 8.0 FOR BOOLEAN COLUMN
- testBug2654() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#2654, "Column 'column.table' not found" when "order by" in query"
- testBug2670() - Method in class testsuite.regression.BlobRegressionTest
-
- testBug26750705() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for fix to BUG#26750705, UNSUPPORTED CONVERSION FROM TIME TO JAVA.SQL.DATE
- testBug26789() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#26789 - fast date/time parsing doesn't take into account 00:00:00 as a legal value.
- testBug26819691() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#26819691, SETTING PACKETDEBUGBUFFERSIZE=0 RESULTS IN CONNECTION FAILURE.
- testBug26959() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#26959 - comments confuse procedure parser.
- testBug27102307() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#27102307, CHANGE USESSL AND VERIFYSERVERCERTIFICATE TO SSLMODE OPTION.
- testBug27131768() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#27131768 - NULL POINTER EXCEPTION IN CONNECTION.
- testBug27185332() - Method in class testsuite.x.devapi.CollectionModifyTest
-
Tests fix for BUG#27185332, WL#11210:ERROR IS THROWN WHEN NESTED EMPTY DOCUMENTS ARE INSERTED TO COLLECTION.
- testBug27226293() - Method in class testsuite.x.devapi.CollectionModifyTest
-
Tests fix for BUG#27226293, JSONNUMBER.GETINTEGER() & NUMBERFORMATEXCEPTION.
- testBug27317() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#27317 - column index < 1 returns misleading error message.
- testBug27400() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#27400 - CALL [comment] some_proc() doesn't work
- testBug27431() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug27629553() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests fix for Bug#27629553, NPE FROM GETSESSION() FOR SSL CONNECTION WHEN NO PASSWORD PASSED.
- testBug27652379() - Method in class testsuite.x.devapi.SessionTest
-
Tests fix for Bug #27652379, NPE FROM GETSESSION(PROPERTIES) WHEN HOST PARAMETER IS GIVEN IN SMALL LETTER.
- testBug27655() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#27655 - getTransactionIsolation() uses "SHOW VARIABLES LIKE" which is very inefficient on MySQL-5.0+
- testBug27784363() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#27784363, MYSQL 8.0 JDBC DRIVER THROWS NUMBERFORMATEXCEPTION FOR TEXT DATA
- testBug27867() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#27867 - Schema objects with identifiers other than the connection character aren't retrieved correctly in ResultSetMetadata.
- testBug27915() - Method in class testsuite.regression.MetaDataRegressionTest
-
Fixed BUG#27915 - DatabaseMetaData.getColumns() doesn't contain SCOPE_* or IS_AUTOINCREMENT columns.
- testBug27916() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#27916 - UNSIGNED types not reported via DBMD.getTypeInfo(), and capitalization of types is not consistent between DBMD.getColumns(),
RSMD.getColumnTypeName() and DBMD.getTypeInfo().
- testBug28085() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#28085 - Need more useful error messages for diagnostics when the driver thinks a result set isn't updatable.
- testBug28150662() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests fix for BUG#28150662, CONNECTOR/J 8 MALFORMED DATABASE URL EXCEPTION WHIT CORRECT URL STRING.
- testBug28150662() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#28150662, CONNECTOR/J 8 MALFORMED DATABASE URL EXCEPTION WHIT CORRECT URL STRING.
- testBug2852() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#2852, where RSMD is not returning correct (or matching) types for TINYINT and SMALLINT.
- testBug2855() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#2855, where RSMD is not returning correct (or matching) types for FLOAT.
- testBug28606708() - Method in class testsuite.x.devapi.SessionTest
-
- testBug28616573() - Method in class testsuite.x.devapi.SessionTest
-
- testBug28689() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#28689 - CallableStatement.executeBatch() doesn't work when connection property "noAccessToProcedureBodies" has been set to "true".
- testBug28725534() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#28725534, MULTI HOST CONNECTION WOULD BLOCK IN CONNECTION POOLING.
- testBug29186870() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#29186870, CONNECTOR/J REGRESSION: NOT RETURNING PRECISION GETPROCEDURECOLUMNS.
- testBug29329326() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#29329326, PLEASE AVOID SHOW PROCESSLIST IF POSSIBLE.
- testBug29852() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug30474158() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#30474158, CONNECTOR/J 8 DOES NOT HONOR THE REQUESTED RESULTSETTYPE SCROLL_INSENSITIVE ETC.
- testBug30664() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#30664.
- testBug30851() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#30851, NPE with null column values when "padCharsWithSpace" is set to "true".
- testBug31053() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug31187() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug31667405() - Method in class testsuite.x.devapi.TableSelectTest
-
Tests server Bug#31667405, INCORRECT PREPARED STATEMENT OUTCOME WITH NUMERIC STRINGS IN JSON.
- testBug31747910() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#31747910, BUG 30474158 FIX IMPROVES JDBC COMPLIANCE BUT CHANGES DEFAULT RESULTSETTYPE HANDLING.
- testBug31823() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for Bug#31823 - CallableStatement.setNull() on a stored function would throw an ArrayIndexOutOfBounds when setting the last parameter to null
when calling setNull().
- testBug32101() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests fix for BUG#32101 - When using a connection from our ConnectionPoolDataSource, some Connection.prepareStatement() methods would return null instead
of a prepared statement.
- testBug32216() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug32525() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug32877() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug32954396() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#32954396, EXECUTEQUERY HANGS WITH USECURSORFETCH=TRUE & SETFETCHSIZE.
- testBug33162() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug33185116() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#33185116, Have method ResultSet.getBoolean() supporting conversion of 'T' and 'F' in a VARCHAR to True/False (boolean).
- testBug33594() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#33594 - When cursor fetch is enabled, wrong metadata is returned from DBMD.
- testBug33637993() - Method in class testsuite.x.devapi.CollectionModifyTest
-
Tests fix for Bug#33637993, Loss of backslashes in data after modify api is used.
- testBug33678() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#33678 - Multiple result sets not supported in "streaming" mode.
- testBug33723611() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#33723611, getDefaultTransactionIsolation must return repeatable read.
- testBug33734() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#33734 - NullPointerException when using client-side prepared statements and enabling caching of prepared statements
(only present in nightly builds of 5.1).
- testBug34090350() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#34090350, Update mappings for utf8mb3 and utf8mb4 collations.
- testBug34194() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug34677() - Method in class testsuite.regression.BlobRegressionTest
-
- testBug34703() - Method in class testsuite.regression.ConnectionRegressionTest
-
34703 [NEW]: isValild() aborts Connection on timeout
- testBug34762() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug34913() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug34918989() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#34918989, Pluggable classes are initialized even when they cannot be used by Connector/J.
- TestBug34918989PropTransKO() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug34918989PropTransKO
-
- TestBug34918989PropTransOK() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug34918989PropTransOK
-
- testBug34937() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug35115() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#35115 - yearIsDateType=false has no effect on result's column type and class.
- testBug35199() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testBug3539() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#3539 getProcedures() does not return any procedures in result set
- testBug3540() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#3540 getProcedureColumns doesn't work with wildcards for procedure name
- testBug35489() - Method in class testsuite.regression.PooledConnectionRegressionTest
-
Tests fix for BUG#35489 - Prepared statements from pooled connections cause NPE when closed() under JDBC4
- testBug3554() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#3554 - Not specifying database in URL causes MalformedURL exception.
- testBug35610() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#35610, BUG#35150.
- testBug35660() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug3570() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#3570 -- inconsistent reporting of column type
- testBug35810() - Method in class testsuite.regression.DataSourceRegressionTest
-
- testBug36051() - Method in class testsuite.regression.ResultSetRegressionTest
-
Test Bug#36051.
- testBug3620() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for BUG#3620 -- Timezone not respected correctly.
- testBug36662() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug36948() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#36948 - Trying to use trustCertificateKeyStoreUrl causes an IllegalStateException.
- testBug37570() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug3790() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug37931() - Method in class testsuite.regression.CharsetRegressionTest
-
- testBug38252() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#38252 - ResultSet.absolute(0) is not behaving according to JDBC specification.
- testBug38367() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#38367 - DatabaseMetaData dbMeta = this.conn.getMetaData();
this.rs = dbMeta.getProcedureColumns("test", null, "nullableParameterTest", null);
...
- testBug38387() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug3848() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests fix for Bug#3848, port # alone parsed incorrectly
- testBug38954() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for Bug#38954 (11749415), DATA TRUNCATION WHILE USING BIT(1) IN STORED PROCEDURE WITH INOUT TYPE.
- testBug3920() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests that we can get a connection from the DataSource bound in JNDI during test setup
- testBug39911() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#39911 - We don't retrieve nanos correctly when -parsing- a string for a TIMESTAMP.
- testBug41172() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test fix for Bug#41172 (11750577), PROFILEREVENT.PACK() THROWS ARRAYINDEXOUTOFBOUNDSEXCEPTION.
- testBug41269() - Method in class testsuite.regression.MetaDataRegressionTest
-
Bug #41269 - DatabaseMetadata.getProcedureColumns() returns wrong value for column length
- testBug4138() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#4138, getColumns() returns incorrect JDBC type for unsigned columns.
- testBug41484() - Method in class testsuite.regression.ResultSetRegressionTest
-
Bug #41484 Accessing fields by name after the ResultSet is closed throws NullPointerException.
- testBug41484_2() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug41730() - Method in class testsuite.regression.CharsetRegressionTest
-
Bug #41730 - SQL Injection when using U+00A5 and SJIS/Windows-31J
- testBug42267() - Method in class testsuite.regression.DataSourceRegressionTest
-
- testBug4334() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#4334, port #'s not being picked up for failover/autoreconnect.
- testBug43421() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug43576() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testBug43714() - Method in class testsuite.regression.MetaDataRegressionTest
-
Bug #43714 - useInformationSchema with DatabaseMetaData.getExportedKeys() throws exception
- testBug43759() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug44324() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug44451() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#44451 - getTables does not return resultset with expected columns.
- testBug44508() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug44587() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#44587, provide last packet sent/received timing in all connection failure errors.
- testBug4482() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#4482, ResultSet.getObject() returns wrong type for
strings when using prepared statements.
- testBug45171() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug45419() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#45419, ensure that time is not converted to seconds before being reported as milliseconds.
- testBug45757() - Method in class testsuite.regression.ResultSetRegressionTest
-
Bug #45757 - ResultSet.updateRow should throw SQLException when cursor is on insert row
- testBug46637() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug4689() - Method in class testsuite.regression.ResultSetRegressionTest
-
Test fix for BUG#4689 - WasNull not getting set correctly for binary result sets.
- testBug46925() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug4742() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#4742, 'DOUBLE' mapped twice in getTypeInfo().
- testBug47494() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug4808() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests fix for BUG#4808- Calling .close() twice on a PooledConnection causes NPE.
- testBug48442() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug48486() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug4860() - Method in class testsuite.regression.MetaDataRegressionTest
-
Here for housekeeping only, the test is actually in testBug4138().
- testBug48605() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug4880() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#4880 - RSMD.getPrecision() returns '0' for non-numeric types.
- testBug48820() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug49516() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug49700() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug49797() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug49831() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testBug5032() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#5032 -- ResultSet.getObject() doesn't return type Boolean for pseudo-bit types from prepared statements on 4.1.x.
- testBug5069() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#5069 -- ResultSet.getMetaData() should not return incorrectly-initialized metadata if the result set has been closed, but should
instead throw a SQLException.
- testBug51266() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug51313() - Method in class testsuite.simple.EscapeProcessingTest
-
Tests fix for BUG#51313 - Escape processing is confused by multiple backslashes.
- testBug5136() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for BUG#5136, GEOMETRY types getting corrupted, turns out to be a server bug.
- testBug51643() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#51643 - connection chosen by load balancer "sticks" to statements that live past commit()/rollback().
- testBug51783() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug5188() - Method in class testsuite.regression.CachedRowsetTest
-
Tests fix for BUG#5188, CachedRowSet errors using PreparedStatement.
- testBug51912() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#51912 - Passing NULL as cat.
- testBug52167() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#52167 - Can't parse parameter list with special characters inside
- testBug5490() - Method in class testsuite.regression.BlobRegressionTest
-
- testBug56100() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#56100 - Replication driver routes DML statements to read-only replicas.
- testBug56100AssertHost(Statement, String) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug56122() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#56122 - JDBC4 functionality failure when using replication connections.
- testBug56429() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug56479() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#56479 - getTimestamp throws exception.
- testBug5664() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#5664, ResultSet.updateByte() when on insert row throws ArrayOutOfBoundsException.
- testBug56955() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug57022() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for Bug#57022 - cannot execute a store procedure with output parameters
Problem was in CallableStatement.java,
private void determineParameterTypes() throws SQLException
if (procName.indexOf(".") == -1) {
useCatalog = true;
}
The fix will be to "sanitize" db.sp call just like in noAccessToProcedureBodies.
- testBug5717() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests our ability to reject NaN and +/- INF in PreparedStatement.setDouble();
- testBug5729() - Method in class testsuite.regression.NumbersRegressionTest
-
Tests fix for BUG#5729, UNSIGNED BIGINT returned incorrectly
- testBug57662() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#57662, Incorrect Query Duration When useNanosForElapsedTime Enabled
- TestBug57662Logger(String) - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug57662Logger
-
- testBug57808() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#57808 - wasNull not set for DATE field with value 0000-00-00 in getDate() although zeroDateTimeBehavior is CONVERT_TO_NULL.
- testBug58706() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug5874() - Method in class testsuite.regression.DateTimeRegressionTest
-
Tests fix for Bug#5874, Timezone conversion goes in the wrong direction
(when useTimezone=true and server timezone differs from client timezone).
- testBug60313() - Method in class testsuite.regression.ResultSetRegressionTest
-
Bug #60313 bug in com.mysql.jdbc.ResultSetRow.getTimestampFast
- testBug60598() - Method in class testsuite.regression.EscapeProcessorRegressionTest
-
Tests fix for BUG#60598 - nativeSQL() truncates fractional seconds
- testBug60816() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#60816 - Cannot pass NULL to an INOUT procedure parameter
- testBug61150() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#61150 - First call to SP fails with "No Database Selected"
The workaround introduced in DatabaseMetaData.getCallStmtParameterTypes to fix the bug in server where SHOW CREATE PROCEDURE was not respecting
lower-case table names is misbehaving when connection is not attached to database and on non-casesensitive OS.
- testBug61201() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug61203() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#61203 - noAccessToProcedureBodies does not work anymore.
- testBug61203checks(Connection, Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug61332() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#61332 - Check if "LIKE" or "=" is sent to server in I__S query when no wildcards are supplied for schema parameter.
- testBug6231() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#6231, ResultSet.getTimestamp() on a column with TIME in it fails.
- testBug62452() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#62452 - NPE thrown in JDBC4MySQLPooledException when statement is closed.
- testBug62452WithConnection(PooledConnection) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug62577() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test for Bug#62577 - XA connection fails with ClassCastException
- testBug62577TestUrl(String) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug63284() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug63456() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#63456 - MetaData precision is different when using UTF8 or Latin1 tables
- testBug63526() - Method in class testsuite.regression.EscapeProcessorRegressionTest
-
Tests fix for BUG#63526 - Unhandled case of {data...}
- testBug6359() - Method in class testsuite.regression.MicroPerformanceRegressionTest
-
- testBug63800() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#63800 - getVersionColumns() does not return timestamp fields; always empty.
- testBug6399() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#6399, ResultSetMetaData.getDisplaySize() is wrong for multi-byte charsets.
- testBug64204() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#64204 - ResultSet.close hangs if streaming query is killed
- testBug64205() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#64205 (13702427), Connected through Connector/J 5.1 to MySQL 5.5, the error message is garbled.
- TestBug64205QueryInterceptor() - Constructor for class testsuite.regression.CharsetRegressionTest.TestBug64205QueryInterceptor
-
- testBug64731() - Method in class testsuite.regression.StringRegressionTest
-
Tests fix for BUG#64731 - StringUtils.getBytesWrapped throws StringIndexOutOfBoundsException.
- testBug6537() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for server issue that drops precision on aggregate operations on DECIMAL types, because they come back as DOUBLEs.
- testBug65503() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#65503 - ResultSets created by PreparedStatement.getGeneratedKeys() are not close()d.
- testBug6561() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for presence of BUG#6561, NPE thrown when dealing with 0 dates and non-unpacked result sets.
- testBug65871() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#65871 - DatabaseMetaData.getColumns() throws an MySQLSyntaxErrorException.
- testBug65871_testCatalog(String, String, Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug65871_testCatalogs(Connection) - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug65871_testTable(String, String, String, String, Connection, Statement) - Method in class testsuite.regression.MetaDataRegressionTest
-
- testBug6619() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug67318() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#67318 - SQLException thrown on already closed ResultSet
- TestBug67318ExceptionInterceptor() - Constructor for class testsuite.regression.ResultSetRegressionTest.TestBug67318ExceptionInterceptor
-
- testBug6743() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug67760() - Method in class testsuite.regression.StressRegressionTest
-
Tests fix for BUG#67760 - Deadlock when concurrently executing prepared statements with Timestamp objects
Concurrent execution of Timestamp, Date and Time related setters and getters from a PreparedStatement and ResultSet object obtained from a same shared
Connection may result in a deadlock.
- testBug67803() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#67803 - XA commands sent twice to MySQL server
- TestBug67803ExceptionInterceptor() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug67803ExceptionInterceptor
-
- testBug68098() - Method in class testsuite.regression.MetaDataRegressionTest
-
Test fix for BUG#68098 - DatabaseMetaData.getIndexInfo sorts results incorrectly.
- testBug68307() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#68307 - getFunctionColumns() returns incorrect "COLUMN_TYPE" information.
- testBug68400() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#68400 useCompression=true and connect to server, zip native method cause out of memory
- testBug68608() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for Bug#68608 (Bug#16690898), UpdatableResultSet does not properly handle unsigned primary key.
- testBug68733() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#68733, ReplicationConnection does not ping all underlying active physical connections to replicas.
- testBug68763() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#68763, ReplicationConnection.isSourceConnection() returns false always
- testBug69290() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#69290 - JDBC Table type "SYSTEM TABLE" is used inconsistently.
- testBug69298() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#69298 - Different outcome from DatabaseMetaData.getFunctions() when using I__S.
- testBug69452() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#69452 - Memory size connection property doesn't support large values well
- testBug69506() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#69506 - XAER_DUPID error code is not returned when a duplicate XID is offered in Java.
- testBug69579() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#69579 - DriverManager.setLoginTimeout not honored.
- testBug6966() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#6966, connections starting up failed-over (due to down source) never retry source.
- testBug69746() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#69746, ResultSet closed after Statement.close() when dontTrackOpenResources=true
active physical connections to replicas.
- testBug69777() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#69777 - Setting maxAllowedPacket below 8203 makes blobSendChunkSize negative.
- testBug7026() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#7026 - DBMD.getProcedures() doesn't respect catalog parameter
- testBug7033() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#7033 - PreparedStatements don't encode Big5 (and other multibyte) character sets correctly in static SQL strings.
- testBug70436() - Method in class testsuite.regression.UtilsRegressionTest
-
Tests fix for BUG#70436 - Incorrect mapping of windows timezone to Olson timezone.
- testBug70677() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test fix for Bug#70677 (17640628), CONNECTOR J WITH PROFILESQL - LOG CONTAINS LOTS OF STACKTRACE DATA.
- testBug70704() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#70704 - Deadlock using UpdatableResultSet.
- testBug70785() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#70785 - MySQL Connector/J inconsistent init state for autocommit.
- testBug7081() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#7081, DatabaseMetaData.getIndexInfo() ignoring 'unique' parameters.
- testBug71038() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#71038, Add an option for custom collations detection
- testBug71084() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#71084 - Wrong java.sql.Date stored if client and server time zones differ
- testBug71084AssertCase(Properties, String, String, String, String, String, String) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug7136() - Method in class testsuite.regression.PooledConnectionRegressionTest
-
Tests fix for BUG#7136 ...
- testBug71850() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#71850 - init() is called twice on exception interceptors
- TestBug71850ExceptionInterceptor() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug71850ExceptionInterceptor
-
- testBug72000() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#72000 - java.lang.ArrayIndexOutOfBoundsException on java.sql.ResultSet.getInt(String).
- testBug72023() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#72023 - Avoid byte array creation in MysqlIO#unpackBinaryResultSetRow.
- testBug72609() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#72609 (18749544), SETDATE() NOT USING A PROLEPTIC GREGORIAN CALENDAR.
- testBug72630() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#72630 (18758686), NullPointerException during handshake in some situations
- testBug72632() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests fix for Bug#72632 - NullPointerException for invalid JDBC URL.
- testBug72712() - Method in class testsuite.regression.CharsetRegressionTest
-
Test for Bug#72712 - SET NAMES issued unnecessarily.
- testBug72890() - Method in class testsuite.regression.DataSourceRegressionTest
-
Tests fix for BUG#72890 - Java jdbc driver returns incorrect return code when it's part of XA transaction
- testBug73053() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#73053 - Endless loop in MysqlIO.clearInputStream due to Linux kernel bug.
- TestBug73053InputStreamWrapper(InputStream) - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug73053InputStreamWrapper
-
- TestBug73053SocketFactory() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketFactory
-
- TestBug73053SocketWrapper(Socket) - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- testBug73663() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#73663 (19479242), utf8mb4 does not work for connector/j >=5.1.13
This test is only run when character_set_server=utf8mb4 and collation-server set to one of utf8mb4 collations (it's better to test two configurations:
with default utf8mb4_general_ci and one of non-default, say utf8mb4_bin)
- testBug73775() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#73775 - DBMD.getProcedureColumns()/.getFunctionColumns() fail to filter by columnPattern
- testBug74690() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test fix for Bug#74690 (20010454), PROFILEREVENT HOSTNAME HAS NO GETTER().
- testBug74711() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#74711 - FORGOTTEN WORKAROUND FOR BUG#36326.
- testBug75168() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#75168 - loadBalanceExceptionChecker interface cannot work using JDBC4/JDK7
- testBug75209() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#75209 - Set useLocalTransactionState may result in partially committed transaction.
- testBug75309() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#75309 - mysql connector/J driver in streaming mode will in the blocking state.
- testBug75592() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#75592 - "SHOW VARIABLES WHERE" is expensive.
- testBug75615() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#75615 - Incorrect implementation of Connection.setNetworkTimeout().
- testBug75615Future - Variable in class testsuite.regression.ConnectionRegressionTest
-
- testBug75670() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#75670 - Connection fails with "Public Key Retrieval is not allowed" for native auth.
- testBug7601() - Method in class testsuite.regression.StringRegressionTest
-
Tests fix for BUG#7601, '+' duplicated in fixDecimalExponent().
- testBug7607() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for BUG#7607 - MS932, SHIFT_JIS and Windows_31J not recog.
- testBug76187() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#76187 (20675539), getTypeInfo report maximum precision of 255 for varchar.
- testBug7686() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug7715() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#7715 - Timestamps converted incorrectly to strings with SSPS and Upd.
- testBug77171() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#77171 - On every connect getting sql_mode from server creates unnecessary exception.
- testBug77649() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#77649 - URL start with word "address",JDBC can't parse the "host:port" Correctly.
- testBug78685() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#78685 - Wrong results when retrieving the value of a BIT column as an integer.
- testBug78685CheckData(String) - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug7952() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test fix for BUG#7952 -- Infinite recursion when 'falling back' to source in failover configuration.
- testBug79561() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for Bug#79561 - NullPointerException when calling a fully qualified stored procedure
- testBug79612() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#79612 (22362474), CONNECTION ATTRIBUTES LOST WHEN CONNECTING WITHOUT DEFAULT DATABASE.
- testBug80441() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#80441 (22850444), SYNTAX ERROR ON RESULTSET.UPDATEROW() WITH SQL_MODE NO_BACKSLASH_ESCAPES.
- testBug80522() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#80522 - Using useCursorFetch leads to data corruption in Connector/J for TIME type.
- testBug80532() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#80532 (22847443), ENCODING OF RESULTSET.UPDATEROW IS BROKEN FOR NON ASCII CHARCTERS.
- testBug80631() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#80631 - ResultSet.getString return garbled result with json type data.
- testBug8096() - Method in class testsuite.regression.BlobRegressionTest
-
Tests BUG#8096 where emulated locators corrupt binary data when using server-side prepared statements.
- testBug81196() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#81196 (23227334), CONNECTOR/J NOT FOLLOWING DATABASE CHARACTER SET.
- testBug81202() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#81202 - RESULTSETIMPL.GETOBJECT THROWS NULLPOINTEREXCEPTION WHEN FIELD IS NULL.
- testBug82084() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#82084 (23743938), YEAR DATA TYPE RETURNS INCORRECT VALUE FOR JDBC GETCOLUMNTYPE().
- testBug82115() - Method in class testsuite.regression.UtilsRegressionTest
-
Tests fix for Bug#82115 - Some exceptions are intercepted twice or fail to set the init cause.
- testBug82707() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#82707, WRONG MILLI SECOND VALUE RETURNED FROM TIMESTAMP COLUMN.
- testBug82964() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#82964 - JSR-310 DATA TYPES CREATED THROUGH JAVA.SQL TYPES.
- testBug83368() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#83368 - 5.1.40 regression: wasNull not updated when calling getInt for a bit column.
- testBug83662() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#83662 - NullPointerException while reading NULL boolean value from DB.
- testBug84189() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#84189 - Allow null when extracting java.time.* classes from ResultSet.
- testBug8428() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#8428 - getString() doesn't maintain format stored on server.
- testBug84324() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for Bug#84324 - CallableStatement.extractProcedureName() not work when catalog name with dash.
- testBug8484() - Method in class testsuite.regression.NumbersRegressionTest
-
Deprecated.
- testBug85941() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for fix to BUG#85941 (25924324), WASNULL NOT SET AFTER GETBYTES IS CALLED
- testBug86741() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#86741 (26314325), Multi-Host connection with autocommit=0 getAutoCommit maybe wrong.
- testBug87600() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#87600 (26724154), CONNECTOR THROWS 'MALFORMED DATABASE URL' ON NON MYSQL CONNECTION-URLS.
- testBug87704() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#87704 (26771560) - THE STREAM GETS THE RESULT SET ?THE DRIVER SIDE GET WRONG ABOUT GETLONG().
- testBug87826() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#87826 (26846249), MYSQL JDBC CONNECTOR/J DATABASEMETADATA NULL PATTERN HANDLING IS NON-COMPLIANT.
- testBug8792() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#8792 - DBMD.supportsResultSetConcurrency() not returning true for forward-only/read-only result sets (we obviously support this).
- testBug8800() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#8800 - supportsMixedCase*Identifiers() returns wrong value on servers running on case-sensitive filesystems.
- testBug8803() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#8803, 'DATA_TYPE' column from DBMD.getBestRowIdentifier() causes ArrayIndexOutOfBoundsException when accessed (and in fact, didn't
return any value).
- testBug8812() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#8812, DBMD.getIndexInfo() returning inverted values for 'NON_UNIQUE' column.
- testBug88227() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#88227 (27029657), Connector/J 5.1.44 cannot be used against MySQL 5.7.20 without warnings.
- testBug88232() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#88232 - c/J does not rollback transaction when autoReconnect=true.
- testBug88242() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#88242 - autoReconnect and socketTimeout JDBC option makes wrong order of client packet.
- testBug8868() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#8868, DATE_FORMAT() queries returned as BLOBs from getObject().
- testBug89948() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test fix for Bug#89948 (27658489), Batched statements are not committed for useLocalTransactionState=true.
- testBug89948Check(String, int, int) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testBug9040() - Method in class testsuite.regression.BlobRegressionTest
-
Tests fix for BUG#9040 - PreparedStatement.addBatch() doesn't work with server-side prepared statements and streaming BINARY data.
- testBug90753() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#90753 (27977617), WAIT_TIMEOUT EXCEEDED MESSAGE NOT TRIGGERED.
- testBug90887() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#90887 (28034570), DATABASEMETADATAUSINGINFOSCHEMA#GETTABLES FAILS IF METHOD ARGUMENTS ARE NULL.
- testBug9098() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#9098 - Server doesn't give us info to distinguish between CURRENT_TIMESTAMP and 'CURRENT_TIMESTAMP' for default values.
- testBug91065() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#91065 (28101003), ZERODATETIMEBEHAVIOR=CONVERT_TO_NULL SHOULD NOT APPLY TO 00:00:00 TIME COLUMNS.
- testBug91317() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#91317 (28207422), Wrong defaults on collation mappings.
- testBug91421() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#91421 (28246270), ALLOWED VALUES FOR ZERODATETIMEBEHAVIOR ARE INCOMPATIBLE WITH NETBEANS.
- testBug9206() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for BUG#9206, can not use 'UTF-8' for characterSetResults configuration property.
- testBug92264() - Method in class testsuite.x.devapi.CollectionAddTest
-
Test for Bug#92264 (28594434), JSONPARSER PUTS UNNECESSARY MAXIMUM LIMIT ON JSONNUMBER TO 10 DIGITS.
- testBug9236() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#9236, a continuation of BUG#8868, where functions used in queries that should return non-string types when resolved by temporary tables
suddenly become opaque binary strings (work-around for server limitation)
- testBug92536() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#92536 (28692243), UPDATEING SERVER SIDE PREPSTMTS RESULTSET FAIL.
- testBug92625() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#92625 (28731795), CONTRIBUTION: FIX OBSERVED NPE IN CLEARINPUTSTREAM.
- testBug92819() - Method in class testsuite.x.devapi.CollectionAddTest
-
Test for Bug92819 (28834959), EXPRPARSER THROWS WRONGARGUMENTEXCEPTION WHEN PARSING EMPTY JSON ARRAY.
- testBug93007() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for BUG#93007 (28860051), LoadBalancedConnectionProxy.getGlobalBlocklist bug.
- testBug9319() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#9319 -- Stored procedures with same name in different databases confuse the driver when it tries to determine parameter counts/types.
- testBug9320() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#9320 - PreparedStatement.getMetaData() inserts blank row in database under certain conditions when not using server-side prepared
statements.
- testBug9437() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#9437, IF() returns type of [B or java.lang.String depending on platform.
- testBug94457() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#94457 (29402209), CONNECTOR/J RESULTSET.GETOBJECT( ..., OFFSETDATETIME.CLASS ) THROWS.
- testBug94533() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#94533 (29446100), GETOBJECT FOR BOXED PRIMITIVE TYPES DOESN'T RETURN NULL FOR NULL COLUMNS.
- testBug94585() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#94585 (29452669), GETTABLENAME() RETURNS NULL FOR A QUERY HAVING COUNT(*) WITH JDBC DRIVER V8.0.12
- testBug95139() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for Bug#95139 (29807572), CACHESERVERCONFIGURATION APPEARS TO THWART CHARSET DETECTION.
- testBug95139CheckVariables(Properties, int, String, String) - Method in class testsuite.regression.CharsetRegressionTest
-
- testBug95210() - Method in class testsuite.regression.BlobRegressionTest
-
Tests BUG#95210, ClassCastException in BlobFromLocator when connecting as jdbc:mysql:replication.
- testBug95280() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#95280 (29757140), DATABASEMETADATA.GETIMPORTEDKEYS RETURNS DOUBLE THE ROWS.
- testBug95503() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
Fix for Bug#95503 (29821029), Operator IN not mapping consistently to the right X Plugin operation.
- testBug95564() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#95564 (29894324), createDatabaseIfNotExist is not working for databases with hyphen in name.
- testBug96059() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#96059 (29999318), ERROR STREAMING MULTI RESULTSETS WITH MYSQL-CONNECTOR-JAVA 8.0.X.
- testBug96383() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#96383 (30119545) RS.GETTIMESTAMP() HAS DIFFERENT RESULTS FOR TIME FIELDS WITH USECURSORFETCH=TRUE.
- testBug9682() - Method in class testsuite.regression.CallableStatementRegressionTest
-
Tests fix for BUG#9682 - Stored procedures with DECIMAL parameters with storage specifications that contained "," in them would fail.
- testBug9684() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testBug97269() - Method in class testsuite.x.devapi.SessionTest
-
Test fix for Bug#97269 (30438500), POSSIBLE BUG IN COM.MYSQL.CJ.XDEVAPI.STREAMINGDOCRESULTBUILDER.
- testBug97413() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#97413 (30477722), DATABASEMETADATA IS BROKEN AFTER SERVER WL#13528.
- testBug97413CheckMDColumn(int, String, int, int, int) - Method in class testsuite.regression.MetaDataRegressionTest.TestBug97413Columns
-
- TestBug97413Columns(String, boolean, boolean, ResultSet, String, String, String, String, String) - Constructor for class testsuite.regression.MetaDataRegressionTest.TestBug97413Columns
-
- TestBug97413Columns(String, boolean, boolean, ParameterMetaData) - Constructor for class testsuite.regression.MetaDataRegressionTest.TestBug97413Columns
-
- TestBug97413Columns(String, boolean, boolean, ResultSetMetaData) - Constructor for class testsuite.regression.MetaDataRegressionTest.TestBug97413Columns
-
- testBug9769() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#9769 - Should accept null for procedureNamePattern, even though it isn't JDBC compliant, for legacy's sake.
- testBug97714() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test fix for Bug#97714 (30570249), Contribution: Expose elapsed time for query interceptor to avoid hacky thread local implementations.
- testBug97724() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#97724 (30570721), Contribution: Allow \'3.\' formatted numbers.
- testBug97730() - Method in class testsuite.x.devapi.SessionTest
-
Tests fix for Bug#97730 (31699993), xdev api: ConcurrentModificationException at Session.close.
- testBug97757() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#97757 (30584907), NULLPOINTEREXCEPTION WITH CACHERESULTSETMETADATA=TRUE AND EXECUTEQUERY OF "SET".
- testBug9778() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#9778, DBMD.getTables() shouldn't return tables if views are asked for, even if the database version doesn't support views.
- testBug98445() - Method in class testsuite.regression.ConnectionRegressionTest
-
- TestBug98445ClientInfoProvider() - Constructor for class testsuite.regression.ConnectionRegressionTest.TestBug98445ClientInfoProvider
-
- testBug98667() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#98667 (31711961), "All pipe instances are busy" exception on multiple connections to named Pipe.
- testBug99013() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for Bug#99013 (31074051), AN EXTRA HOUR GETS ADDED TO THE TIMESTAMP WHEN SUBTRACTING INTERVAL 'N' DAYS.
- testBug99076() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#99076 (31083755), Unclear exception/error when connecting with jdbc:mysql to a mysqlx port.
- testBug9917() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#9917 - Should accept null for catalog in DBMD methods, even though it's not JDBC-compliant for legacy's sake.
- testBug99708() - Method in class testsuite.x.devapi.CompressionTest
-
Test fix for Bug#99708 (31510398), mysql-connector-java 8.0.20 ASSERTION FAILED: Unknown message type: 57 s.close.
- testBug99767() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#99767 (31443178), Contribution: Check SubjectAlternativeName for TLS instead of commonName.
- testByteStreamInsert() - Method in class testsuite.simple.BlobTest
-
- testByteStreamInsert(Connection) - Method in class testsuite.simple.BlobTest
-
Tests inserting blob data as a stream
- testCachingSha2PasswordPlugin() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test for caching_sha2_password authentication.
- testCallableStatement() - Method in class testsuite.simple.StatementsTest
-
Tests stored procedure functionality
- testCallStmtExecuteLargeBatch() - Method in class testsuite.simple.StatementsTest
-
Test for CallableStatement.executeLargeBatch().
- testCallStmtExecuteLargeUpdate() - Method in class testsuite.simple.StatementsTest
-
Test for CallableStatement.executeLargeUpdate().
- testCallStmtRegisterOutParameter() - Method in class testsuite.simple.StatementsTest
-
Test for CallableStatement.registerOutParameter().
- testCallStmtRegisterOutParameterNewUnsupportedTypes() - Method in class testsuite.simple.StatementsTest
-
Test for CallableStatement.registerOutParameter(), unsupported SQL types TIME_WITH_TIMEZONE, TIMESTAMP_WITH_TIMEZONE and REF_CURSOR.
- testCallStmtRegisterOutParameterWithMysqlType() - Method in class testsuite.simple.StatementsTest
-
Test for CallableStatement.registerOutParameter(...MysqlType...).
- testCallStmtSetObjectAndNewSupportedTypes() - Method in class testsuite.simple.StatementsTest
-
Test for CallableStatement.setObject().
- testCallStmtSetObjectAndNewUnsupportedTypes() - Method in class testsuite.simple.StatementsTest
-
Test for CallableStatement.setObject(), unsupported SQL types TIME_WITH_TIMEZONE, TIMESTAMP_WITH_TIMEZONE and REF_CURSOR.
- testCancelStatement() - Method in class testsuite.simple.StatementsTest
-
- testCannedConfigs() - Method in class testsuite.simple.ConnectionTest
-
- testCapabilities() - Method in class testsuite.x.internal.XProtocolTest
-
- testCatalog() - Method in class testsuite.simple.ConnectionTest
-
Tests catalog functionality
- testChainedAdd() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testChangeUser() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testChangeUserAndCharsets() - Method in class testsuite.simple.DataSourceTest
-
Tests whether Connection.changeUser() (and thus pooled connections) restore character set information correctly.
- testChangeUserClosedConn() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testChangeUserNoDb() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testCharacterSetForDBMD() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testCharsetMapping() - Method in class testsuite.simple.CharsetTest
-
Prints static mappings for analysis.
- testCharsets() - Method in class testsuite.simple.CharsetTest
-
- testCharVarchar() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests char/varchar bug
- testClobberStreamingRS() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests that streaming result sets are registered correctly.
- testClobTruncate() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests for fix to BUG#1130
- testClose() - Method in class testsuite.simple.StatementsTest
-
- testClosedWrapper() - Method in class testsuite.simple.CallableStatementTest
-
- testCloseEvent() - Method in class testsuite.regression.PooledConnectionRegressionTest
-
Test the nb of closeEvents generated by a PooledConnection.
- testClusterConnection() - Method in class testsuite.simple.ConnectionTest
-
Tests a cluster connection for failover, requires a two-node cluster URL specified in com.mysql.jdbc.testsuite.ClusterUrl system property.
- testCodePage1252() - Method in class testsuite.simple.CharsetTest
-
- testCollation41() - Method in class testsuite.simple.CharsetTest
-
Tests if the driver configures character sets correctly for 4.1.x servers.
- testCollectionAddArray() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testCollectionAddBasic() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testCollectionAddBigKeyData() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testCollectionAddBigKeyDataString() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testCollectionAddBigKeys() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testCollectionAddManyKeys() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testCollectionAddManyRecords() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testCollectionAddModifyRemoveAsync() - Method in class testsuite.x.devapi.CollectionTest
-
- testCollectionAddStrings() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testCollectionFindArray() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindAsyncExt() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindAsyncMany() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindBasic() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindDatatypes() - Method in class testsuite.x.devapi.CollectionFindTest
-
Bigint,Double, Date data CAST Operator
- testCollectionFindGroupBy() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindInDelete() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindInInvalid() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindInSanity() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindInUpdate() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindInValidArray() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindInValidFunction() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindInValidMax() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindInValidMix() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindOverlaps() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindOverlapsSanity() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindOverlapsValidMix() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindOverlapsWithExpr() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindSkipWarning() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindStress_002() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindStress_003() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindStress_004() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindWithBind() - Method in class testsuite.x.devapi.CollectionFindTest
-
Issue : in orderBy all values are treated as string
: bind() with Map Fails
- testCollectionFindWithBitOperation() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindWithIntervalOperation() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionFindWithStringComparison() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionModifyArray() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifyArrayAppend() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifyArrayInsert() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifyAsync() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifyAsyncMany() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifyBasic() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifyBind() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifyDataTypes() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifyExpr() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionModifySortLimit() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testCollectionRemoveBasic() - Method in class testsuite.x.devapi.CollectionRemoveTest
-
- testCollectionRemoveBindComplex() - Method in class testsuite.x.devapi.CollectionRemoveTest
-
- testCollectionRowLockOptions() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollectionRowLocks() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollModifyTabUpdateWithOverlaps() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testCollRemoveTabDeleteWithOverlaps() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testComparison() - Method in class com.mysql.cj.ServerVersionTest
-
- testCompleteWriteMessage() - Method in class com.mysql.cj.protocol.x.SyncMessageWriterTest
-
Test that we can (properly) write a complete message.
- testComplexQuery() - Method in class testsuite.x.devapi.TableSelectTest
-
- testComplexTableSelectProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testCompression() - Method in class testsuite.simple.ConnectionTest
-
- testCompressionWith(String, int) - Method in class testsuite.simple.ConnectionTest
-
- testConnect() - Method in class testsuite.simple.SSLTest
-
Tests SSL Connection
- testConnectionAttributes(String, String) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testConnectionCloseNotification() - Method in class testsuite.x.devapi.SessionTest
-
- testConnectionPropertiesTransform() - Method in class testsuite.simple.ConnectionTest
-
Tests functionality of the ConnectionPropertiesTransform interface.
- testConnectionReclaim() - Method in class testsuite.regression.PooledConnectionRegressionTest
-
Test the nb of closeEvents generated when a Connection is reclaimed.
- testConnectionStringAcceptsUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
- testConnectionStringCache() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests the connection strings internal cache.
- testConnectionStringParser() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests the
ConnectionUrlParser with close to one million of different connection string variations.
- testConnectionTimeout() - Method in class testsuite.x.devapi.SessionFailoverTest
-
Tests xdevapi.connect-timeout and connectTimeout functionality.
- testConnectionTimeout_assertFailureTimeout(String, int, int, Class<EX>) - Method in class testsuite.x.devapi.SessionFailoverTest
-
- testConnectionTimeout_assertFailureTimeout(String, int, int) - Method in class testsuite.x.devapi.SessionFailoverTest
-
- testConnectionTimeout_assertSuccessTimeout(String, int, int) - Method in class testsuite.x.devapi.SessionFailoverTest
-
- testConnectionUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests the
ConnectionUrl with close to one million of different connection string variations.
- testConnectionUrlWithWrongConnectionString() - Method in class com.mysql.cj.ConnectionUrlTest
-
- testConnectionWrapperMethods() - Method in class testsuite.regression.PooledConnectionRegressionTest
-
- testConstructors() - Method in class testsuite.simple.ExceptionsTest
-
- testContention() - Method in class testsuite.regression.StressRegressionTest
-
- testConversionForString(String, Connection, String) - Method in class testsuite.simple.CharsetTest
-
- testConvertEscape() - Method in class testsuite.simple.EscapeProcessingTest
-
JDBC-4.0 spec will allow either SQL_ or not for type in {fn convert ...}
- testCoordination() - Method in class testsuite.simple.XATest
-
Tests that simple distributed transaction processing works as expected.
- testCount() - Method in class testsuite.x.devapi.CollectionTest
-
- testCount() - Method in class testsuite.x.devapi.TableTest
-
- testCouplingOfCursorFetch() - Method in class testsuite.simple.ConnectionTest
-
Checks if setting useCursorFetch to "true" automatically enables server-side prepared statements.
- testCP932Backport() - Method in class testsuite.simple.CharsetTest
-
- testCreateAndDropCollection() - Method in class testsuite.x.internal.XProtocolTest
-
Test the create/drop collection admin commands.
- testCreateCollection() - Method in class testsuite.x.devapi.SchemaTest
-
- testCreateCollectionWithOptions() - Method in class testsuite.x.devapi.SchemaTest
-
- testCreateConnections() - Method in class testsuite.regression.StressRegressionTest
-
- testCreateConnectionsUnderLoad() - Method in class testsuite.regression.StressRegressionTest
-
- testCreateDatabaseIfNotExist() - Method in class testsuite.simple.ConnectionTest
-
- testCreateDropCollection() - Method in class testsuite.x.internal.MysqlxSessionTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromBigDecimal() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromBigInteger() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromBit() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromBytes() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromDate() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromDouble() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromLong() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromNull() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromTime() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.BigDecimalValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.BooleanValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.ByteValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.DoubleValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.FloatValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.IntegerValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.LocalDateTimeValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.LocalDateValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.LocalTimeValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.LongValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.ShortValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.SqlDateValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.SqlTimestampValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.SqlTimeValueFactoryTest
-
- testCreateFromTimestamp() - Method in class com.mysql.cj.result.StringValueFactoryTest
-
- testCreateTableDataDirectory() - Method in class testsuite.regression.SyntaxRegressionTest
-
CREATE TABLE syntax changed in 5.6GA
InnoDB: Allow the location of file-per-table tablespaces to be chosen
CREATE TABLE ...
- testCreateTablespace() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#6205 - InnoDB: Implement CREATE TABLESPACE for general use.
- testCreateTablespaceCheckTables(String, int) - Method in class testsuite.regression.SyntaxRegressionTest
-
- testCreateTablespaceCheckTablespaces(int) - Method in class testsuite.regression.SyntaxRegressionTest
-
- testCsc4194() - Method in class testsuite.simple.CharsetTest
-
- testCsc4194InsertCheckBlob(Connection, String) - Method in class testsuite.simple.CharsetTest
-
- testCsc4194InsertCheckText(Connection, String, String) - Method in class testsuite.simple.CharsetTest
-
- testCSC4616() - Method in class testsuite.regression.DataSourceRegressionTest
-
- testCSC5765() - Method in class testsuite.simple.CharsetTest
-
- testCSParserTrimHead(String, String...) - Method in class com.mysql.cj.ConnectionUrlTest
-
- testCSParserTrimTail(String, String...) - Method in class com.mysql.cj.ConnectionUrlTest
-
- testDataSource() - Method in class testsuite.simple.DataSourceTest
-
Tests that we can get a connection from the DataSource bound in JNDI during test setup
- testDateGetters() - Method in class testsuite.simple.DateTimeTest
-
- testDateString - Variable in class testsuite.simple.StatementsTest
-
- testDatetime(Connection, Statement, String) - Method in class testsuite.regression.MetaDataRegressionTest
-
- testDatetimeGetters() - Method in class testsuite.simple.DateTimeTest
-
- testDateTimeRetrieval() - Method in class testsuite.simple.ResultSetTest
-
Date and time retrieval tests with and without ssps.
- testDateTimeRetrieval_internal(Connection) - Method in class testsuite.simple.ResultSetTest
-
- testDateTimeString - Variable in class testsuite.simple.StatementsTest
-
- testDateTimeTypes() - Method in class testsuite.x.devapi.ResultTest
-
- testDeadlockDetection() - Method in class testsuite.simple.ConnectionTest
-
Old test was passing due to http://bugs.mysql.com/bug.php?id=989 which is fixed for 5.5+
- testDecodingAllTypes() - Method in class testsuite.x.internal.XProtocolTest
-
This tests that all types are decoded correctly.
- testDecoratorsChain() - Method in class testsuite.simple.ConnectionTest
-
- testDefaultPlugin() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testDefaultUserWithoutPasswordAuthentication() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test for WL#14453 - Pluggable authentication new defaults behavior & user-less authentications.
- testDefaultUserWithPasswordAuthentication() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test for WL#14453 - Pluggable authentication new defaults behavior & user-less authentications.
- testDefaultValues() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests default values.
- testDelete() - Method in class testsuite.x.devapi.TableDeleteTest
-
- testDeprecatedMysqlLoadReplicationDnsSrvConnectionUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests jdbc:mysql+srv:replication: connection strings with deprecated types.
- testDeprecateWhere() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testDeprecateWhere() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testDeprecateWhere() - Method in class testsuite.x.devapi.CollectionRemoveTest
-
- testDisabledPlugins() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testDiscardImportPartitions() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#6868 - Support transportable tablespaces for single innodb partition.
- testDocumentProjection() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testDocUpdate() - Method in class testsuite.x.internal.XProtocolTest
-
- testDontTrackOpenResources() - Method in class testsuite.simple.ConnectionTest
-
Checks implementation of 'dontTrackOpenResources' property.
- testDoubleSetters() - Method in class testsuite.simple.NumbersTest
-
- testDriverAcceptsURLNullArgument() - Method in class testsuite.simple.ConnectionTest
-
Test for Driver.acceptsURL() behavior clarification:
- acceptsURL() throws SQLException if URL is null.
- testDriverConnectNullArgument() - Method in class testsuite.simple.ConnectionTest
-
Test for Driver.connect() behavior clarifications:
- connect() throws SQLException if URL is null.
- testDriverConnectPropertiesPrecedence() - Method in class testsuite.simple.ConnectionTest
-
Test for Driver.connect() behavior clarifications:
- connect() properties precedence is implementation-defined.
- testDropCollection() - Method in class testsuite.x.devapi.SchemaTest
-
- testDumpQueriesOnException() - Method in class testsuite.simple.ConnectionTest
-
- testDurationSetters() - Method in class testsuite.simple.DateTimeTest
-
- testEmptyDatabaseMYSQL41() - Method in class testsuite.x.internal.XProtocolAuthTest
-
Bug#21680263 - NullPointerException When Try to connect without DB Name.
- testEmptyDatabasePLAIN() - Method in class testsuite.x.internal.XProtocolAuthTest
-
Bug#21680263 - NullPointerException When Try to connect without DB Name.
- testEmptyResultSetGet() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testEmptyStringsWithNumericGetters() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testEnableDisableNotices() - Method in class testsuite.x.internal.XProtocolTest
-
- testEnableEscapeProcessing() - Method in class testsuite.simple.ConnectionTest
-
Test the new connection property 'enableEscapeProcessing', as well as the old connection property 'processEscapeCodesForPrepStmts' and interrelation
between them.
- TestEnableEscapeProcessingQueryInterceptor() - Constructor for class testsuite.simple.ConnectionTest.TestEnableEscapeProcessingQueryInterceptor
-
- testEnableStreamingResults() - Method in class testsuite.simple.StatementsTest
-
- testEnableTLSVersion() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for Bug#87379.
- testEncodingRegression() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests for regression of encoding forced by user, reported by Jive Software
- testEquals() - Method in class testsuite.x.devapi.SchemaTest
-
- testEqualsAndHash() - Method in class com.mysql.cj.ServerVersionTest
-
- testEscapeProcessing() - Method in class testsuite.simple.EscapeProcessingTest
-
Tests the escape processing functionality
- testEscapeSJISDoubleEscapeBug() - Method in class testsuite.regression.CharsetRegressionTest
-
Tests fix for BUG#879
- testEscaping() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testExceptionsTranslation() - Method in class testsuite.simple.ExceptionsTest
-
- testExchangePartition() - Method in class testsuite.regression.SyntaxRegressionTest
-
Test case for ALTER [IGNORE] TABLE t1 EXCHANGE PARTITION p1 WITH TABLE t2 syntax
- testExecAsync() - Method in class testsuite.x.devapi.SessionTest
-
- testExecAsyncNegative() - Method in class testsuite.x.devapi.SessionTest
-
Few Negative Scenarios
- testExists() - Method in class testsuite.x.devapi.CollectionTest
-
- testExists() - Method in class testsuite.x.devapi.SchemaTest
-
- testExpiredPassword() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testExplicitPartitions() - Method in class testsuite.regression.SyntaxRegressionTest
-
Test for explicit partition selection syntax
- testExprAsPathDocumentProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testExprInInsert() - Method in class testsuite.x.devapi.TableInsertTest
-
- testExprTree() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
Explicit test inspecting the expression tree.
- testFailoverAutoFallBack() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests the automatic fall back to primary host in a failover connection using three hosts and the following sequence of events:
+ 1.st part:
- [\HOST_1 : /HOST_2 : \HOST_3] --> HOST_2
- [/HOST_1 : /HOST_2 : /HOST_3] --> no_change vs HOST_1 (auto fall back)
- [/HOST_1 : \HOST_2 : /HOST_3] --> HOST_1 vs no_change
+ 2.nd part:
- [\HOST_1 : /HOST_2 : \HOST_3] --> HOST_2
- [/HOST_1 : /HOST_2 : /HOST_3] --> no_change
- [/HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
- [/HOST_1 : /HOST_2 : \HOST_3] --> HOST_1
- /HOST_2 & \HOST_3
The automatic fall back only happens at transaction boundaries and at least 'queriesBeforeRetrySource' or 'secondsBeforeRetrySource' is greater than 0.
- testFailoverAutoReconnect() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests the property 'autoReconnect' in a failover connection using three hosts and the following sequence of events:
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
- [\HOST_1 : /HOST_2 : \HOST_3] --> HOST_2
- [/HOST_1 : /HOST_2 : \HOST_3]
- [/HOST_1 : \HOST_2 : \HOST_3] --> HOST_1
- [/HOST_1 : \HOST_2 : /HOST_3]
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
[Legend: "/HOST_n" --> HOST_n up; "\HOST_n" --> HOST_n down]
- testFailoverCombinations() - Method in class testsuite.simple.MultiHostConnectionTest
-
Repeatedly tests a failover connection using three hosts and the following sequence of events, combining distinct failover event triggering:
- [/HOST_1 : /HOST_2 : /HOST_3] --> HOST_1
- [\HOST_1 : /HOST_2 : /HOST_3] --> HOST_2
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
- [/HOST_1 : /HOST_2 : /HOST_3]
- [/HOST_1 : /HOST_2 : \HOST_3] --> HOST_2
- [/HOST_1 : \HOST_2 : \HOST_3] --> HOST_1
[Legend: "/HOST_n" --> HOST_n up; "\HOST_n" --> HOST_n down]
- testFailoverConnection() - Method in class testsuite.simple.ConnectionTest
-
Tests whether re-connect with non-read-only connection can happen.
- testFailoverConnection() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests failover connection establishing with multiple up/down combinations of 3 hosts.
- testFailoverConnectionSynchronization() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests connection properties synchronization in a failover connection using three hosts and the following sequence of events:
- [\HOST_1 : /HOST_2 : \HOST_3] --> HOST_2
- [/HOST_1 : \HOST_2 : \HOST_3] --> HOST_1
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
[Legend: "/HOST_n" --> HOST_n up; "\HOST_n" --> HOST_n down]
- testFailoverDefaultSettings() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests a default failover connection using three hosts and the following sequence of events:
- [/HOST_1 : /HOST_2 : /HOST_3] --> HOST_1
- [\HOST_1 : /HOST_2 : /HOST_3] --> HOST_2
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
- [/HOST_1 : /HOST_2 : /HOST_3]
- [/HOST_1 : /HOST_2 : \HOST_3] --> HOST_2
- [/HOST_1 : \HOST_2 : \HOST_3] --> HOST_1
[Legend: "/HOST_n" --> HOST_n up; "\HOST_n" --> HOST_n down]
- testFailoverQueriesBeforeRetrySource() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests the property 'queriesBeforeRetrySource' in a failover connection using three hosts and the following sequence of events:
- [/HOST_1 : /HOST_2 : /HOST_3] --> HOST_1
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
- [/HOST_1 : /HOST_2 : \HOST_3] --> HOST_1 vs HOST_2
[Legend: "/HOST_n" --> HOST_n up; "\HOST_n" --> HOST_n down]
- testFailoverReadOnly() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for issue where a failed-over connection would let a application call setReadOnly(false), when that call should be ignored until the connection
is reconnected to a writable Source.
- testFailoverReadOnly() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests the property 'failOverReadOnly' in a failover connection using three hosts and the following sequence of events:
- [\HOST_1 : /HOST_2 : /HOST_3] --> HOST_2
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
- [\HOST_1 : /HOST_2 : \HOST_3] --> HOST_2
- [/HOST_1 : \HOST_2 : \HOST_3] --> HOST_1
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
[Legend: "/HOST_n" --> HOST_n up; "\HOST_n" --> HOST_n down]
- testFailoverSecondsBeforeRetrySource() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests the property 'secondsBeforeRetrySource' in a failover connection using three hosts and the following sequence of events:
- [/HOST_1 : /HOST_2 : /HOST_3] --> HOST_1
- [\HOST_1 : \HOST_2 : /HOST_3] --> HOST_3
- [/HOST_1 : /HOST_2 : \HOST_3] --> HOST_1 vs HOST_2
[Legend: "/HOST_n" --> HOST_n up; "\HOST_n" --> HOST_n down]
- testFailoverTransition(String, String, Set<String>, String, String...) - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests a failover transition.
- testFailoverTransitions() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests failover transitions in a default failover connection using three hosts.
- testFallbackToSystemKeyStore() - Method in class testsuite.simple.ConnectionTest
-
Tests connection property 'testFallbackToSystemKeyStore' behavior.
- testFallbackToSystemKeyStore() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests connection property 'xdevapi.fallback-to-system-keystore' behavior.
- testFallbackToSystemTrustStore() - Method in class testsuite.simple.ConnectionTest
-
Tests connection property 'testFallbackToSystemTrustStore' behavior.
- testFallbackToSystemTrustStore() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests connection property 'xdevapi.fallback-to-system-truststore' behavior.
- testFetchOneFetchAllAsync() - Method in class testsuite.x.devapi.CollectionTest
-
- testFetchOneFetchAllAsync() - Method in class testsuite.x.devapi.SessionTest
-
- testFindRowLockingValid() - Method in class testsuite.x.devapi.RowLockingTest
-
START collection.find() tests
- testFixForBug1673() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for BUG#1673, where DatabaseMetaData.getColumns() is not returning correct column ordinal info for non '%' column name patterns.
- testFloatsAndReals() - Method in class testsuite.regression.NumbersRegressionTest
-
Tests correct type assignment for MySQL FLOAT and REAL datatypes.
- testFloatSetters() - Method in class testsuite.simple.NumbersTest
-
- testForceBuffering() - Method in class testsuite.x.devapi.ResultTest
-
- testForeignKeys() - Method in class testsuite.simple.MetadataTest
-
- testFULLTEXTSearchInnoDB() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#5538 - InnoDB Full-Text Search Support
CREATE TABLE syntax changed in 5.6GA
InnoDB engine accepts FULLTEXT indexes.
- testGatherPerfMetrics() - Method in class testsuite.simple.ConnectionTest
-
Tests if gatherPerfMetrics works.
- testGB18030() - Method in class testsuite.simple.CharsetTest
-
Test for the gb18030 character set
- testGcsReplicationCmds() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#8252 - GCS Replication: Plugin [SERVER CHANGES]
Test syntax for GCS Replication commands:
- START GROUP_REPLICATION
- STOP GROUP_REPLICATION
- testGeneratedColumns() - Method in class testsuite.simple.MetadataTest
-
WL#411 - Generated columns.
- testGenericQuery() - Method in class testsuite.x.internal.MysqlxSessionTest
-
- testGetAutoIncrementValue() - Method in class testsuite.x.devapi.TableInsertTest
-
- testGetAutoIncrementValueAsync() - Method in class testsuite.x.devapi.TableInsertTest
-
- testGetBestRowIdentifier() - Method in class testsuite.simple.MetadataTest
-
- testGetBestRowIdentifier_checkResult(ResultSet) - Method in class testsuite.simple.MetadataTest
-
- testGetBytes() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtil.getBytes() methods.
- testGetCatalogVsGetSchemas() - Method in class testsuite.simple.MetadataTest
-
- testGetColumnInfoFromnSession() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetColumnLabel() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetColumnName() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetColumnNameAndgetColumnLabel() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetColumnPrivileges() - Method in class testsuite.simple.MetadataTest
-
Tests the implementation of column privileges metadata.
- testGetColumns() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests bug reported by OpenOffice team with getColumns and LONGBLOB
- testGetColumns() - Method in class testsuite.simple.MetadataTest
-
Tests the implementation of getColumns.
- testGetColumnsBug1099() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests fix for Bug#1099
- testGetColumnsUnsigned() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests whether or not unsigned columns are reported correctly in DBMD.getColumns
- testGetCrossReferenceUsingInfoSchema() - Method in class testsuite.simple.MetadataTest
-
Tests the implementation of Information Schema for foreign key.
- testGetExportedKeys() - Method in class testsuite.simple.MetadataTest
-
- testGetExportedKeys_checkResult(boolean, boolean) - Method in class testsuite.simple.MetadataTest
-
- testGetFractionalDigits() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetFunctionColumns() - Method in class testsuite.simple.MetadataTest
-
- testGetFunctionColumns_checkResult(boolean) - Method in class testsuite.simple.MetadataTest
-
- testGetFunctions() - Method in class testsuite.simple.MetadataTest
-
- testGetFunctions_checkResult(boolean) - Method in class testsuite.simple.MetadataTest
-
- testGetGeneratedIds() - Method in class testsuite.x.devapi.CollectionAddTest
-
- testGetImplementedInterfaces() - Method in class testsuite.simple.UtilsTest
-
Tests Util.isJdbcPackage()
- testGetImportedKeys() - Method in class testsuite.simple.MetadataTest
-
- testGetImportedKeys_checkResult(boolean, boolean) - Method in class testsuite.simple.MetadataTest
-
- testGetIndexInfo() - Method in class testsuite.simple.MetadataTest
-
- testGetLength() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetLongBug() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests that ResultSet.getLong() does not truncate values.
- testGetNCharacterStream() - Method in class testsuite.simple.StatementsTest
-
Tests for ResultSet.getNCharacterStream()
- testGetNClob() - Method in class testsuite.simple.StatementsTest
-
Tests for ResultSet.getNClob()
- testGetNString() - Method in class testsuite.simple.StatementsTest
-
Tests for ResultSet.getNString()
- testGetObjects() - Method in class testsuite.x.internal.MysqlxSessionTest
-
- testGetPackageName() - Method in class testsuite.simple.UtilsTest
-
Tests Util.getPackageName()
- testGetPrimaryKeys() - Method in class testsuite.simple.MetadataTest
-
- testGetPrimaryKeysUsingInfoShcema() - Method in class testsuite.simple.MetadataTest
-
Tests the implementation of Information Schema for primary keys.
- testGetProcedureColumns() - Method in class testsuite.simple.MetadataTest
-
- testGetProcedureColumns_checkResult(boolean) - Method in class testsuite.simple.MetadataTest
-
- testGetProcedures() - Method in class testsuite.simple.MetadataTest
-
- testGetProcedures_checkResult(boolean) - Method in class testsuite.simple.MetadataTest
-
- testGetPropertyInfo() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests whether bogus parameters break Driver.getPropertyInfo().
- testGetSchema() - Method in class testsuite.x.devapi.CollectionTest
-
- testGetSchemaName() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetSession() - Method in class testsuite.x.devapi.CollectionTest
-
- testGetSessionForMultipleHostsWithFailover() - Method in class testsuite.x.devapi.SessionFailoverTest
-
Tests basic failover while getting a
Session instance.
- testGetSessionForSingleHost() - Method in class testsuite.x.devapi.SessionFailoverTest
-
Assures that failover support doesn't affect single host connections.
- testGetSqlKeywordsDynamic() - Method in class testsuite.simple.MetadataTest
-
Tests DatabaseMetaData.getSQLKeywords().
- TestGetSqlKeywordsDynamicQueryInterceptor() - Constructor for class testsuite.simple.MetadataTest.TestGetSqlKeywordsDynamicQueryInterceptor
-
- testGetSqlKeywordsStatic() - Method in class testsuite.simple.MetadataTest
-
Tests DatabaseMetaData.getSQLKeywords().
- testGetStackedDiagnostics() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#6406 - Stacked diagnostic areas
"STACKED" in "GET [CURRENT | STACKED] DIAGNOSTICS" syntax was added in 5.7.0.
- testGetTableLabel() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetTableName() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetTablePrivileges() - Method in class testsuite.simple.MetadataTest
-
- testGetTablePrivileges_checkResult(boolean, String) - Method in class testsuite.simple.MetadataTest
-
- testGetTables() - Method in class testsuite.simple.MetadataTest
-
- testGetTables_checkResult(boolean, boolean) - Method in class testsuite.simple.MetadataTest
-
- testGetTablesUsingInfoSchema() - Method in class testsuite.simple.MetadataTest
-
Tests the implementation of Information Schema for tables.
- testGetTimestampWithDate() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testGetType() - Method in class testsuite.x.devapi.MetadataTest
-
- testGetWarningsFromCollection() - Method in class testsuite.x.devapi.CollectionFindTest
-
Checks getWarningsCount and getWarnings APIs
- testGisFunctions() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#1326 - GIS: Precise spatial operations
WL#8055 - Consistent naming scheme for GIS functions - Deprecation
WL#8034 - More user friendly GIS functions
WL#7541 - GIS MBR spatial operations enhancement
WL#8157 - Remove deprecated GIS functions
WL#8055 - Consistent naming scheme for GIS functions - Deprecation
WL#9435 - Axis order in WKB parsing functions
(...)
Test syntax for all GIS functions.
- testGreekUtf8411() - Method in class testsuite.regression.CharsetRegressionTest
-
- testGroupingQuery() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testHints() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#8016 - Parser for optimizer hints.
- testHintsSyntax(String, boolean, boolean) - Method in class testsuite.regression.SyntaxRegressionTest
-
- testHoldingResultSetsOverClose() - Method in class testsuite.simple.StatementsTest
-
- testHostInfo - Variable in class testsuite.x.internal.InternalXBaseTestCase
-
- testHugeNumberOfParameters() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testIlriExpressions() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testIndexOfIgnoreCase() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtil.indexOfIgnoreCase() methods
- testIndexOfIgnoreCaseAndMatchesIgnoreCasePositioning() - Method in class com.mysql.cj.util.StringInspectorTest
-
- testIndexOfIgnoreCaseMySQLIndexMarker(String, int) - Method in class com.mysql.cj.util.StringUtilsTest
-
- testIndexOfQuoteDoubleAware() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtil.indexOfQuoteDoubleAware() method
- TestInflaterInputStream(InputStream) - Constructor for class testsuite.x.devapi.CompressionTest.TestInflaterInputStream
-
- testInnodbTablespaceEncryption() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#8548 - InnoDB: Transparent data encryption.
- testInOutParams() - Method in class testsuite.simple.CallableStatementTest
-
Tests functioning of inout parameters
- TestInputStream(InputStream) - Constructor for class testsuite.x.devapi.CompressionTest.TestInputStream
-
- testInsert() - Method in class testsuite.simple.StatementsTest
-
- testInsertCharStatement() - Method in class testsuite.simple.CharsetTest
-
- testInt4Limits() - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoderTest
-
- testInt8Limits() - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoderTest
-
- testInterfaceImplementation() - Method in class testsuite.simple.ConnectionTest
-
- testInterfaceImplementation(Connection) - Method in class testsuite.simple.ConnectionTest
-
- testInterleavedResults() - Method in class testsuite.x.internal.MysqlxSessionTest
-
- testIntervalExpressions() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testIntShouldReturnLong() - Method in class testsuite.regression.NumbersRegressionTest
-
- testIntValues() - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoderTest
-
- testIPv6() - Method in class testsuite.simple.ConnectionTest
-
IPv6 Connection test.
- testIPv6Functions() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#5787 - IPv6-capable INET_ATON and INET_NTOA functions
IPv6 functions added in 5.6GA: INET6_ATON(ip) and INET6_NTOA(ip).
- testIpv6SupportInSession() - Method in class testsuite.x.devapi.Ipv6SupportTest
-
Tests the creation of
Sessions referencing the host by its IPv6.
- testIsBeforeFirstOnEmpty() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests a bug where ResultSet.isBefireFirst() would return true when the result set was empty (which is incorrect)
- testIsCaseSensitive() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests whether ResultSetMetaData returns correct info for CHAR/VARCHAR columns.
- testIsJdbcInterface() - Method in class testsuite.simple.UtilsTest
-
Tests Util.isJdbcInterface()
- testIsJdbcPackage() - Method in class testsuite.simple.UtilsTest
-
Tests Util.isJdbcPackage()
- testIsLocal() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testIsLocal() - Method in class testsuite.simple.ConnectionTest
-
- testIsNumberSigned() - Method in class testsuite.x.devapi.MetadataTest
-
- testISODateTimeString - Variable in class testsuite.simple.StatementsTest
-
- testIsolationLevel() - Method in class testsuite.simple.ConnectionTest
-
Tests isolation level functionality
- testIsPaddedAndisNullableAndisAutoIncrement() - Method in class testsuite.x.devapi.MetadataTest
-
- testIsPrimaryKeyAndisUniqueKeyAndisPartKey() - Method in class testsuite.x.devapi.MetadataTest
-
- testIsTime() - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoderTest
-
- testIsTimestamp() - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoderTest
-
- testIterable() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testJdbc4LoadBalancing() - Method in class testsuite.simple.StatementsTest
-
- testJoinWithSerialComma() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtils.joinWithSerialComma().
- testJsonConstructorAsDocumentProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testJsonExprsInDocumentProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testJsonLiteral() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testJsonModify() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testJsonNumberAtEnd() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testJsonType() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#7909 - Server side JSON functions
Test support for data type JSON.
- testJsonTypeCheckFunction(String, String) - Method in class testsuite.regression.SyntaxRegressionTest
-
- testLastPacketSentTime() - Method in class com.mysql.cj.protocol.x.SyncMessageWriterTest
-
- testLatin1Encoding() - Method in class testsuite.simple.CharsetTest
-
Tests that 'latin1' character conversion works correctly.
- TestLifecycleInterceptor - Class in testsuite.simple
-
- TestLifecycleInterceptor() - Constructor for class testsuite.simple.TestLifecycleInterceptor
-
- testLifecyleInterceptor() - Method in class testsuite.simple.ConnectionTest
-
- testLimitOffset() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testListCollections() - Method in class testsuite.x.devapi.SchemaTest
-
- testListTables() - Method in class testsuite.x.devapi.SchemaTest
-
- testLoadBalanceServerAffinityStrategy() - Method in class testsuite.simple.MultiHostConnectionTest
-
Tests "serverAffinity" load-balancing strategy.
- testLoadingPropertiesFromConfigFiles() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests loading properties from config files.
- testLocalDate - Variable in class testsuite.simple.StatementsTest
-
- testLocalDateSetters() - Method in class testsuite.simple.DateTimeTest
-
- testLocalDateTime - Variable in class testsuite.simple.StatementsTest
-
- testLocalDateTimeSetters() - Method in class testsuite.simple.DateTimeTest
-
- testLocalInfileDisabled() - Method in class testsuite.simple.ConnectionTest
-
- testLocalInfileHooked() - Method in class testsuite.simple.StatementsTest
-
- testLocalInfileWithUrl() - Method in class testsuite.simple.ConnectionTest
-
Tests functionality of using URLs in 'LOAD DATA LOCAL INFILE' statements.
- testLocalizedErrorMessages() - Method in class com.mysql.cj.MessagesTest
-
- testLocalSocketAddress() - Method in class testsuite.simple.ConnectionTest
-
Tests feature of "localSocketAddress", by enumerating local IF's and trying each one in turn.
- testLocalTime - Variable in class testsuite.simple.StatementsTest
-
- testLocalTimeSetters() - Method in class testsuite.simple.DateTimeTest
-
- testLocalTransaction() - Method in class testsuite.simple.XATest
-
Tests operation of local transactions on XAConnections when global transactions are in or not in progress (follows from BUG#17401).
- testLongAuthResponsePayload() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test for sha256_password long data exchange.
- testLongText() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests whether or not DatabaseMetaData.getColumns() returns the correct java.sql.Types info.
- testMappingTables() - Method in class com.mysql.cj.protocol.x.SyncMessageReaderTest
-
Verification test to help prevent bugs in the typecode/class/parser mapping tables.
- testMars() - Method in class testsuite.x.devapi.ResultTest
-
- testMeetsMinimum() - Method in class com.mysql.cj.ServerVersionTest
-
- testMemLeakBatch(Properties, Set<?>, Field, int, int, String, String) - Method in class testsuite.regression.ConnectionRegressionTest
-
- testMergePatch() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testMetaDataIsWritable() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests a bug where ResultSet.isBefireFirst() would return true when the result set was empty (which is incorrect)
- testMultiInsert() - Method in class testsuite.x.internal.XProtocolTest
-
- testMultiKeyTable() - Method in class testsuite.simple.UpdatabilityTest
-
Tests that the driver does not let you update result sets that come from queries that haven't selected all primary keys
- testMultiSelects() - Method in class testsuite.x.devapi.MetadataTest
-
- testMultiSelectsAsync() - Method in class testsuite.x.devapi.MetadataTest
-
- testMultiStatements() - Method in class testsuite.simple.StatementsTest
-
Tests multiple statement support
- testMysqlFailoverDnsSrvConnectionUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests jdbc:mysql+srv: connection strings.
- testMysqlLoadBalanceDnsSrvConnectionUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests jdbc:mysql+srv:loadbalance: connection strings.
- testMysqlLoadReplicationDnsSrvConnectionUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests jdbc:mysql+srv:replication: connection strings.
- testMysqlxConnectionUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests specifics for the X Plugin connection strings.
- testMysqlxDnsSrvConnectionUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests mysqlx+srv: connection strings.
- testNamedPlaceholders() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testNanosecondParsing() - Method in class com.mysql.cj.protocol.a.MysqlTextValueDecoderTest
-
- testNanosParsing() - Method in class testsuite.simple.DateTest
-
- testNativeConversions() - Method in class testsuite.simple.DateTest
-
- testNECExtendedCharsByEUCJPSolaris() - Method in class testsuite.simple.CharsetTest
-
- testNewCharsetsConfiguration() - Method in class testsuite.simple.CharsetTest
-
These two charsets have different names depending on version of MySQL server.
- testNewHostParsing() - Method in class testsuite.simple.ConnectionTest
-
- testNewlines() - Method in class testsuite.regression.StringRegressionTest
-
Tests newline being treated correctly.
- testNextAndPrevious() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for bug # 496
- testNextMessageClass() - Method in class com.mysql.cj.protocol.x.SyncMessageReaderTest
-
- testNonSecureSession() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests non-secure
Sessions created via URL and properties map.
- testNonStandardConnectionCollation() - Method in class testsuite.simple.CharsetTest
-
Tests the ability to set the connection collation via properties.
- testNonStandardConnectionUrl() - Method in class com.mysql.cj.ConnectionUrlTest
-
- testNonUpdResultSetUpdateObject() - Method in class testsuite.simple.ResultSetTest
-
Test for ResultSet.updateObject(), non-updatable ResultSet behavior.
- testNonVerifyServerCert() - Method in class testsuite.simple.ConnectionTest
-
- testNoSystemTablesReturned() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testNotParsable() - Method in class com.mysql.cj.ServerVersionTest
-
- testNotReadOnlyWithProcBodyAccess() - Method in class testsuite.simple.ReadOnlyCallableStatementTest
-
- testNotReallyCallableStatement() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testNotUpdatable() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests fix for BUG#1630 (not updatable exception turning into NPE on second updateFoo() method call.
- testNPEWithStatementsAndTime() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testNPEWithUsageAdvisor() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testNulls() - Method in class testsuite.simple.StatementsTest
-
Tests that NULLs and '' work correctly.
- testNumberedPlaceholders() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testNumbers() - Method in class testsuite.simple.NumbersTest
-
- testNumericExpressions() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testNumericVersionToString() - Method in class com.mysql.cj.ServerVersionTest
-
- testOffsetDateTime - Variable in class testsuite.simple.StatementsTest
-
- testOffsetDatetimeSetters() - Method in class testsuite.simple.DateTimeTest
-
- testOffsetTime - Variable in class testsuite.simple.StatementsTest
-
- testOffsetTimeSetters() - Method in class testsuite.simple.DateTimeTest
-
- testOldPasswordPlugin() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testOrderBy() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testOrderBy() - Method in class testsuite.x.devapi.TableSelectTest
-
- testOrderByParserBasic() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testOrderByParserComplexExpressions() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testOutParams() - Method in class testsuite.simple.CallableStatementTest
-
Tests functioning of output parameters.
- testOutParamsNoBodies() - Method in class testsuite.simple.CallableStatementTest
-
- testOverlaps() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testOverlaps() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testOverlapsInProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testPacketTooLargeException() - Method in class testsuite.regression.PooledConnectionRegressionTest
-
Tests that PacketTooLargeException doesn't clober the connection.
- testPadding() - Method in class testsuite.simple.ResultSetTest
-
- testPaddingForConnection(Connection, int, StringBuilder) - Method in class testsuite.simple.ResultSetTest
-
- testParameterBindings() - Method in class testsuite.simple.StatementsTest
-
- testParameterParser() - Method in class testsuite.simple.CallableStatementTest
-
Tests the new parameter parser that doesn't require "BEGIN" or "\n" at
end of parameter declaration
- testParseArray() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testParsedConversionWarning() - Method in class testsuite.simple.StatementsTest
-
- testParseDoc() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testParsedVersion() - Method in class com.mysql.cj.ServerVersionTest
-
- testParseFalseLiteral() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testParseNullLiteral() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testParseNumber() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testParseString() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testParseToDateTimeObject() - Method in class com.mysql.cj.util.TimeUtilTest
-
- testParseTrueLiteral() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testPasswordCharacterEncoding() - Method in class testsuite.regression.CharsetRegressionTest
-
- testPing() - Method in class testsuite.simple.ConnectionTest
-
- testPooledSessions() - Method in class testsuite.x.devapi.SessionTest
-
- testPooledSessions_assertFailureTimeout(Client, int, int, Class<EX>, String) - Method in class testsuite.x.devapi.SessionTest
-
- testPooledSessions_checkClientProperties(Client, int, int, int) - Method in class testsuite.x.devapi.SessionTest
-
- testPrecisionAndScale() - Method in class testsuite.regression.NumbersRegressionTest
-
Tests that ResultSetMetaData precision and scale methods work correctly for all numeric types.
- testPrecisionForType(String, int, int, boolean) - Method in class testsuite.regression.NumbersRegressionTest
-
- testPreparedStatement() - Method in class testsuite.simple.StatementsTest
-
- testPreparedStatementBatch() - Method in class testsuite.simple.StatementsTest
-
- testPreparedStatements() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testPreparedStatements() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testPreparedStatements() - Method in class testsuite.x.devapi.CollectionRemoveTest
-
- testPreparedStatements() - Method in class testsuite.x.devapi.TableDeleteTest
-
- testPreparedStatements() - Method in class testsuite.x.devapi.TableSelectTest
-
- testPreparedStatements() - Method in class testsuite.x.devapi.TableUpdateTest
-
- testPreparedStatementsCleanup() - Method in class testsuite.x.devapi.SessionTest
-
- testPreparedStatementsPooledConnections() - Method in class testsuite.x.devapi.SessionTest
-
- testPreparedStatementsResetData() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testPreparedStatementsResetData() - Method in class testsuite.x.devapi.CollectionRemoveTest
-
- testPreparedStatementsResetData() - Method in class testsuite.x.devapi.TableDeleteTest
-
- testPreparedStatementsResetData() - Method in class testsuite.x.devapi.TableUpdateTest
-
- testPreparedStatementTimes() - Method in class testsuite.regression.MicroPerformanceRegressionTest
-
- testPrepareOfMultiRs() - Method in class testsuite.regression.CallableStatementRegressionTest
-
- testPrepStmtExecuteLargeBatch() - Method in class testsuite.simple.StatementsTest
-
Test for PreparedStatement.executeLargeBatch().
- testPrepStmtExecuteLargeUpdateExplicitGeneratedKeys() - Method in class testsuite.simple.StatementsTest
-
Test for PreparedStatement.executeLargeUpdate().
- testPrepStmtExecuteLargeUpdateNoGeneratedKeys() - Method in class testsuite.simple.StatementsTest
-
Test for PreparedStatement.executeLargeUpdate().
- testPrepStmtSetObjectAndNewSupportedTypes() - Method in class testsuite.simple.StatementsTest
-
Test for PreparedStatement.setObject().
- testPrepStmtSetObjectAndNewUnsupportedTypes() - Method in class testsuite.simple.StatementsTest
-
Test for PreparedStatement.setObject(), unsupported SQL types TIME_WITH_TIMEZONE, TIMESTAMP_WITH_TIMEZONE and REF_CURSOR.
- testProjection() - Method in class testsuite.x.devapi.CollectionFindTest
-
- testProperties - Variable in class testsuite.x.internal.InternalXBaseTestCase
-
- testPropertiesDescriptionsKeys() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testPropertiesTransformer() - Method in class com.mysql.cj.ConnectionUrlTest
-
Tests the usage of a properties transformer.
- testPropertyGettersSetters() - Method in class testsuite.simple.DataSourceTest
-
- testQueryInfoParsingAndRewrittingInsertSetEroteme() - Method in class testsuite.simple.StatementsTest
-
- testQueryInfoParsingAndRewrittingInsertValuesEroteme() - Method in class testsuite.simple.StatementsTest
-
- testQueryInfoParsingAndRewrittingInsertValuesRowEroteme() - Method in class testsuite.simple.StatementsTest
-
- testQueryInfoParsingAndRewrittingInsertValuesStatic() - Method in class testsuite.simple.StatementsTest
-
- testQueryInfoParsingAndRewrittingLoadData() - Method in class testsuite.simple.StatementsTest
-
- testQueryInfoParsingAndRewrittingReplaceSetEroteme() - Method in class testsuite.simple.StatementsTest
-
- testQueryInfoParsingAndRewrittingReplaceValuesRowEroteme() - Method in class testsuite.simple.StatementsTest
-
- testQueryInfoParsingAndRewrittingReplaceVauesEroteme() - Method in class testsuite.simple.StatementsTest
-
- testQueryInfoParsingAndRewrittingSpecialCases() - Method in class testsuite.simple.StatementsTest
-
- testQueryInterceptors() - Method in class testsuite.simple.StatementsTest
-
- testQuotedGunk() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testQuoteUnquoteBytes() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtils.quoteBytes()
- testQuoteUnQuoteIdentifierWithBackQuote() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtil.quoteIdentifier() and StringUtil.unQuoteIdentifier() methods using back quote marks.
- testQuoteUnQuoteIdentifierWithDoubleQuote() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtil.quoteIdentifier() and StringUtil.unQuoteIdentifier() methods using double quote marks.
- testRandom() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testRanges() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testReadKnownMessageType() - Method in class com.mysql.cj.protocol.x.SyncMessageReaderTest
-
- testReadOnly56() - Method in class testsuite.simple.ConnectionTest
-
- testReadOnlySafeStatements() - Method in class testsuite.simple.StatementsTest
-
- testReadOnlyWithProcBodyAccess() - Method in class testsuite.simple.ReadOnlyCallableStatementTest
-
- testReadWrongMessageType() - Method in class com.mysql.cj.protocol.x.SyncMessageReaderTest
-
- testReconnectWithCachedConfig() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testRecover() - Method in class testsuite.simple.XATest
-
Tests that XA RECOVER works as expected.
- testReggieBug() - Method in class testsuite.simple.DateTest
-
- testRenameIndex() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#6555 - Online rename index
ALTER TABLE syntax changed in 5.7.1
Alter table allows to rename indexes.
- testReplace() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testReplaceLegacyPropertyValues() - Method in class com.mysql.cj.ConnectionUrlTest
-
- testReplaceOne() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testReplicationConnectionGroupHostManagement() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testReplicationConnectionHostManagement() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testReplicationConnectionMemory() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testReplicationConnectionNoReplicasBasics() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testReplicationConnectionNoReplicasRemainOnSource() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test that we remain on the source when:
- the connection is not in read-only mode
- no replicas are configured
- a new replica is added
- testReplicationConnectWithMultipleSources() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testReplicationConnectWithNoSource() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testReplicationJMXInterfaces() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testResultSet() - Method in class testsuite.simple.CallableStatementTest
-
Tests functioning of output parameters.
- testResultSet() - Method in class testsuite.x.internal.XProtocolTest
-
This is a development method that will print a detailed result set for any command sent.
- testResultSetAccessors() - Method in class testsuite.regression.MicroPerformanceRegressionTest
-
Tests result set accessors performance.
- testResultSetMetaDataMethods() - Method in class testsuite.simple.MetadataTest
-
- testResultSetProducingQueries() - Method in class testsuite.simple.StatementsTest
-
- testRetrievalCached() - Method in class testsuite.perf.RetrievalPerfTest
-
Tests retrieval from the query cache
- testRetrievalHeap() - Method in class testsuite.perf.RetrievalPerfTest
-
Tests retrieval from HEAP tables
- testRetrievalMyIsam() - Method in class testsuite.perf.RetrievalPerfTest
-
Tests retrieval speed from MyISAM type tables
- testRoundTrips() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
Test that expressions parsed and serialize back to the expected form.
- testRowFetch() - Method in class testsuite.simple.StatementsTest
-
- testRSMDIsReadOnly() - Method in class testsuite.simple.MetadataTest
-
Tests detection of read-only fields.
- testRSMDToStringFromDBMD() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testSampleValues() - Method in class com.mysql.cj.protocol.a.MysqlBinaryValueDecoderTest
-
- testSavepoint() - Method in class testsuite.simple.ConnectionTest
-
Tests the savepoint functionality in MySQL.
- testSecureSessionDefaultAndRequired() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests secure
Sessions created via URL and properties map.
- testSecureSessionDefaultAndRequiredWithSystemPropsPresent() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests secure
Sessions created via URL and properties map, with the SSL system properties also defined.
- testSecureSessionMissingTrustStore() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests exception thrown on missing truststore for a secure
Session.
- testSecureSessionVerifyServerCertificate() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests secure
Sessions created via URL and properties map, verifying server certificate.
- testSecureSessionVerifyServerCertificateIdentity() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests secure
Sessions created via URL and properties map, verifying server certificate.
- testSecureSessionVerifyServerCertificateIdentityFailure() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests exception thrown on verifying server certificate identity failure.
- testSecureSessionVerifyServerCertificateUsingSystemProps() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests secure
Sessions created via URL and properties map combined with SSL system properties, verifying server certificate.
- testSelectColumns() - Method in class testsuite.simple.StatementsTest
-
- testSelectRowLockingDeadlock() - Method in class testsuite.x.devapi.RowLockingTest
-
- testSelectRowLockingValid() - Method in class testsuite.x.devapi.RowLockingTest
-
- testSelfDestruct() - Method in class testsuite.simple.ConnectionTest
-
- testSequentialIdLease() - Method in class testsuite.simple.SequentialIdLeaseTest
-
- testServerConfigurationCache() - Method in class testsuite.simple.ConnectionTest
-
- testServerController() - Method in class testsuite.simple.ServerControllerTest
-
Demonstrates usage of the ServerController class.
- testServerPreparedStatementsCaching() - Method in class testsuite.simple.StatementsTest
-
WL#11101 - Remove de-cache and close of SSPSs on double call to close()
- testServerPrepStmtDeadlockCounter - Variable in class testsuite.regression.ConnectionRegressionTest
-
- testServerPrepStmtExecuteLargeBatch() - Method in class testsuite.simple.StatementsTest
-
Test for (Server)PreparedStatement.executeLargeBatch().
- testServPrepStmtSetObjectAndNewSupportedTypes() - Method in class testsuite.simple.StatementsTest
-
Test for (Server)PreparedStatement.setObject().
- testServPrepStmtSetObjectAndNewUnsupportedTypes() - Method in class testsuite.simple.StatementsTest
-
Test for (Server)PreparedStatement.setObject(), unsupported SQL types TIME_WITH_TIMEZONE, TIMESTAMP_WITH_TIMEZONE and REF_CURSOR.
- testSessionAttributes() - Method in class testsuite.x.devapi.SessionTest
-
- testSessionAttributes_checkClient(String, Map<String, String>) - Method in class testsuite.x.devapi.SessionTest
-
- testSessionAttributes_checkSession(String, Map<String, String>) - Method in class testsuite.x.devapi.SessionTest
-
- testSessionAttributes_checkSession(Session, Map<String, String>) - Method in class testsuite.x.devapi.SessionTest
-
- testSessionVariables() - Method in class testsuite.simple.ConnectionTest
-
- testSet() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testSetMergeThreshold() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#6747 - InnoDB: make fill factor settable.
- testSetMergeThresholdIndices(int, Map<String, Integer>) - Method in class testsuite.regression.SyntaxRegressionTest
-
- TestSetNamesQueryInterceptor() - Constructor for class testsuite.regression.CharsetRegressionTest.TestSetNamesQueryInterceptor
-
- testSetNCharacterStream() - Method in class testsuite.simple.StatementsTest
-
Tests for PreparedStatement.setNCharacterSteam()
- testSetNCharacterStreamServer() - Method in class testsuite.simple.StatementsTest
-
Tests for ServerPreparedStatement.setNCharacterSteam()
- testSetNClob() - Method in class testsuite.simple.StatementsTest
-
Tests for PreparedStatement.setNClob()
- testSetNClobServer() - Method in class testsuite.simple.StatementsTest
-
Tests for ServerPreparedStatement.setNClob()
- testSetNString() - Method in class testsuite.simple.StatementsTest
-
Tests for PreparedStatement.setNString()
- testSetNStringServer() - Method in class testsuite.simple.StatementsTest
-
Tests for ServerPreparedStatement.setNString()
- testSetObject() - Method in class testsuite.simple.StatementsTest
-
Tests for PreparedStatement.setObject()
- testSetObjectWithMysqlType() - Method in class testsuite.simple.StatementsTest
-
Tests for PreparedStatement.setObject(...SQLType...)
- testSetProfileSql() - Method in class testsuite.simple.ConnectionTest
-
Tests setting profileSQL on/off in the span of one connection.
- testSetReadOnly() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests setReadOnly() being reset during failover
- testSetStartTime - Variable in class testsuite.JUnitSummary
-
- testSeveralMessages() - Method in class com.mysql.cj.protocol.x.SyncMessageReaderTest
-
This is a 'mini'-stress test that encompasses the check of clearHeader() being called correctly.
- testSha256PasswordPlugin() - Method in class testsuite.regression.ConnectionRegressionTest
-
Test for sha256_password authentication.
- testSharedTestData() - Method in class testsuite.simple.StatementsTest
-
Test shared test data validity.
- testsHost - Variable in class testsuite.x.devapi.SessionFailoverTest
-
- testShutdown() - Method in class testsuite.simple.MiniAdminTest
-
Tests whether or not you can shutdown the server with MiniAdmin.
- testSjis5c() - Method in class testsuite.simple.CharsetTest
-
Tests that the 0x5c escaping works (we didn't use to have this).
- testSPCache() - Method in class testsuite.simple.CallableStatementTest
-
Tests parsing of stored procedures
- testSplit() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtils.split() methods.
- testSplit() - Method in class testsuite.simple.SplitDBdotNameTest
-
Tests sanitation and SplitDBdotName
- testSplitCornerCases() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtils.split() methods for corner cases.
- testSPNoParams() - Method in class testsuite.simple.CallableStatementTest
-
Tests parsing/execution of stored procedures with no parameters...
- testSPParse() - Method in class testsuite.simple.CallableStatementTest
-
Tests parsing of stored procedures
- testSqlDate - Variable in class testsuite.simple.StatementsTest
-
- testSqlDateSetters() - Method in class testsuite.simple.DateTimeTest
-
- testSqlDml() - Method in class testsuite.x.internal.XProtocolTest
-
Test DML that is executed with StmtExecute and does not return a result set.
- testSqlTime - Variable in class testsuite.simple.StatementsTest
-
- testSqlTimeSetters() - Method in class testsuite.simple.DateTimeTest
-
- testSqlTimeStamp - Variable in class testsuite.simple.StatementsTest
-
- testSqlTimestampSetters() - Method in class testsuite.simple.DateTimeTest
-
- testSslConnectionOptions() - Method in class testsuite.simple.ConnectionTest
-
Tests that given SSL/TLS related connection properties values are processed as expected.
- testStackOverflowOnMissingInterceptor() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testStarTableSelectProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testStatementComment() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testStatementRewriteBatch() - Method in class testsuite.simple.StatementsTest
-
- testStmtExecuteLargeBatch() - Method in class testsuite.simple.StatementsTest
-
Test for Statement.executeLargeBatch().
- testStmtExecuteLargeUpdate() - Method in class testsuite.simple.StatementsTest
-
Test for Statement.executeLargeUpdate(String, _).
- testStmtExecuteLargeUpdateNoGeneratedKeys() - Method in class testsuite.simple.StatementsTest
-
Test for Statement.executeLargeUpdate(String).
- testStmtGetSetLargeMaxRows() - Method in class testsuite.simple.StatementsTest
-
Test for Statement.[get/set]LargeMaxRows().
- testStreamChange() - Method in class testsuite.simple.StatementsTest
-
- testStreamingRegBug() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests that streaming result sets are registered correctly.
- testStringUtils001() - Method in class com.mysql.cj.util.StringUtilsTest
-
- testStripComments() - Method in class com.mysql.cj.util.StringUtilsTest
-
- testStubbed() - Method in class testsuite.simple.StatementsTest
-
- testSubQuery1() - Method in class testsuite.regression.SubqueriesRegressionTest
-
- testSubQuery2() - Method in class testsuite.regression.SubqueriesRegressionTest
-
- testSubQuery3() - Method in class testsuite.regression.SubqueriesRegressionTest
-
- testSubQuery4() - Method in class testsuite.regression.SubqueriesRegressionTest
-
- testSubQuery5() - Method in class testsuite.regression.SubqueriesRegressionTest
-
- testsuite - package testsuite
-
- testsuite.perf - package testsuite.perf
-
- testsuite.regression - package testsuite.regression
-
- testsuite.simple - package testsuite.simple
-
- testsuite.x.devapi - package testsuite.x.devapi
-
Dev API test suite.
- testsuite.x.internal - package testsuite.x.internal
-
Tests for internal components of the X Protocol and X DevAPI features.
- testSupportesGroupByUnrelated() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testSupports() - Method in class testsuite.simple.MetadataTest
-
- testSupportsCorrelatedSubqueries() - Method in class testsuite.regression.MetaDataRegressionTest
-
- testSupportsRefCursors() - Method in class testsuite.simple.ConnectionTest
-
Test for REF_CURSOR support checking.
- testSupportsSelectForUpdate() - Method in class testsuite.simple.MetadataTest
-
- testSuspendableTx() - Method in class testsuite.simple.XATest
-
- testSymmetricInstantRetrieval() - Method in class testsuite.simple.DateTimeTest
-
- TestSyncFlushDeflaterOutputStream(OutputStream) - Constructor for class testsuite.x.devapi.CompressionTest.TestSyncFlushDeflaterOutputStream
-
- testTableCompression() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#7696 - InnoDB: Transparent page compression.
- testTableInsertProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testTableRowLockOptions() - Method in class testsuite.x.devapi.TableSelectTest
-
- testTableRowLocks() - Method in class testsuite.x.devapi.TableSelectTest
-
- testTableUpdateField() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testThreeAttemptsPlugin() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testTimeGetters() - Method in class testsuite.simple.DateTimeTest
-
- testTimeoutErrors() - Method in class testsuite.simple.ConnectionTest
-
Tests WL#14392, Improve timeout error messages [classic].
- testTimestamp(Connection, Statement, String) - Method in class testsuite.regression.MetaDataRegressionTest
-
- testTimestamp() - Method in class testsuite.simple.DateTest
-
- testTimestampConversion() - Method in class testsuite.simple.EscapeProcessingTest
-
Tests that the escape tokenizer converts timestamp values
wrt.
- testTimestampGetters() - Method in class testsuite.simple.DateTimeTest
-
- testTimeString - Variable in class testsuite.simple.StatementsTest
-
- testTimeZones() - Method in class testsuite.regression.UtilsRegressionTest
-
Tests all TimeZone mappings supported.
- testTinyint1IsBit() - Method in class testsuite.simple.MetadataTest
-
- testTLSv1_2() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests TLSv1.2
- testTLSVersion() - Method in class testsuite.regression.ConnectionRegressionTest
-
Tests fix for WL#8196, Support for TLSv1.2 Protocol.
- testTLSVersionRemoval() - Method in class testsuite.simple.ConnectionTest
-
Tests WL#14805, Remove support for TLS 1.0 and 1.1.
- testTLSVersionRemoval() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests WL#14805, Remove support for TLS 1.0 and 1.1.
- testToJsonString() - Method in class com.mysql.cj.xdevapi.JsonDocTest
-
- testToString() - Method in class testsuite.x.devapi.SchemaTest
-
- testTransaction() - Method in class testsuite.simple.TransactionTest
-
- testTransportableTablespaces() - Method in class testsuite.regression.SyntaxRegressionTest
-
Test case for transportable tablespaces syntax support:
FLUSH TABLES ...
- testTraversal() - Method in class testsuite.simple.TraversalTest
-
- testTrivialDocumentProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testTrivialSqlQuery() - Method in class testsuite.x.internal.XProtocolTest
-
- testTrivialTableSelectProjection() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testTruncationDisable() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testTruncationOfNonSigDigits() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests correct detection of truncation of non-sig digits.
- testTruncationOnRead() - Method in class testsuite.simple.StatementsTest
-
- testTSLConflictingOptions() - Method in class testsuite.simple.ConnectionTest
-
Tests WL#14835, Align TLS option checking across connectors
- testTSLConflictingOptions() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests WL#14835, Align TLS option checking across connectors
- testTwoQuestionsPlugin() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testTypeEnumCorrectValues() - Method in class com.mysql.cj.ConnectionUrlTest
-
- testTypes() - Method in class testsuite.regression.MetaDataRegressionTest
-
Tests for types being returned correctly
- testUnexpectedError() - Method in class com.mysql.cj.protocol.x.SyncMessageReaderTest
-
- testUnnumberedPlaceholders() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testUnparseables() - Method in class com.mysql.cj.xdevapi.ExprParserTest
-
- testUnreliableSocketFactory() - Method in class testsuite.regression.ConnectionRegressionTest
-
- testUnset() - Method in class testsuite.x.devapi.CollectionModifyTest
-
- testUpdatability() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests that result sets can be updated when all parameters are correctly set.
- testUpdatability() - Method in class testsuite.simple.UpdatabilityTest
-
- testUpdatabilityAndEscaping() - Method in class testsuite.regression.ResultSetRegressionTest
-
Test fixes for BUG#1071
- testUpdatabilityWithQuotes() - Method in class testsuite.regression.ResultSetRegressionTest
-
Tests the fix for BUG#661 ...
- testUpdatableBlobsWithCharsets() - Method in class testsuite.regression.BlobRegressionTest
-
- testUpdateClob() - Method in class testsuite.regression.ResultSetRegressionTest
-
Checks whether or not ResultSet.updateClob() is implemented
- testUpdateForReadOnlyResultSet() - Method in class testsuite.simple.ResultSetTest
-
Test exceptions thrown when trying to update a read-only result set.
- testUpdateLongBlobGT16M() - Method in class testsuite.regression.BlobRegressionTest
-
http://bugs.mysql.com/bug.php?id=22891
- testUpdateNCharacterStream() - Method in class testsuite.simple.StatementsTest
-
Tests for ResultSet.updateNCharacterStream()
- testUpdateNClob() - Method in class testsuite.simple.StatementsTest
-
Tests for ResultSet.updateNClob()
- testUpdateNString() - Method in class testsuite.simple.StatementsTest
-
Tests for ResultSet.updateNString()
- testUpdates() - Method in class testsuite.x.devapi.TableUpdateTest
-
- testUpdResultSetUpdateObjectAndNewSupportedTypes() - Method in class testsuite.simple.ResultSetTest
-
Test for (Updatable)ResultSet.[update|get]Object().
- testUpdResultSetUpdateObjectAndNewUnsupportedTypes() - Method in class testsuite.simple.ResultSetTest
-
Test for (Updatable)ResultSet.updateObject(), unsupported SQL types TIME_WITH_TIMEZONE, TIMESTAMP_WITH_TIMEZONE and REF_CURSOR.
- testUrlConstructor() - Method in class testsuite.simple.MiniAdminTest
-
Tests whether or not you can construct a MiniAdmin with a JDBC URL.
- testUrlEscaping() - Method in class testsuite.simple.DataSourceTest
-
- testUsageAdvisorOnZeroRowResultSet() - Method in class testsuite.regression.ResultSetRegressionTest
-
- testUsageAdvisorTooLargeResultSet() - Method in class testsuite.simple.ConnectionTest
-
- testUseCompress() - Method in class testsuite.simple.ConnectionTest
-
Tests if useCompress works.
- testUseLocalSessionState() - Method in class testsuite.simple.ConnectionTest
-
Tests whether or not the configuration 'useLocalSessionState' actually prevents non-needed 'set autocommit=', 'set session transaction isolation ...'
and 'show variables like tx_isolation' queries.
- testUseLocalSessionStateRollback() - Method in class testsuite.simple.ConnectionTest
-
- testUser - Variable in class testsuite.x.devapi.Ipv6SupportTest
-
- testUserAccountLocking() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#6054 - Temporarily disablement of users
Test user account locking syntax:
CREATE|ALTER USER (...)
- lock_option: { ACCOUNT LOCK | ACCOUNT UNLOCK }
- testUserAccountPwdExpiration() - Method in class testsuite.regression.SyntaxRegressionTest
-
WL#7131 - Add timestamp in mysql.user on the last time the password was changed
Test user account password expiration syntax:
CREATE|ALTER USER (...)
- password_option: { PASSWORD EXPIRE | PASSWORD EXPIRE DEFAULT | PASSWORD EXPIRE NEVER | PASSWORD EXPIRE INTERVAL N DAY }
- testUserRequireSSL() - Method in class testsuite.simple.ConnectionTest
-
Test authentication with a user that requires an SSL connection.
- testUserRequireX509() - Method in class testsuite.simple.ConnectionTest
-
Test authentication with a user that requires an SSL connection and an authorized client certificate.
- testUtf8Encoding() - Method in class testsuite.simple.CharsetTest
-
Tests that UTF-8 character conversion works correctly.
- testUtf8Encoding2() - Method in class testsuite.simple.CharsetTest
-
- testUtilCalendarSetters() - Method in class testsuite.simple.DateTimeTest
-
- testUtilDateSetters() - Method in class testsuite.simple.DateTimeTest
-
- TestUtils - Class in com.mysql.cj.util
-
- TestUtils() - Constructor for class com.mysql.cj.util.TestUtils
-
- TestUtils - Class in testsuite
-
Utility functions to use in tests.
- TestUtils() - Constructor for class testsuite.TestUtils
-
- testValuesList - Variable in class testsuite.perf.BasePerfTest
-
List of values for each iteration
- testViewMetaData() - Method in class testsuite.simple.MetadataTest
-
Tests the implementation of metadata for views.
- testWarningOnTimestampTruncation() - Method in class testsuite.simple.ResultSetTest
-
- testWarnings() - Method in class testsuite.x.internal.XProtocolTest
-
- testWildCompare() - Method in class com.mysql.cj.util.StringUtilsTest
-
Tests StringUtils.wildCompare() method.
- testWithUnsignedData() - Method in class testsuite.x.devapi.MetadataTest
-
- testWl14650() - Method in class testsuite.simple.AuthenticationTest
-
Test for WL#14650 - Support for MFA (multi factor authentication) authentication
- testXADataSource() - Method in class testsuite.simple.DataSourceTest
-
Tests whether XADataSources can be bound into JNDI
- testXdevapiSslConnectionOptions() - Method in class testsuite.x.devapi.SecureSessionTest
-
Tests that given SSL/TLS related session properties values are processed as expected.
- testXdevapiTlsVersionsAndCiphersuites() - Method in class testsuite.x.devapi.SecureSessionTest
-
- testYearGetters() - Method in class testsuite.simple.DateTimeTest
-
- testZeroDateBehavior() - Method in class testsuite.simple.DateTest
-
Tests the configurability of all-zero date/datetime/timestamp handling in the driver.
- testZonedDateTime - Variable in class testsuite.simple.StatementsTest
-
- testZonedDatetimeSetters() - Method in class testsuite.simple.DateTimeTest
-
- TextBufferRow - Class in com.mysql.cj.protocol.a.result
-
A ResultSetRow implementation that holds one row packet (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid
allocations to break out the results as individual byte[]s.
- TextBufferRow(NativePacketPayload, ColumnDefinition, ExceptionInterceptor, ValueDecoder) - Constructor for class com.mysql.cj.protocol.a.result.TextBufferRow
-
- TextResultsetReader - Class in com.mysql.cj.protocol.a
-
- TextResultsetReader(NativeProtocol) - Constructor for class com.mysql.cj.protocol.a.TextResultsetReader
-
- TextRowFactory - Class in com.mysql.cj.protocol.a
-
- TextRowFactory(NativeProtocol, ColumnDefinition, Resultset.Concurrency, boolean) - Constructor for class com.mysql.cj.protocol.a.TextRowFactory
-
- thisAsConnection - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
- thisAsProxy - Variable in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
thisAsProxy holds the proxy (MultiHostConnectionProxy or one of its subclasses) this connection is associated with.
- thisAsReplicationConnection - Variable in class com.mysql.cj.jdbc.ha.ReplicationConnectionProxy
-
- thisRow - Variable in class com.mysql.cj.protocol.a.result.NativeResultset
-
Pointer to current row data
- threadConn - Variable in class testsuite.regression.StressRegressionTest.ContentionThread
-
- threadId - Variable in class com.mysql.cj.protocol.a.NativeCapabilities
-
- threadIsWaiting - Static variable in class testsuite.regression.ConnectionRegressionTest.TestBug21934573ExceptionInterceptor
-
- threadNumber - Variable in class testsuite.regression.StressRegressionTest.ContentionThread
-
- ThreadPerTaskExecutor() - Constructor for class testsuite.regression.ConnectionRegressionTest.ThreadPerTaskExecutor
-
- threadRef - Static variable in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
- threadRefLock - Static variable in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
- threadStmt - Variable in class testsuite.regression.StressRegressionTest.ContentionThread
-
- ThreeAttemptsPlugin() - Constructor for class testsuite.regression.ConnectionRegressionTest.ThreeAttemptsPlugin
-
- throwConnectionClosedException() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- throwConnectionClosedException() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- throwConnectionClosedException() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- throwConnectionClosedException() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- tidField - Variable in class testsuite.regression.MetaDataRegressionTest.TestBug97413Columns
-
- TIME_FORMATTER_NO_FRACT_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_FORMATTER_NO_FRACT_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_FORMATTER_WITH_MICROS_NO_OFFCET - Static variable in class testsuite.simple.DateTimeTest
-
- TIME_FORMATTER_WITH_MILLIS_NO_OFFCET - Static variable in class testsuite.simple.DateTimeTest
-
- TIME_FORMATTER_WITH_NANOS_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_FORMATTER_WITH_NANOS_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_FORMATTER_WITH_OPTIONAL_MICROS - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_LITERAL_SHORT2 - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_LITERAL_SHORT4 - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_LITERAL_SHORT6 - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_LITERAL_WITH_DELIMITERS - Static variable in class com.mysql.cj.util.TimeUtil
-
- TIME_PTRN - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
- TIME_STR_LEN_MAX_NO_FRAC - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Max string length of MySQL time string (with microseconds): '-HHH:MM:SS'.
- TIME_STR_LEN_MAX_WITH_MICROS - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Max string length of MySQL time string (with microseconds): '-HHH:MM:SS.mmmmmm'.
- TIME_STR_LEN_MIN - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Min string length of MySQL time string: 'HH:MM:SS'.
- TIME_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.FieldType
-
TIME = 10;
- TIME_ZONE_MAPPINGS_RESOURCE - Static variable in class com.mysql.cj.util.TimeUtil
-
- timeoutInMillis - Variable in class com.mysql.cj.AbstractQuery
-
The timeout for a query
- TIMESTAMP_STR_LEN_NO_FRAC - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
String length of MySQL timestamp string (no microseconds): 'YYYY-MM-DD HH:MM:SS'.
- TIMESTAMP_STR_LEN_WITH_MICROS - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
Max string length of MySQL timestamp (with microsecs): 'YYYY-MM-DD HH:MM:SS.mmmmmm'.
- TIMESTAMP_STR_LEN_WITH_NANOS - Static variable in class com.mysql.cj.protocol.a.MysqlTextValueDecoder
-
String length of String timestamp with nanos.
- TimeTrackingPacketReader - Class in com.mysql.cj.protocol.a
-
A
MessageReader which tracks the last time a packet was received.
- TimeTrackingPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>) - Constructor for class com.mysql.cj.protocol.a.TimeTrackingPacketReader
-
- TimeTrackingPacketSender - Class in com.mysql.cj.protocol.a
-
- TimeTrackingPacketSender(MessageSender<NativePacketPayload>) - Constructor for class com.mysql.cj.protocol.a.TimeTrackingPacketSender
-
- TimeUtil - Class in com.mysql.cj.util
-
Time zone conversion routines and other time related methods
- TimeUtil() - Constructor for class com.mysql.cj.util.TimeUtil
-
- TimeUtilTest - Class in com.mysql.cj.util
-
- TimeUtilTest() - Constructor for class com.mysql.cj.util.TimeUtilTest
-
- timeZoneFreeDbUrl - Static variable in class testsuite.BaseTestCase
-
- timeZoneMappings - Static variable in class com.mysql.cj.util.TimeUtil
-
- tinyInt1isBit - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- tinyInt1isBit - Variable in class testsuite.regression.MetaDataRegressionTest.TestBug97413Columns
-
- TLS_SETTINGS_RESOURCE - Static variable in class com.mysql.cj.protocol.ExportControlled
-
- TLSv1 - Static variable in class com.mysql.cj.protocol.ExportControlled
-
- TLSv1_1 - Static variable in class com.mysql.cj.protocol.ExportControlled
-
- TLSv1_2 - Static variable in class com.mysql.cj.protocol.ExportControlled
-
- TLSv1_3 - Static variable in class com.mysql.cj.protocol.ExportControlled
-
- tnField - Variable in class testsuite.regression.MetaDataRegressionTest.TestBug97413Columns
-
- toAsciiCharArray(byte[], int, int) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the bytes as an ASCII String.
- toAsciiString(byte[]) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the bytes as an ASCII String.
- toAsciiString(byte[], int, int) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the bytes as an ASCII String.
- toBuilder() - Method in class com.mysql.cj.protocol.x.XMessage
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Error
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.Mysqlx.Ok
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Capability
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Close
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxConnection.Compression
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Collection
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Column
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Delete
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.DropView
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Find
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Limit
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Order
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Projection
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.Update
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Close
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxCursor.Open
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Close
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpect.Open
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Array
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Object
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxExpr.Operator
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxNotice.Warning
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxResultset.Row
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Close
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSession.Reset
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute
-
- toBuilder() - Method in class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk
-
- toByteArray() - Method in interface com.mysql.cj.protocol.WatchableStream
-
- toByteArray() - Method in class com.mysql.cj.protocol.x.XMessage
-
- toByteString() - Method in class com.mysql.cj.protocol.x.XMessage
-
- toFormattedString() - Method in class com.mysql.cj.xdevapi.DbDocImpl
-
- toFormattedString() - Method in class com.mysql.cj.xdevapi.JsonArray
-
- toFormattedString() - Method in interface com.mysql.cj.xdevapi.JsonValue
-
Get a human readable "pretty" JSON string.
- toHexString(byte[], int) - Static method in class com.mysql.cj.util.StringUtils
-
Converts the given byte array into Hex String, stopping at given length.
- Token(ExprParser.TokenType, char) - Constructor for class com.mysql.cj.xdevapi.ExprParser.Token
-
- Token(ExprParser.TokenType, String) - Constructor for class com.mysql.cj.xdevapi.ExprParser.Token
-
- tokenPos - Variable in class com.mysql.cj.xdevapi.ExprParser
-
Parser's position in token stream.
- tokens - Variable in class com.mysql.cj.xdevapi.ExprParser
-
Token stream produced by lexer.
- TokenType() - Constructor for enum com.mysql.cj.xdevapi.ExprParser.TokenType
-
- topProxy - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
- topProxyConnection - Variable in class com.mysql.cj.jdbc.ha.MultiHostConnectionProxy
-
- toReader() - Method in class com.mysql.cj.jdbc.MysqlSQLXML.SimpleSaxToReader
-
- toString() - Method in class com.mysql.cj.Collation
-
- toString() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a string representation of this object.
- toString() - Method in class com.mysql.cj.conf.ConnectionUrlParser.Pair
-
- toString() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns a string representation of this object.
- toString() - Method in class com.mysql.cj.conf.HostInfo
-
Returns a string representation of this object.
- toString() - Method in enum com.mysql.cj.conf.PropertyKey
-
- toString() - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionStringGenerator
-
- toString() - Method in class com.mysql.cj.jdbc.ClientPreparedStatement
-
Returns this PreparedStatement represented as a string.
- toString() - Method in class com.mysql.cj.jdbc.DatabaseMetaData.ComparableWrapper
-
- toString() - Method in class com.mysql.cj.jdbc.ha.ReplicationConnectionGroup
-
- toString() - Method in class com.mysql.cj.jdbc.PreparedStatementWrapper
-
- toString() - Method in class com.mysql.cj.jdbc.result.ResultSetImpl
-
- toString() - Method in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- toString() - Method in class com.mysql.cj.jdbc.ServerPreparedStatement
-
- toString() - Method in class com.mysql.cj.log.ProfilerEventImpl
-
Returns a representation of this event as a String.
- toString() - Method in class com.mysql.cj.MysqlCharset
-
- toString() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- toString() - Method in class com.mysql.cj.protocol.InternalTime
-
- toString() - Method in class com.mysql.cj.result.Field
-
- toString() - Method in class com.mysql.cj.ServerVersion
-
A string representation of this version.
- toString() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- toString() - Method in class com.mysql.cj.util.LazyString
-
- toString(byte[], int, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
- toString(byte[], String) - Static method in class com.mysql.cj.util.StringUtils
-
- toString(byte[], Charset) - Static method in class com.mysql.cj.util.StringUtils
-
- toString(byte[], int, int) - Static method in class com.mysql.cj.util.StringUtils
-
- toString(byte[]) - Static method in class com.mysql.cj.util.StringUtils
-
- toString() - Method in class com.mysql.cj.xdevapi.CollectionImpl
-
- toString() - Method in class com.mysql.cj.xdevapi.DbDocImpl
-
- toString() - Method in class com.mysql.cj.xdevapi.ExprParser.Token
-
- toString() - Method in class com.mysql.cj.xdevapi.JsonArray
-
- toString() - Method in enum com.mysql.cj.xdevapi.JsonLiteral
-
- toString() - Method in class com.mysql.cj.xdevapi.JsonNumber
-
- toString() - Method in class com.mysql.cj.xdevapi.JsonString
-
Get escaped JsonString value.
- toString() - Method in class com.mysql.cj.xdevapi.SchemaImpl
-
- toString() - Method in class com.mysql.cj.xdevapi.TableImpl
-
- toString() - Method in class testsuite.InjectedSocketFactory.SocketWrapper
-
- toString() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053InputStreamWrapper
-
- toString() - Method in class testsuite.regression.ConnectionRegressionTest.TestBug73053SocketWrapper
-
- toString() - Method in class testsuite.UnreliableSocketFactory.HangingSocket
-
- toSuperString() - Method in class com.mysql.cj.protocol.a.NativePacketPayload
-
- totalPhysicalConnections - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- totalQueryTimeMs - Variable in class com.mysql.cj.log.BaseMetricsHolder
-
- totalSize - Variable in class com.mysql.cj.protocol.a.PacketSplitter
-
- TRACE - Static variable in class com.mysql.cj.log.Jdk14Logger
-
- TRACE - Static variable in class com.mysql.cj.log.StandardLogger
-
- traceHeader(NativePacketHeader) - Method in class com.mysql.cj.protocol.a.TracingPacketReader
-
- traceMessage(NativePacketPayload, int, boolean) - Method in class com.mysql.cj.protocol.a.TracingPacketReader
-
- traceProtocol - Variable in class com.mysql.cj.protocol.a.CompressedInputStream
-
Connection property reference
- TracingPacketReader - Class in com.mysql.cj.protocol.a
-
A decorating
MessageReader which traces all received packets to the provided logger.
- TracingPacketReader(MessageReader<NativePacketHeader, NativePacketPayload>, Log) - Constructor for class com.mysql.cj.protocol.a.TracingPacketReader
-
- TracingPacketSender - Class in com.mysql.cj.protocol.a
-
A decorating
MessageSender which traces all sent packets to the provided logger.
- TracingPacketSender(MessageSender<NativePacketPayload>, Log, String, long) - Constructor for class com.mysql.cj.protocol.a.TracingPacketSender
-
- trackConnection(MysqlConnection, NetworkResources) - Static method in class com.mysql.cj.jdbc.AbandonedConnectionCleanupThread
-
- TRANSACTION_COMPLETED - Static variable in interface com.mysql.cj.protocol.ServerSession
-
Old SERVER_STATUS_IN_TRANS state was 1 and current one is 0.
- TRANSACTION_IN_PROGRESS - Static variable in interface com.mysql.cj.protocol.ServerSession
-
There was no change between old and current SERVER_STATUS_IN_TRANS state and it is 1.
- TRANSACTION_NOT_STARTED - Static variable in interface com.mysql.cj.protocol.ServerSession
-
There was no change between old and current SERVER_STATUS_IN_TRANS state and it is 0.
- TRANSACTION_STARTED - Static variable in interface com.mysql.cj.protocol.ServerSession
-
Old SERVER_STATUS_IN_TRANS state was 0 and current one is 1.
- transactionBegun() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- transactionBegun() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- transactionBegun() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- transactionBegun() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when the driver has been told by the server that a transaction
is now in progress (when one has not been currently in progress).
- transactionBegun() - Method in interface com.mysql.cj.TransactionEventHandler
-
- transactionBegun() - Method in class testsuite.simple.TestLifecycleInterceptor
-
- transactionCompleted() - Method in class com.mysql.cj.jdbc.ConnectionImpl
-
- transactionCompleted() - Method in class com.mysql.cj.jdbc.ConnectionWrapper
-
- transactionCompleted() - Method in class com.mysql.cj.jdbc.ha.MultiHostMySQLConnection
-
- transactionCompleted() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when the driver has been told by the server that a transaction
has completed, and no transaction is currently in progress.
- transactionCompleted() - Method in interface com.mysql.cj.TransactionEventHandler
-
- transactionCompleted() - Method in class testsuite.simple.TestLifecycleInterceptor
-
- transactionCount - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- TransactionEventHandler - Interface in com.mysql.cj
-
- transactionManager - Variable in class com.mysql.cj.protocol.AbstractProtocol
-
- transactionsBegun - Static variable in class testsuite.simple.TestLifecycleInterceptor
-
- transactionsCompleted - Static variable in class testsuite.simple.TestLifecycleInterceptor
-
- transactionStartTime - Variable in class com.mysql.cj.jdbc.ha.LoadBalancedConnectionProxy
-
- TransactionTest - Class in testsuite.simple
-
- TransactionTest() - Constructor for class testsuite.simple.TransactionTest
-
- TransactionTest - Class in testsuite.x.devapi
-
- TransactionTest() - Constructor for class testsuite.x.devapi.TransactionTest
-
- transferSize - Variable in exception com.mysql.cj.exceptions.DataTruncationException
-
- transformedBitIsBoolean - Variable in class com.mysql.cj.jdbc.DatabaseMetaData
-
- transformedBitIsBoolean - Variable in class testsuite.regression.MetaDataRegressionTest.TestBug97413Columns
-
- transformProperties(Properties) - Method in interface com.mysql.cj.conf.ConnectionPropertiesTransform
-
The driver will call this method if the user has loaded your
implementation of this interface by specifying the 'propertiesTransform'
property in their URL.
- transformProperties(Properties) - Method in class com.mysql.cj.ConnectionUrlTest.ConnectionPropertiesTest
-
- transformProperties(Properties) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug101596Transformer
-
- transformProperties(Properties) - Method in class testsuite.regression.ConnectionRegressionTest.TestBug34918989PropTransOK
-
- transformProperties(Properties) - Method in class testsuite.simple.SimpleTransformer
-
- translateException(Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
-
- translateException(Throwable) - Static method in class com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping
-
- TranslateExceptions - Class in instrumentation
-
- TranslateExceptions() - Constructor for class instrumentation.TranslateExceptions
-
- TraversalTest - Class in testsuite.simple
-
Tests result set traversal methods.
- TraversalTest() - Constructor for class testsuite.simple.TraversalTest
-
- traverseResultSetBug14562() - Method in class testsuite.regression.ResultSetRegressionTest
-
- treatYearAsDate - Variable in class com.mysql.cj.jdbc.result.ResultSetMetaData
-
- truncate(long) - Method in class com.mysql.cj.jdbc.Blob
-
- truncate(long) - Method in class com.mysql.cj.jdbc.BlobFromLocator
-
- truncate(long) - Method in class com.mysql.cj.jdbc.Clob
-
- truncateAndConvertToInt(long) - Static method in class com.mysql.cj.util.Util
-
Converts long to int, truncating to maximum/minimum value if needed.
- truncateAndConvertToInt(long[]) - Static method in class com.mysql.cj.util.Util
-
Converts long[] to int[], truncating to maximum/minimum value if needed.
- truncatedPacketHeaderRead() - Method in class com.mysql.cj.protocol.a.SimplePacketReaderTest
-
- truncateFractionalSeconds(Timestamp) - Static method in class com.mysql.cj.util.TimeUtil
-
- truncateFractionalSeconds(Time) - Static method in class com.mysql.cj.util.TimeUtil
-
- truncateQueryToLog(String) - Method in class com.mysql.cj.ServerPreparedQuery
-
- trustStorePassword - Variable in class testsuite.x.devapi.SecureSessionTest
-
- trustStorePath - Variable in class testsuite.x.devapi.SecureSessionTest
-
- trustStoreUrl - Variable in class testsuite.x.devapi.SecureSessionTest
-
- TRX_COMMITTED_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
TRX_COMMITTED = 7;
- TRX_ROLLEDBACK_VALUE - Static variable in enum com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
-
TRX_ROLLEDBACK = 9;
- tryAndFixEncoding(RuntimeProperty<String>, boolean) - Method in class com.mysql.cj.NativeCharsetSettings
-
Attempt to use the encoding, and bail out if it can't be used.
- tsdf - Variable in class com.mysql.cj.protocol.a.SqlTimestampValueEncoder
-
- tsdf - Variable in class com.mysql.cj.protocol.a.UtilDateValueEncoder
-
- tstBug24525461assertResults1(boolean, Statement) - Method in class testsuite.regression.ResultSetRegressionTest
-
- tstBug24525461assertResults2(boolean, Statement) - Method in class testsuite.regression.ResultSetRegressionTest
-
- tstBug24525461testBytes(Properties, boolean, Statement) - Method in class testsuite.regression.ResultSetRegressionTest
-
- tTime - Static variable in class testsuite.simple.DateTimeTest
-
- tTimestamp - Static variable in class testsuite.simple.DateTimeTest
-
- tVarchar - Static variable in class testsuite.simple.DateTimeTest
-
- twoPacketToThreeCompressedPacketNoBoundary() - Method in class com.mysql.cj.protocol.a.CompressedPacketSenderTest
-
Test the situation where a single packet is split into two and the second part exceeds the capacity of the second compressed packet requiring a third
compressed packet.
- twoPacketToThreeWithEmptyUncompressedPacket() - Method in class com.mysql.cj.protocol.a.CompressedPacketSenderTest
-
This tests that the splitting of MySQL packets includes an additional empty packet to signal the end of the multi-packet sequence.
- TwoQuestionsPlugin() - Constructor for class testsuite.regression.ConnectionRegressionTest.TwoQuestionsPlugin
-
- tYear - Static variable in class testsuite.simple.DateTimeTest
-
- type - Variable in class com.mysql.cj.conf.ConnectionUrl
-
- Type(String, ConnectionUrl.HostsCardinality, String) - Constructor for enum com.mysql.cj.conf.ConnectionUrl.Type
-
- Type(String, ConnectionUrl.HostsCardinality, String, PropertyKey, ConnectionUrl.Type) - Constructor for enum com.mysql.cj.conf.ConnectionUrl.Type
-
- type - Variable in class com.mysql.cj.jdbc.result.ResultSetFactory
-
- type - Variable in class com.mysql.cj.protocol.a.ResultsetFactory
-
- Type(int) - Constructor for enum com.mysql.cj.protocol.Resultset.Type
-
- type - Variable in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- type - Variable in class com.mysql.cj.protocol.x.Notice
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.Mysqlx.ServerMessages.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Type
-
- Type(int) - Constructor for enum com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Type
-
- TYPE - Static variable in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
- type - Variable in class com.mysql.cj.xdevapi.CreateIndexParams.IndexField
-
One of the supported SQL column types to map the field into.
- type - Variable in class com.mysql.cj.xdevapi.ExprParser.Token
-
- Type - Enum in com.mysql.cj.xdevapi
-
Column type.
- Type() - Constructor for enum com.mysql.cj.xdevapi.Type
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData.Builder
-
- type_ - Variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- TYPE_EXECUTE - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for prepared statements being executed
- TYPE_FETCH - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for result sets being retrieved
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage
-
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any
-
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar
-
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem
-
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxExpr.Expr
-
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.Frame
-
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged
-
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage
-
- TYPE_FIELD_NUMBER - Static variable in class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData
-
- TYPE_ID_AUTH_MORE_DATA - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
- TYPE_ID_AUTH_NEXT_FACTOR - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
- TYPE_ID_AUTH_SWITCH - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
It has the same signature as EOF, but may be issued by server only during handshake phase
- TYPE_ID_EOF - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- TYPE_ID_EOF - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
- TYPE_ID_ERROR - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- TYPE_ID_ERROR - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
- TYPE_ID_LOCAL_INFILE - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- TYPE_ID_LOCAL_INFILE - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
- TYPE_ID_OK - Static variable in class com.mysql.cj.protocol.a.NativeConstants
-
- TYPE_ID_OK - Static variable in class com.mysql.cj.protocol.a.NativePacketPayload
-
- TYPE_OBJECT_CREATION - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler creating object type event
- TYPE_PREPARE - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for prepared statements being prepared
- TYPE_QUERY - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for a query being executed
- TYPE_REPLICA - Static variable in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
- TYPE_REPLICA - Static variable in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
- TYPE_REPLICA_DEPRECATED - Static variable in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Deprecated.
- TYPE_REPLICA_DEPRECATED - Static variable in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
Deprecated.
- TYPE_SLOW_QUERY - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for slow query
- TYPE_SOURCE - Static variable in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
- TYPE_SOURCE - Static variable in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
- TYPE_SOURCE_DEPRECATED - Static variable in class com.mysql.cj.conf.url.ReplicationConnectionUrl
-
Deprecated.
- TYPE_SOURCE_DEPRECATED - Static variable in class com.mysql.cj.conf.url.ReplicationDnsSrvConnectionUrl
-
Deprecated.
- TYPE_USAGE - Static variable in interface com.mysql.cj.log.ProfilerEvent
-
Profiler event for usage advisor
- TypeDescriptor(String, String) - Constructor for class com.mysql.cj.jdbc.DatabaseMetaData.TypeDescriptor
-
- TypedRow(GeneratedMessageV3.Builder<?>) - Constructor for class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- TypedRow() - Constructor for class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow
-
- typeMap - Variable in class com.mysql.cj.jdbc.ConnectionImpl
-
The type map for UDTs (not implemented, but used by some third-party
vendors, most notably IBM WebSphere)
- typeName - Variable in class com.mysql.cj.jdbc.CallableStatement.CallableStatementParam
-
- tz - Variable in class com.mysql.cj.result.OffsetTimeValueFactory
-
- tz_minus_10_00 - Static variable in class testsuite.simple.DateTimeTest
-
- tz_plus_02_00 - Static variable in class testsuite.simple.DateTimeTest
-
- tz_plus_05_00 - Static variable in class testsuite.simple.DateTimeTest
-
- tz_UTC - Static variable in class testsuite.simple.DateTimeTest
-
- tzConnections - Variable in class testsuite.simple.DateTimeTest
-