Class CallableStatement.CallableStatementParam

java.lang.Object
com.mysql.jdbc.CallableStatement.CallableStatementParam
Enclosing class:
CallableStatement

protected static class CallableStatement.CallableStatementParam extends Object
  • Field Details

    • desiredJdbcType

      int desiredJdbcType
    • index

      int index
    • inOutModifier

      int inOutModifier
    • isIn

      boolean isIn
    • isOut

      boolean isOut
    • jdbcType

      int jdbcType
    • nullability

      short nullability
    • paramName

      String paramName
    • precision

      int precision
    • scale

      int scale
    • typeName

      String typeName
  • Constructor Details

    • CallableStatementParam

      CallableStatementParam(String name, int idx, boolean in, boolean out, int jdbcType, String typeName, int precision, int scale, short nullability, int inOutModifier)
  • Method Details