java.lang.Object
com.aoapps.sql.wrapper.ParameterMetaDataWrapperImpl
com.aoapps.sql.failfast.FailFastParameterMetaDataImpl
- All Implemented Interfaces:
ParameterMetaDataWrapper,Wrapper,AutoCloseable,ParameterMetaData,Wrapper
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface java.sql.ParameterMetaData
parameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown -
Constructor Summary
ConstructorsConstructorDescriptionFailFastParameterMetaDataImpl(FailFastConnectionImpl failFastConnection, ParameterMetaData wrapped) -
Method Summary
Modifier and TypeMethodDescriptionprotected FailFastConnectionImplgetParameterClassName(int param) intintgetParameterMode(int param) intgetParameterType(int param) getParameterTypeName(int param) intgetPrecision(int param) intgetScale(int param) intisNullable(int param) booleanisSigned(int param) Methods inherited from class com.aoapps.sql.wrapper.ParameterMetaDataWrapperImpl
getWrapped, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
closeMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastParameterMetaDataImpl
public FailFastParameterMetaDataImpl(FailFastConnectionImpl failFastConnection, ParameterMetaData wrapped)
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapperin classParameterMetaDataWrapperImpl
-
getParameterCount
- Throws:
SQLException
-
isNullable
- Throws:
SQLException
-
isSigned
- Throws:
SQLException
-
getPrecision
- Throws:
SQLException
-
getScale
- Throws:
SQLException
-
getParameterType
- Throws:
SQLException
-
getParameterTypeName
- Throws:
SQLException
-
getParameterClassName
- Throws:
SQLException
-
getParameterMode
- Throws:
SQLException
-
