Package net.truej.sql.bindings
Class ShortReadWrite
java.lang.Object
net.truej.sql.bindings.ShortReadWrite
- All Implemented Interfaces:
TypeReadWrite<Short>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CallableStatement stmt, int parameterIndex) voidregisterOutParameter(CallableStatement stmt, int parameterIndex) voidset(PreparedStatement stmt, int parameterIndex, Short value)
-
Constructor Details
-
ShortReadWrite
public ShortReadWrite()
-
-
Method Details
-
get
- Specified by:
getin interfaceTypeReadWrite<Short>- Throws:
SQLException
-
set
- Specified by:
setin interfaceTypeReadWrite<Short>- Throws:
SQLException
-
get
- Specified by:
getin interfaceTypeReadWrite<Short>- Throws:
SQLException
-
registerOutParameter
- Specified by:
registerOutParameterin interfaceTypeReadWrite<Short>- Throws:
SQLException
-