public interface org.springframework.jdbc.core.SqlTypeValue
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.jdbc.core.SqlTypeValue
  super_class: java.lang.Object
{
  public static final int TYPE_UNKNOWN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483648

  public abstract void setTypeValue(java.sql.PreparedStatement, int, int, java.lang.String);
    descriptor: (Ljava/sql/PreparedStatement;IILjava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      ps          
      paramIndex  
      sqlType     
      typeName    
}
SourceFile: "SqlTypeValue.java"