CallableStatementParameter
ldbc.connector.net.protocol.CallableStatementImpl.CallableStatementParameter
CallableStatementParameter represents a parameter in a stored procedure.
Value parameters
- inOutModifier
-
the in/out modifier of the parameter
- index
-
the index of the parameter
- isIn
-
whether the parameter is an input parameter
- isOut
-
whether the parameter is an output parameter
- jdbcType
-
the JDBC type of the parameter
- nullability
-
the nullability of the parameter
- paramName
-
the name of the parameter
- precision
-
the precision of the parameter
- scale
-
the scale of the parameter
- typeName
-
the name of the type of the parameter
Attributes
- Source
- CallableStatementImpl.scala
- Graph
-
- Supertypes
Members list
In this article