📄 connectionproperties.java
字号:
* * @return Returns the characterSetResults. */ public String getCharacterSetResults() { return this.characterSetResults.getValueAsString(); } /** * DOCUMENT ME! * * @return Returns the clobberStreamingResults. */ public boolean getClobberStreamingResults() { return this.clobberStreamingResults.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the connectionCollation. */ public String getConnectionCollation() { return this.connectionCollation.getValueAsString(); } /** * DOCUMENT ME! * * @return */ public int getConnectTimeout() { return this.connectTimeout.getValueAsInt(); } /** * DOCUMENT ME! * * @return */ public boolean getContinueBatchOnError() { return this.continueBatchOnError.getValueAsBoolean(); } public boolean getCreateDatabaseIfNotExist() { return this.createDatabaseIfNotExist.getValueAsBoolean(); } /** * @return Returns the dontTrackOpenResources. */ public boolean getDontTrackOpenResources() { return this.dontTrackOpenResources.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the dumpQueriesOnException. */ public boolean getDumpQueriesOnException() { return this.dumpQueriesOnException.getValueAsBoolean(); } /** * @return Returns the dynamicCalendars. */ public boolean getDynamicCalendars() { return this.dynamicCalendars.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the elideSetAutoCommits. */ public boolean getElideSetAutoCommits() { return this.elideSetAutoCommits.getValueAsBoolean(); } public boolean getEmptyStringsConvertToZero() { return this.emptyStringsConvertToZero.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return */ public boolean getEmulateLocators() { return this.emulateLocators.getValueAsBoolean(); } /** * @return Returns the emulateUnsupportedPstmts. */ public boolean getEmulateUnsupportedPstmts() { return this.emulateUnsupportedPstmts.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the enablePacketDebug. */ public boolean getEnablePacketDebug() { return this.enablePacketDebug.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return */ protected String getEncoding() { return this.characterEncodingAsString; } /** * DOCUMENT ME! * * @return Returns the explainSlowQueries. */ public boolean getExplainSlowQueries() { return this.explainSlowQueries.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the failOverReadOnly. */ public boolean getFailOverReadOnly() { return this.failOverReadOnly.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the gatherPerformanceMetrics. */ public boolean getGatherPerformanceMetrics() { return this.gatherPerformanceMetrics.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return */ protected boolean getHighAvailability() { return this.highAvailabilityAsBoolean; } /** * @return Returns the holdResultsOpenOverStatementClose. */ public boolean getHoldResultsOpenOverStatementClose() { return holdResultsOpenOverStatementClose.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return */ public boolean getIgnoreNonTxTables() { return this.ignoreNonTxTables.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return */ public int getInitialTimeout() { return this.initialTimeout.getValueAsInt(); } /** * DOCUMENT ME! * * @return */ public boolean getInteractiveClient() { return this.isInteractiveClient.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the isInteractiveClient. */ public boolean getIsInteractiveClient() { return this.isInteractiveClient.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the jdbcCompliantTruncation. */ public boolean getJdbcCompliantTruncation() { return this.jdbcCompliantTruncation.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return */ public String getLogger() { return this.loggerClassName.getValueAsString(); } /** * DOCUMENT ME! * * @return Returns the loggerClassName. */ public String getLoggerClassName() { return this.loggerClassName.getValueAsString(); } /** * DOCUMENT ME! * * @return Returns the logSlowQueries. */ public boolean getLogSlowQueries() { return this.logSlowQueries.getValueAsBoolean(); } public boolean getMaintainTimeStats() { return maintainTimeStatsAsBoolean; } /** * DOCUMENT ME! * * @return Returns the maxQuerySizeToLog. */ public int getMaxQuerySizeToLog() { return this.maxQuerySizeToLog.getValueAsInt(); } /** * DOCUMENT ME! * * @return */ public int getMaxReconnects() { return this.maxReconnects.getValueAsInt(); } /** * DOCUMENT ME! * * @return */ public int getMaxRows() { return this.maxRowsAsInt; } /** * Returns the number of queries that metadata can be cached if caching is * enabled. * * @return the number of queries to cache metadata for. */ public int getMetadataCacheSize() { return this.metadataCacheSize.getValueAsInt(); } /** * @return Returns the noDatetimeStringSync. */ public boolean getNoDatetimeStringSync() { return this.noDatetimeStringSync.getValueAsBoolean(); } public boolean getNullCatalogMeansCurrent() { return this.nullCatalogMeansCurrent.getValueAsBoolean(); } public boolean getNullNamePatternMatchesAll() { return this.nullNamePatternMatchesAll.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the packetDebugBufferSize. */ public int getPacketDebugBufferSize() { return this.packetDebugBufferSize.getValueAsInt(); } /** * DOCUMENT ME! * * @return */ public boolean getParanoid() { return this.paranoid.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return */ public boolean getPedantic() { return this.pedantic.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the preparedStatementCacheSize. */ public int getPreparedStatementCacheSize() { return ((Integer) this.preparedStatementCacheSize.getValueAsObject()) .intValue(); } /** * DOCUMENT ME! * * @return Returns the preparedStatementCacheSqlLimit. */ public int getPreparedStatementCacheSqlLimit() { return ((Integer) this.preparedStatementCacheSqlLimit .getValueAsObject()).intValue(); } /** * DOCUMENT ME! * * @return */ public boolean getProfileSql() { return this.profileSQLAsBoolean; } /** * DOCUMENT ME! * * @return Returns the profileSQL flag */ public boolean getProfileSQL() { return this.profileSQL.getValueAsBoolean(); } /** * @return Returns the propertiesTransform. */ public String getPropertiesTransform() { return this.propertiesTransform.getValueAsString(); } /** * DOCUMENT ME! * * @return */ public int getQueriesBeforeRetryMaster() { return this.queriesBeforeRetryMaster.getValueAsInt(); } /** * DOCUMENT ME! * * @return */ public boolean getReconnectAtTxEnd() { return this.reconnectTxAtEndAsBoolean; } /** * DOCUMENT ME! * * @return */ public boolean getRelaxAutoCommit() { return this.relaxAutoCommit.getValueAsBoolean(); } /** * DOCUMENT ME! * * @return Returns the reportMetricsIntervalMillis. */ public int getReportMetricsIntervalMillis() { return this.reportMetricsIntervalMillis.getValueAsInt(); } /** * DOCUMENT ME! * * @return */ public boolean getRequir
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -