Package com.ibm.as400.access
Class AS400JDBCConnectionForcedCcsid
java.lang.Object
com.ibm.as400.access.AS400JDBCConnection
com.ibm.as400.access.AS400JDBCConnectionImpl
com.ibm.as400.access.AS400JDBCConnectionForcedCcsid
- All Implemented Interfaces:
AutoCloseable,Connection,Wrapper
public class AS400JDBCConnectionForcedCcsid
extends com.ibm.as400.access.AS400JDBCConnectionImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate Integerprivate static Loggerstatic final Stringprivate IntegerFields inherited from class com.ibm.as400.access.AS400JDBCConnectionImpl
applicationNamePropertyName_, checkStatementHoldability_, CLIENT_FUNCTIONAL_LEVEL_, clientAccountingPropertyName_, clientHostnamePropertyName_, clientProgramIDPropertyName_, clientUserPropertyName_, converter_, dataSourceUrl_, emptyStringArray, lastServerSQLState_, MAX_STATEMENTS_, newAutoCommitSupport_, packageCCSID_Converter, portNumber, portNumberString, QUERY_TIMEOUT_CANCEL, QUERY_TIMEOUT_QQRYTIMLMT, queryReplaceTruncatedParameter_, readOnly_, transactionManager_, UNICODE_CCSID_, unicodeConverter_, useVariableFieldCompression_, useVariableFieldInsertCompression_, variableFieldCompressionPropertyEvaluated_, vrm_Fields inherited from class com.ibm.as400.access.AS400JDBCConnection
DATA_COMPRESSION_NONE_, DATA_COMPRESSION_OLD_, DATA_COMPRESSION_RLE_, inFinalizer_Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.ibm.as400.access.ConvTablegetConverter(int ccsid) getInteger(Properties p, String key) private StringgetStack()booleanisWrapperFor(Class<?> arg0) voidsetProperties(com.ibm.as400.access.JDDataSourceURL dataSourceUrl, com.ibm.as400.access.JDProperties properties, com.ibm.as400.access.AS400 as400, Properties info) toString(Stream<StackWalker.StackFrame> stackFrameStream) <T extends Object>
TMethods inherited from class com.ibm.as400.access.AS400JDBCConnectionImpl
abort, cancel, canSeamlessFailover, checkAccess, checkCancel, checkHoldabilityConstants, checkOpen, clearWarnings, close, closeAllResultSets, commit, correctResultSetType, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStatement, createStatement, createStatement, createStruct, debug, debug, doUpdateDeleteBlocking, dumpStatementCreationLocation, finalize, getAlternateServer, getAS400, getAutoCommit, getCatalog, getCheckStatementHoldability, getClientInfo, getClientInfo, getConcurrentAccessResolution, getConverter, getDataCompression, getDefaultSchema, getDefaultSchema, getHoldability, getHostName, getID, getInternalHoldability, getLastServerSQLState, getMaximumBlockedInputRows, getMetaData, getMustSpecifyForUpdate, getNetworkTimeout, getNewAutoCommitSupport, getPackageCCSID_Converter, getPort, getProperties, getReadOnly, getReconnectURLs, getSchema, getServerFunctionalLevel, getServerJobIdentifier, getSystem, getTransactionIsolation, getTransactionManager, getTypeMap, getUnusedId, getURL, getUserName, getValidWrappedList, getVRM, getWarnings, handleAbort, ignoreWarning, ignoreWarning, isClosed, isCursorNameUsed, isQueryTimeoutMechanismCancel, isReadOnly, isReadOnlyAccordingToProperties, isValid, makeGeneratedKeySelectStatement, makeGeneratedKeySelectStatement, markCursorsClosed, markStatementsClosed, nativeSQL, nativeSQL, notifyClose, postWarning, prepareCall, prepareCall, prepareCall, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, processSavepointRequest, pseudoClose, receiveMoreData, releaseSavepoint, resetStatements, rollback, rollback, send, send, send, sendAndHold, sendAndMultiReceive, sendAndReceive, sendAndReceive, setAutoCommit, setCatalog, setCheckStatementHoldability, setClientInfo, setClientInfo, setConcurrentAccessResolution, setDB2eWLMCorrelator, setDBHostServerTrace, setDisableCompression, setDRDA, setHoldability, setLastServerSQLState, setNetworkTimeout, setNetworkTimeout, setProperties, setProperties, setReadOnly, setSavepoint, setSavepoint, setSavepoint, setSchema, setServerAttributes, setSystem, setTransactionIsolation, setTypeMap, setupVariableFieldCompression, testDataTruncation, toString, transferObjects, useExtendedFormats, useVariableFieldCompression, useVariableFieldInsertCompressionMethods inherited from class com.ibm.as400.access.AS400JDBCConnection
setInFinalizer, setPropertiesMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.sql.Connection
beginRequest, endRequest, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValidMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Field Details
-
log
-
FROM_CCSID
- See Also:
-
TO_CCSID
- See Also:
-
fromCcsid
-
toCcsid
-
-
Constructor Details
-
AS400JDBCConnectionForcedCcsid
public AS400JDBCConnectionForcedCcsid()
-
-
Method Details
-
getConverter
- Overrides:
getConverterin classcom.ibm.as400.access.AS400JDBCConnectionImpl- Throws:
SQLException
-
setProperties
public void setProperties(com.ibm.as400.access.JDDataSourceURL dataSourceUrl, com.ibm.as400.access.JDProperties properties, com.ibm.as400.access.AS400 as400, Properties info) throws SQLException - Overrides:
setPropertiesin classcom.ibm.as400.access.AS400JDBCConnectionImpl- Throws:
SQLException
-
getInteger
-
toString
-
getStack
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
unwrap
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-