public interface org.springframework.jdbc.support.lob.LobCreator extends java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.jdbc.support.lob.LobCreator
  super_class: java.lang.Object
{
  public abstract void setBlobAsBytes(java.sql.PreparedStatement, int, byte[]);
    descriptor: (Ljava/sql/PreparedStatement;I[B)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      ps          
      paramIndex  
      content     

  public abstract void setBlobAsBinaryStream(java.sql.PreparedStatement, int, java.io.InputStream, int);
    descriptor: (Ljava/sql/PreparedStatement;ILjava/io/InputStream;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
    MethodParameters:
               Name  Flags
      ps             
      paramIndex     
      contentStream  
      contentLength  

  public abstract void setClobAsString(java.sql.PreparedStatement, int, java.lang.String);
    descriptor: (Ljava/sql/PreparedStatement;ILjava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      ps          
      paramIndex  
      content     

  public abstract void setClobAsAsciiStream(java.sql.PreparedStatement, int, java.io.InputStream, int);
    descriptor: (Ljava/sql/PreparedStatement;ILjava/io/InputStream;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
    MethodParameters:
               Name  Flags
      ps             
      paramIndex     
      asciiStream    
      contentLength  

  public abstract void setClobAsCharacterStream(java.sql.PreparedStatement, int, java.io.Reader, int);
    descriptor: (Ljava/sql/PreparedStatement;ILjava/io/Reader;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
    MethodParameters:
                 Name  Flags
      ps               
      paramIndex       
      characterStream  
      contentLength    

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "LobCreator.java"