com.mysql.jdbc
Class DocsConnectionPropsHelper

java.lang.Object
  extended bycom.mysql.jdbc.ConnectionProperties
      extended bycom.mysql.jdbc.DocsConnectionPropsHelper

public class DocsConnectionPropsHelper
extends ConnectionProperties


Nested Class Summary
 
Nested classes inherited from class com.mysql.jdbc.ConnectionProperties
ConnectionProperties.BooleanConnectionProperty, ConnectionProperties.ConnectionProperty, ConnectionProperties.IntegerConnectionProperty, ConnectionProperties.MemorySizeConnectionProperty, ConnectionProperties.StringConnectionProperty
 
Field Summary
 
Fields inherited from class com.mysql.jdbc.ConnectionProperties
ZERO_DATETIME_BEHAVIOR_CONVERT_TO_NULL, ZERO_DATETIME_BEHAVIOR_EXCEPTION, ZERO_DATETIME_BEHAVIOR_ROUND
 
Constructor Summary
DocsConnectionPropsHelper()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.mysql.jdbc.ConnectionProperties
exposeAsDriverPropertyInfo, exposeAsDriverPropertyInfoInternal, exposeAsProperties, exposeAsXml, getAllowLoadLocalInfile, getAllowMultiQueries, getAllowNanAndInf, getAllowUrlInLocalInfile, getAlwaysSendSetIsolation, getAutoClosePStmtStreams, getAutoDeserialize, getAutoGenerateTestcaseScript, getAutoReconnectForPools, getBlobSendChunkSize, getCacheCallableStatements, getCachePreparedStatements, getCacheResultSetMetadata, getCacheServerConfiguration, getCallableStatementCacheSize, getCapitalizeTypeNames, getCharacterSetResults, getClobberStreamingResults, getConnectionCollation, getConnectTimeout, getContinueBatchOnError, getCreateDatabaseIfNotExist, getDontTrackOpenResources, getDumpQueriesOnException, getDynamicCalendars, getElideSetAutoCommits, getEmptyStringsConvertToZero, getEmulateLocators, getEmulateUnsupportedPstmts, getEnablePacketDebug, getEncoding, getExplainSlowQueries, getFailOverReadOnly, getGatherPerformanceMetrics, getHighAvailability, getHoldResultsOpenOverStatementClose, getIgnoreNonTxTables, getInitialTimeout, getInteractiveClient, getIsInteractiveClient, getJdbcCompliantTruncation, getLogger, getLoggerClassName, getLogSlowQueries, getMaintainTimeStats, getMaxQuerySizeToLog, getMaxReconnects, getMaxRows, getMetadataCacheSize, getNoDatetimeStringSync, getNullCatalogMeansCurrent, getNullNamePatternMatchesAll, getOverrideSupportsIntegrityEnhancementFacility, getPacketDebugBufferSize, getParanoid, getPedantic, getPreparedStatementCacheSize, getPreparedStatementCacheSqlLimit, getProcessEscapeCodesForPrepStmts, getProfileSql, getProfileSQL, getPropertiesTransform, getQueriesBeforeRetryMaster, getReconnectAtTxEnd, getRelaxAutoCommit, getReportMetricsIntervalMillis, getRequireSSL, getRetainStatementAfterResultSetClose, getRollbackOnPooledClose, getRoundRobinLoadBalance, getRunningCTS13, getSecondsBeforeRetryMaster, getServerTimezone, getSessionVariables, getSlowQueryThresholdMillis, getSocketFactoryClassName, getSocketTimeout, getStrictFloatingPoint, getStrictUpdates, getTinyInt1isBit, getTraceProtocol, getTransformedBitIsBoolean, getUseCompression, getUseFastIntParsing, getUseGmtMillisForDatetimes, getUseHostsInPrivileges, getUseLocalSessionState, getUseNewIo, getUseOldUTF8Behavior, getUseOnlyServerErrorMessages, getUseReadAheadInput, getUseServerPreparedStmts, getUseSqlStateCodes, getUseSSL, getUseStreamLengthsInPrepStmts, getUseTimezone, getUseUltraDevWorkAround, getUseUnbufferedInput, getUseUnicode, getUseUsageAdvisor, getYearIsDateType, getZeroDateTimeBehavior, initializeFromRef, initializeProperties, postInitialization, setAllowLoadLocalInfile, setAllowMultiQueries, setAllowNanAndInf, setAllowUrlInLocalInfile, setAlwaysSendSetIsolation, setAutoClosePStmtStreams, setAutoDeserialize, setAutoGenerateTestcaseScript, setAutoReconnect, setAutoReconnectForConnectionPools, setAutoReconnectForPools, setBlobSendChunkSize, setCacheCallableStatements, setCachePreparedStatements, setCacheResultSetMetadata, setCacheServerConfiguration, setCallableStatementCacheSize, setCapitalizeDBMDTypes, setCapitalizeTypeNames, setCharacterEncoding, setCharacterSetResults, setClobberStreamingResults, setConnectionCollation, setConnectTimeout, setContinueBatchOnError, setCreateDatabaseIfNotExist, setDetectServerPreparedStmts, setDontTrackOpenResources, setDumpQueriesOnException, setDynamicCalendars, setElideSetAutoCommits, setEmptyStringsConvertToZero, setEmulateLocators, setEmulateUnsupportedPstmts, setEnablePacketDebug, setEncoding, setExplainSlowQueries, setFailOverReadOnly, setGatherPerformanceMetrics, setHighAvailability, setHoldResultsOpenOverStatementClose, setIgnoreNonTxTables, setInitialTimeout, setIsInteractiveClient, setJdbcCompliantTruncation, setLogger, setLoggerClassName, setLogSlowQueries, setMaintainTimeStats, setMaxQuerySizeToLog, setMaxReconnects, setMaxRows, setMetadataCacheSize, setNoDatetimeStringSync, setNullCatalogMeansCurrent, setNullNamePatternMatchesAll, setOverrideSupportsIntegrityEnhancementFacility, setPacketDebugBufferSize, setParanoid, setPedantic, setPreparedStatementCacheSize, setPreparedStatementCacheSqlLimit, setProcessEscapeCodesForPrepStmts, setProfileSql, setProfileSQL, setPropertiesTransform, setQueriesBeforeRetryMaster, setReconnectAtTxEnd, setRelaxAutoCommit, setReportMetricsIntervalMillis, setRequireSSL, setRetainStatementAfterResultSetClose, setRollbackOnPooledClose, setRoundRobinLoadBalance, setRunningCTS13, setSecondsBeforeRetryMaster, setServerTimezone, setSessionVariables, setSlowQueryThresholdMillis, setSocketFactoryClassName, setSocketTimeout, setStrictFloatingPoint, setStrictUpdates, setTinyInt1isBit, setTraceProtocol, setTransformedBitIsBoolean, setUseCompression, setUseFastIntParsing, setUseGmtMillisForDatetimes, setUseHostsInPrivileges, setUseLocalSessionState, setUseNewIo, setUseOldUTF8Behavior, setUseOnlyServerErrorMessages, setUseReadAheadInput, setUseServerPreparedStmts, setUseSqlStateCodes, setUseSSL, setUseStreamLengthsInPrepStmts, setUseTimezone, setUseUltraDevWorkAround, setUseUnbufferedInput, setUseUnicode, setUseUsageAdvisor, setYearIsDateType, setZeroDateTimeBehavior, storeToRef, useUnbufferedInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocsConnectionPropsHelper

public DocsConnectionPropsHelper()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception