Class TableParameterMetaData

    • Constructor Detail

      • TableParameterMetaData

        public TableParameterMetaData​(String columnName,
                                      int sqlType,
                                      boolean nullable)
        Constructor taking all the properties.
    • Method Detail

      • getSqlType

        public int getSqlType()
        Get the parameter SQL type.
      • isNullable

        public boolean isNullable()
        Get whether the parameter/column is nullable.