📄 replicationconnection.java
字号:
return this.currentConnection.getEnableQueryTimeouts(); } public synchronized String getEncoding() { return this.currentConnection.getEncoding(); } public synchronized boolean getExplainSlowQueries() { return this.currentConnection.getExplainSlowQueries(); } public synchronized boolean getFailOverReadOnly() { return this.currentConnection.getFailOverReadOnly(); } public synchronized boolean getFunctionsNeverReturnBlobs() { return this.currentConnection.getFunctionsNeverReturnBlobs(); } public synchronized boolean getGatherPerfMetrics() { return this.currentConnection.getGatherPerfMetrics(); } public synchronized boolean getGatherPerformanceMetrics() { return this.currentConnection.getGatherPerformanceMetrics(); } public synchronized boolean getGenerateSimpleParameterMetadata() { return this.currentConnection.getGenerateSimpleParameterMetadata(); } public synchronized boolean getHoldResultsOpenOverStatementClose() { return this.currentConnection.getHoldResultsOpenOverStatementClose(); } public synchronized boolean getIgnoreNonTxTables() { return this.currentConnection.getIgnoreNonTxTables(); } public synchronized boolean getIncludeInnodbStatusInDeadlockExceptions() { return this.currentConnection.getIncludeInnodbStatusInDeadlockExceptions(); } public synchronized int getInitialTimeout() { return this.currentConnection.getInitialTimeout(); } public synchronized boolean getInteractiveClient() { return this.currentConnection.getInteractiveClient(); } public synchronized boolean getIsInteractiveClient() { return this.currentConnection.getIsInteractiveClient(); } public synchronized boolean getJdbcCompliantTruncation() { return this.currentConnection.getJdbcCompliantTruncation(); } public synchronized boolean getJdbcCompliantTruncationForReads() { return this.currentConnection.getJdbcCompliantTruncationForReads(); } public synchronized String getLargeRowSizeThreshold() { return this.currentConnection.getLargeRowSizeThreshold(); } public synchronized String getLoadBalanceStrategy() { return this.currentConnection.getLoadBalanceStrategy(); } public synchronized String getLocalSocketAddress() { return this.currentConnection.getLocalSocketAddress(); } public synchronized int getLocatorFetchBufferSize() { return this.currentConnection.getLocatorFetchBufferSize(); } public synchronized boolean getLogSlowQueries() { return this.currentConnection.getLogSlowQueries(); } public synchronized boolean getLogXaCommands() { return this.currentConnection.getLogXaCommands(); } public synchronized String getLogger() { return this.currentConnection.getLogger(); } public synchronized String getLoggerClassName() { return this.currentConnection.getLoggerClassName(); } public synchronized boolean getMaintainTimeStats() { return this.currentConnection.getMaintainTimeStats(); } public synchronized int getMaxQuerySizeToLog() { return this.currentConnection.getMaxQuerySizeToLog(); } public synchronized int getMaxReconnects() { return this.currentConnection.getMaxReconnects(); } public synchronized int getMaxRows() { return this.currentConnection.getMaxRows(); } public synchronized int getMetadataCacheSize() { return this.currentConnection.getMetadataCacheSize(); } public synchronized int getNetTimeoutForStreamingResults() { return this.currentConnection.getNetTimeoutForStreamingResults(); } public synchronized boolean getNoAccessToProcedureBodies() { return this.currentConnection.getNoAccessToProcedureBodies(); } public synchronized boolean getNoDatetimeStringSync() { return this.currentConnection.getNoDatetimeStringSync(); } public synchronized boolean getNoTimezoneConversionForTimeType() { return this.currentConnection.getNoTimezoneConversionForTimeType(); } public synchronized boolean getNullCatalogMeansCurrent() { return this.currentConnection.getNullCatalogMeansCurrent(); } public synchronized boolean getNullNamePatternMatchesAll() { return this.currentConnection.getNullNamePatternMatchesAll(); } public synchronized boolean getOverrideSupportsIntegrityEnhancementFacility() { return this.currentConnection.getOverrideSupportsIntegrityEnhancementFacility(); } public synchronized int getPacketDebugBufferSize() { return this.currentConnection.getPacketDebugBufferSize(); } public synchronized boolean getPadCharsWithSpace() { return this.currentConnection.getPadCharsWithSpace(); } public synchronized boolean getParanoid() { return this.currentConnection.getParanoid(); } public synchronized boolean getPedantic() { return this.currentConnection.getPedantic(); } public synchronized boolean getPinGlobalTxToPhysicalConnection() { return this.currentConnection.getPinGlobalTxToPhysicalConnection(); } public synchronized boolean getPopulateInsertRowWithDefaultValues() { return this.currentConnection.getPopulateInsertRowWithDefaultValues(); } public synchronized int getPrepStmtCacheSize() { return this.currentConnection.getPrepStmtCacheSize(); } public synchronized int getPrepStmtCacheSqlLimit() { return this.currentConnection.getPrepStmtCacheSqlLimit(); } public synchronized int getPreparedStatementCacheSize() { return this.currentConnection.getPreparedStatementCacheSize(); } public synchronized int getPreparedStatementCacheSqlLimit() { return this.currentConnection.getPreparedStatementCacheSqlLimit(); } public synchronized boolean getProcessEscapeCodesForPrepStmts() { return this.currentConnection.getProcessEscapeCodesForPrepStmts(); } public synchronized boolean getProfileSQL() { return this.currentConnection.getProfileSQL(); } public synchronized boolean getProfileSql() { return this.currentConnection.getProfileSql(); } public synchronized String getProfilerEventHandler() { return this.currentConnection.getProfilerEventHandler(); } public synchronized String getPropertiesTransform() { return this.currentConnection.getPropertiesTransform(); } public synchronized int getQueriesBeforeRetryMaster() { return this.currentConnection.getQueriesBeforeRetryMaster(); } public synchronized boolean getReconnectAtTxEnd() { return this.currentConnection.getReconnectAtTxEnd(); } public synchronized boolean getRelaxAutoCommit() { return this.currentConnection.getRelaxAutoCommit(); } public synchronized int getReportMetricsIntervalMillis() { return this.currentConnection.getReportMetricsIntervalMillis(); } public synchronized boolean getRequireSSL() { return this.currentConnection.getRequireSSL(); } public synchronized String getResourceId() { return this.currentConnection.getResourceId(); } public synchronized int getResultSetSizeThreshold() { return this.currentConnection.getResultSetSizeThreshold(); } public synchronized boolean getRewriteBatchedStatements() { return this.currentConnection.getRewriteBatchedStatements(); } public synchronized boolean getRollbackOnPooledClose() { return this.currentConnection.getRollbackOnPooledClose(); } public synchronized boolean getRoundRobinLoadBalance() { return this.currentConnection.getRoundRobinLoadBalance(); } public synchronized boolean getRunningCTS13() { return this.currentConnection.getRunningCTS13(); } public synchronized int getSecondsBeforeRetryMaster() { return this.currentConnection.getSecondsBeforeRetryMaster(); } public synchronized int getSelfDestructOnPingMaxOperations() { return this.currentConnection.getSelfDestructOnPingMaxOperations(); } public synchronized int getSelfDestructOnPingSecondsLifetime() { return this.currentConnection.getSelfDestructOnPingSecondsLifetime(); } public synchronized String getServerTimezone() { return this.currentConnection.getServerTimezone(); } public synchronized String getSessionVariables() { return this.currentConnection.getSessionVariables(); } public synchronized int getSlowQueryThresholdMillis() { return this.currentConnection.getSlowQueryThresholdMillis(); } public synchronized long getSlowQueryThresholdNanos() { return this.currentConnection.getSlowQueryThresholdNanos(); } public synchronized String getSocketFactory() { return this.currentConnection.getSocketFactory(); } public synchronized String getSocketFactoryClassName() { return this.currentConnection.getSocketFactoryClassName(); } public synchronized int getSocketTimeout() { return this.currentConnection.getSocketTimeout(); } public synchronized String getStatementInterceptors() { return this.currentConnection.getStatementInterceptors(); } public synchronized boolean getStrictFloatingPoint() { return this.currentConnection.getStrictFloatingPoint(); } public synchronized boolean getStrictUpdates() { return this.currentConnection.getStrictUpdates(); } public synchronized boolean getTcpKeepAlive() { return this.currentConnection.getTcpKeepAlive(); } public synchronized boolean getTcpNoDelay() { return this.currentConnection.getTcpNoDelay(); } public synchronized int getTcpRcvBuf() { return this.currentConnection.getTcpRcvBuf(); } public synchronized int getTcpSndBuf() { return this.currentConnection.getTcpSndBuf(); } public synchronized int getTcpTrafficClass() { return this.currentConnection.getTcpTrafficClass(); } public synchronized boolean getTinyInt1isBit() { return this.currentConnection.getTinyInt1isBit(); } public synchronized boolean getTraceProtocol() { return this.currentConnection.getTraceProtocol(); } public synchronized boolean getTransformedBitIsBoolean() { return this.currentConnection.getTransformedBitIsBoolean(); } public synchronized boolean getTreatUtilDateAsTimestamp() { return this.currentConnection.getTreatUtilDateAsTimestamp(); } public synchronized String getTrustCertificateKeyStorePassword() { return this.currentConnection.getTrustCertificateKeyStorePassword(); } public synchronized String getTrustCertificateKeyStoreType() { return this.currentConnection.getTrustCertificateKeyStoreType(); } public synchronized String getTrustCertificateKeyStoreUrl() { return this.currentConnection.getTrustCertificateKeyStoreUrl(); } public synchronized boolean getUltraDevHack() { return this.currentConnection.getUltraDevHack(); } public synchronized boolean getUseBlobToStoreUTF8OutsideBMP() { return this.currentConnection.getUseBlobToStoreUTF8OutsideBMP(); } public synchronized boolean getUseCompression() { return this.currentConnection.getUseCompression(); } public synchronized String getUseConfigs() { return this.currentConnection.getUseConfigs(); } public synchronized boolean getUseCursorFetch() { return this.currentConnection.getUseCursorFetch(); } public synchronized boolean getUseDirectRowUnpack() { return this.currentConnection.getUseDirectRowUnpack(); } public synchronized boolean getUseDynamicCharsetInfo() { return this.currentConnection.getUseDynamicCharsetInfo(); } public synchronized boolean getUseFastDateParsing() { return this.currentConnection.getUseFastDateParsing(); } public synchronized boolean getUseFastIntParsing() { return this.currentConnection.getUseFastIntParsing(); } public synchronized boolean getUseGmtMillisForDatetimes() { return this.currentConnection.getUseGmtMillisForDatetimes(); } public synchronized boolean getUseHostsInPrivileges() { return this.currentConnection.getUseHostsInPrivileges(); } public synchronized boolean getUseInformationSchema() { return this.currentConnection.getUseInformationSchema(); } public synchronized boolean getUseJDBCCompliantTimezoneShift() { return this.currentConnection.getUseJDBCCompliantTimezoneShift(); } public synchronized boolean getUseJvmCharsetConverters() { return this.currentConnection.getUseJvmCharsetConverters(); } public synchronized boolean getUseLegacyDatetimeCode() { return this.currentConnection.getUseLegacyDatetimeCode(); } public synchronized boolean getUseLocalSessionState() { return this.currentConnection.getUseLocalSessionState(); } public synchronized boolean getUseNanosForElapsedTime() { return this.currentConnection.getUseNanosForElapsedTime(); } public synchronized boolean getUseOldAliasMetadataBehavior() { return this.currentConnection.getUseOldAliasMetadataBehavior(); } public synchronized boolean getUseOldUTF8Behavior() { return this.currentConnection.getUseOldUTF8Behavior(); } public synchronized boolean getUseOnlyServerErrorMessages() { return this.currentConnection.getUseOnlyServerErrorMessages(); } public synchronized boolean getUseReadAheadInput() { return this.currentConnection.getUseReadAheadInput(); } public synchronized boolean getUseSSL() { return this.currentConnection.getUseSSL(); } public synchronized boolean getUseSSPSCompatibleTimezoneShift() { return this.currentConnection.getUseSSPSCompatibleTimezoneShift(); } public synchronized boolean getUseServerPrepStmts() { return this.currentConnection.getUseServerPrepStmts(); } public synchronized boolean getUseServerPreparedStmts() { return this.currentConnection.getUseServerPreparedStmts(); } public synchronized boolean getUseSqlStateCodes() { return this.currentConnection.getUseSqlStateCodes(); } public synchronized boolean getUseStreamLengthsInPrepStmts() { return this.currentConnection.getUseStreamLengthsInPrepStmts(); } public synchronized boolean getUseTimezone() { return this.currentConnection.getUseTimezone(); } public synchronized boolean getUseUltraDevWorkAround() { return this.currentConnection.getUseUltraDevWorkAround(); } public synchronized boolean getUseUnbufferedInput() { return this.currentConnection.getUseUnbufferedInput(); } public synchronized boolean getUseUnicode() { return this.currentConnection.getUseUnicode(); } public synchronized boolean getUseUsageAdvisor() { return this.currentConnection.getUseUsageAdvisor(); } public synchronized String getUtf8OutsideBmpExcludedColumnNamePattern() { return this.currentConnection.getUtf8OutsideBmpExcludedColumnNamePattern(); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -