⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 connectionwrapper.java

📁 mysql5.0 JDBC 驱动 放在glassfish或者tomcat的lib文件夹下就可以了
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
		return this.mc.getQueriesBeforeRetryMaster();	}	public boolean getReconnectAtTxEnd() {		return this.mc.getReconnectAtTxEnd();	}	public boolean getRelaxAutoCommit() {		return this.mc.getRelaxAutoCommit();	}	public int getReportMetricsIntervalMillis() {		return this.mc.getReportMetricsIntervalMillis();	}	public boolean getRequireSSL() {		return this.mc.getRequireSSL();	}	public String getResourceId() {		return this.mc.getResourceId();	}	public int getResultSetSizeThreshold() {		return this.mc.getResultSetSizeThreshold();	}	public boolean getRewriteBatchedStatements() {		return this.mc.getRewriteBatchedStatements();	}	public boolean getRollbackOnPooledClose() {		return this.mc.getRollbackOnPooledClose();	}	public boolean getRoundRobinLoadBalance() {		return this.mc.getRoundRobinLoadBalance();	}	public boolean getRunningCTS13() {		return this.mc.getRunningCTS13();	}	public int getSecondsBeforeRetryMaster() {		return this.mc.getSecondsBeforeRetryMaster();	}	public String getServerTimezone() {		return this.mc.getServerTimezone();	}	public String getSessionVariables() {		return this.mc.getSessionVariables();	}	public int getSlowQueryThresholdMillis() {		return this.mc.getSlowQueryThresholdMillis();	}	public long getSlowQueryThresholdNanos() {		return this.mc.getSlowQueryThresholdNanos();	}	public String getSocketFactory() {		return this.mc.getSocketFactory();	}	public String getSocketFactoryClassName() {		return this.mc.getSocketFactoryClassName();	}	public int getSocketTimeout() {		return this.mc.getSocketTimeout();	}	public String getStatementInterceptors() {		return this.mc.getStatementInterceptors();	}	public boolean getStrictFloatingPoint() {		return this.mc.getStrictFloatingPoint();	}	public boolean getStrictUpdates() {		return this.mc.getStrictUpdates();	}	public boolean getTcpKeepAlive() {		return this.mc.getTcpKeepAlive();	}	public boolean getTcpNoDelay() {		return this.mc.getTcpNoDelay();	}	public int getTcpRcvBuf() {		return this.mc.getTcpRcvBuf();	}	public int getTcpSndBuf() {		return this.mc.getTcpSndBuf();	}	public int getTcpTrafficClass() {		return this.mc.getTcpTrafficClass();	}	public boolean getTinyInt1isBit() {		return this.mc.getTinyInt1isBit();	}	public boolean getTraceProtocol() {		return this.mc.getTraceProtocol();	}	public boolean getTransformedBitIsBoolean() {		return this.mc.getTransformedBitIsBoolean();	}	public boolean getTreatUtilDateAsTimestamp() {		return this.mc.getTreatUtilDateAsTimestamp();	}	public String getTrustCertificateKeyStorePassword() {		return this.mc.getTrustCertificateKeyStorePassword();	}	public String getTrustCertificateKeyStoreType() {		return this.mc.getTrustCertificateKeyStoreType();	}	public String getTrustCertificateKeyStoreUrl() {		return this.mc.getTrustCertificateKeyStoreUrl();	}	public boolean getUltraDevHack() {		return this.mc.getUltraDevHack();	}	public boolean getUseBlobToStoreUTF8OutsideBMP() {		return this.mc.getUseBlobToStoreUTF8OutsideBMP();	}	public boolean getUseCompression() {		return this.mc.getUseCompression();	}	public String getUseConfigs() {		return this.mc.getUseConfigs();	}	public boolean getUseCursorFetch() {		return this.mc.getUseCursorFetch();	}	public boolean getUseDirectRowUnpack() {		return this.mc.getUseDirectRowUnpack();	}	public boolean getUseDynamicCharsetInfo() {		return this.mc.getUseDynamicCharsetInfo();	}	public boolean getUseFastDateParsing() {		return this.mc.getUseFastDateParsing();	}	public boolean getUseFastIntParsing() {		return this.mc.getUseFastIntParsing();	}	public boolean getUseGmtMillisForDatetimes() {		return this.mc.getUseGmtMillisForDatetimes();	}	public boolean getUseHostsInPrivileges() {		return this.mc.getUseHostsInPrivileges();	}	public boolean getUseInformationSchema() {		return this.mc.getUseInformationSchema();	}	public boolean getUseJDBCCompliantTimezoneShift() {		return this.mc.getUseJDBCCompliantTimezoneShift();	}	public boolean getUseJvmCharsetConverters() {		return this.mc.getUseJvmCharsetConverters();	}	public boolean getUseLocalSessionState() {		return this.mc.getUseLocalSessionState();	}	public boolean getUseNanosForElapsedTime() {		return this.mc.getUseNanosForElapsedTime();	}	public boolean getUseOldAliasMetadataBehavior() {		return this.mc.getUseOldAliasMetadataBehavior();	}	public boolean getUseOldUTF8Behavior() {		return this.mc.getUseOldUTF8Behavior();	}	public boolean getUseOnlyServerErrorMessages() {		return this.mc.getUseOnlyServerErrorMessages();	}	public boolean getUseReadAheadInput() {		return this.mc.getUseReadAheadInput();	}	public boolean getUseSSL() {		return this.mc.getUseSSL();	}	public boolean getUseSSPSCompatibleTimezoneShift() {		return this.mc.getUseSSPSCompatibleTimezoneShift();	}	public boolean getUseServerPrepStmts() {		return this.mc.getUseServerPrepStmts();	}	public boolean getUseServerPreparedStmts() {		return this.mc.getUseServerPreparedStmts();	}	public boolean getUseSqlStateCodes() {		return this.mc.getUseSqlStateCodes();	}	public boolean getUseStreamLengthsInPrepStmts() {		return this.mc.getUseStreamLengthsInPrepStmts();	}	public boolean getUseTimezone() {		return this.mc.getUseTimezone();	}	public boolean getUseUltraDevWorkAround() {		return this.mc.getUseUltraDevWorkAround();	}	public boolean getUseUnbufferedInput() {		return this.mc.getUseUnbufferedInput();	}	public boolean getUseUnicode() {		return this.mc.getUseUnicode();	}	public boolean getUseUsageAdvisor() {		return this.mc.getUseUsageAdvisor();	}	public String getUtf8OutsideBmpExcludedColumnNamePattern() {		return this.mc.getUtf8OutsideBmpExcludedColumnNamePattern();	}	public String getUtf8OutsideBmpIncludedColumnNamePattern() {		return this.mc.getUtf8OutsideBmpIncludedColumnNamePattern();	}	public boolean getYearIsDateType() {		return this.mc.getYearIsDateType();	}	public String getZeroDateTimeBehavior() {		return this.mc.getZeroDateTimeBehavior();	}	public void setAllowLoadLocalInfile(boolean property) {		this.mc.setAllowLoadLocalInfile(property);	}	public void setAllowMultiQueries(boolean property) {		this.mc.setAllowMultiQueries(property);	}	public void setAllowNanAndInf(boolean flag) {		this.mc.setAllowNanAndInf(flag);	}	public void setAllowUrlInLocalInfile(boolean flag) {		this.mc.setAllowUrlInLocalInfile(flag);	}	public void setAlwaysSendSetIsolation(boolean flag) {		this.mc.setAlwaysSendSetIsolation(flag);	}	public void setAutoClosePStmtStreams(boolean flag) {		this.mc.setAutoClosePStmtStreams(flag);	}	public void setAutoDeserialize(boolean flag) {		this.mc.setAutoDeserialize(flag);	}	public void setAutoGenerateTestcaseScript(boolean flag) {		this.mc.setAutoGenerateTestcaseScript(flag);	}	public void setAutoReconnect(boolean flag) {		this.mc.setAutoReconnect(flag);	}	public void setAutoReconnectForConnectionPools(boolean property) {		this.mc.setAutoReconnectForConnectionPools(property);	}	public void setAutoReconnectForPools(boolean flag) {		this.mc.setAutoReconnectForPools(flag);	}	public void setAutoSlowLog(boolean flag) {		this.mc.setAutoSlowLog(flag);	}	public void setBlobSendChunkSize(String value) throws SQLException {		this.mc.setBlobSendChunkSize(value);	}	public void setBlobsAreStrings(boolean flag) {		this.mc.setBlobsAreStrings(flag);	}	public void setCacheCallableStatements(boolean flag) {		this.mc.setCacheCallableStatements(flag);	}	public void setCacheCallableStmts(boolean flag) {		this.mc.setCacheCallableStmts(flag);	}	public void setCachePrepStmts(boolean flag) {		this.mc.setCachePrepStmts(flag);	}	public void setCachePreparedStatements(boolean flag) {		this.mc.setCachePreparedStatements(flag);	}	public void setCacheResultSetMetadata(boolean property) {		this.mc.setCacheResultSetMetadata(property);	}	public void setCacheServerConfiguration(boolean flag) {		this.mc.setCacheServerConfiguration(flag);	}	public void setCallableStatementCacheSize(int size) {		this.mc.setCallableStatementCacheSize(size);	}	public void setCallableStmtCacheSize(int cacheSize) {		this.mc.setCallableStmtCacheSize(cacheSize);	}	public void setCapitalizeDBMDTypes(boolean property) {		this.mc.setCapitalizeDBMDTypes(property);	}	public void setCapitalizeTypeNames(boolean flag) {		this.mc.setCapitalizeTypeNames(flag);	}	public void setCharacterEncoding(String encoding) {		this.mc.setCharacterEncoding(encoding);	}	public void setCharacterSetResults(String characterSet) {		this.mc.setCharacterSetResults(characterSet);	}	public void setClientCertificateKeyStorePassword(String value) {		this.mc.setClientCertificateKeyStorePassword(value);	}	public void setClientCertificateKeyStoreType(String value) {		this.mc.setClientCertificateKeyStoreType(value);	}	public void setClientCertificateKeyStoreUrl(String value) {		this.mc.setClientCertificateKeyStoreUrl(value);	}	public void setClientInfoProvider(String classname) {		this.mc.setClientInfoProvider(classname);	}	public void setClobCharacterEncoding(String encoding) {		this.mc.setClobCharacterEncoding(encoding);	}	public void setClobberStreamingResults(boolean flag) {		this.mc.setClobberStreamingResults(flag);	}	public void setConnectTimeout(int timeoutMs) {		this.mc.setConnectTimeout(timeoutMs);	}	public void setConnectionCollation(String collation) {		this.mc.setConnectionCollation(collation);	}	public void setConnectionLifecycleInterceptors(String interceptors) {		this.mc.setConnectionLifecycleInterceptors(interceptors);	}	public void setContinueBatchOnError(boolean property) {		this.mc.setContinueBatchOnError(property);	}	public void setCreateDatabaseIfNotExist(boolean flag) {		this.mc.setCreateDatabaseIfNotExist(flag);	}	public void setDefaultFetchSize(int n) {		this.mc.setDefaultFetchSize(n);	}	public void setDetectServerPreparedStmts(boolean property) {		this.mc.setDetectServerPreparedStmts(property);	}	public void setDontTrackOpenResources(boolean flag) {		this.mc.setDontTrackOpenResources(flag);	}	public void setDumpMetadataOnColumnNotFound(boolean flag) {		this.mc.setDumpMetadataOnColumnNotFound(flag);	}	public void setDumpQueriesOnException(boolean flag) {		this.mc.setDumpQueriesOnException(flag);	}	public void setDynamicCalendars(boolean flag) {		this.mc.setDynamicCalendars(flag);	}	public void setElideSetAutoCommits(boolean flag) {		this.mc.setElideSetAutoCommits(flag);	}	public void setEmptyStringsConvertToZero(boolean flag) {		this.mc.setEmptyStringsConvertToZero(flag);	}	public void setEmulateLocators(boolean property) {		this.mc.setEmulateLocators(property);	}	public void setEmulateUnsupportedPstmts(boolean flag) {		this.mc.setEmulateUnsupportedPstmts(flag);	}	public void setEnablePacketDebug(boolean flag) {		this.mc.setEnablePacketDebug(flag);	}	public void setEnableQueryTimeouts(boolean flag) {		this.mc.setEnableQueryTimeouts(flag);	}	public void setEncoding(String property) {		this.mc.setEncoding(property);	}	public void setExplainSlowQueries(boolean flag) {		this.mc.setExplainSlowQueries(flag);	}	public void setFailOverReadOnly(boolean flag) {		this.mc.setFailOverReadOnly(flag);	}	public void setFunctionsNeverReturnBlobs(boolean flag) {		this.mc.setFunctionsNeverReturnBlobs(flag);	}	public void setGatherPerfMetrics(boolean flag) {		this.mc.setGatherPerfMetrics(flag);	}	public void setGatherPerformanceMetrics(boolean flag) {		this.mc.setGatherPerformanceMetrics(flag);	}	public void setGenerateSimpleParameterMetadata(boolean flag) {		this.mc.setGenerateSimpleParameterMetadata(flag);	}	public void setHoldResultsOpenOverStatementClose(boolean flag) {		this.mc.setHoldResultsOpenOverStatementClose(flag);	}	public void setIgnoreNonTxTables(boolean property) {		this.mc.setIgnoreNonTxTables(property);	}	public void setIncludeInnodbStatusInDeadlockExceptions(boolean flag) {		this.mc.setIncludeInnodbStatusInDeadlockExceptions(flag);	}	public void setInitialTimeout(int property) {		this.mc.setInitialTimeout(property);	}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -