ldbc.connector.net.protocol.CallableStatementImpl.ParamInfo
See theParamInfo companion object
ParamInfo represents the information about the parameters in a stored procedure.
Value parameters
- dbInUse
-
the database in use
- isFunctionCall
-
whether the SQL statement is a function call
- nativeSql
-
the original SQL statement
- numParameters
-
the number of parameters in the SQL statement
- parameterList
-
a list of CallableStatementParameter representing each parameter
- parameterMap
-
a map from parameter name to CallableStatementParameter
Attributes
- Companion
- object
- Source
- CallableStatementImpl.scala
- Graph
-
- Supertypes
Members list
In this article