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
ConstructorDescriptionFailFastParameterMetaDataImpl
(FailFastConnectionImpl failFastConnection, ParameterMetaData wrapped) -
Method Summary
Modifier and TypeMethodDescriptionprotected FailFastConnectionImpl
getParameterClassName
(int param) int
int
getParameterMode
(int param) int
getParameterType
(int param) getParameterTypeName
(int param) int
getPrecision
(int param) int
getScale
(int param) int
isNullable
(int param) boolean
isSigned
(int param) Methods inherited from class com.aoapps.sql.wrapper.ParameterMetaDataWrapperImpl
getWrapped, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.ParameterMetaDataWrapper
close
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastParameterMetaDataImpl
public FailFastParameterMetaDataImpl(FailFastConnectionImpl failFastConnection, ParameterMetaData wrapped)
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in 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
-