public interface com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement extends java.sql.PreparedStatement, com.microsoft.sqlserver.jdbc.ISQLServerStatement
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.sqlserver.jdbc.ISQLServerPreparedStatement
  super_class: java.lang.Object
{
  public abstract void setDateTimeOffset(int, microsoft.sql.DateTimeOffset);
    descriptor: (ILmicrosoft/sql/DateTimeOffset;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               

  public abstract void setObject(int, java.lang.Object, java.sql.SQLType, java.lang.Integer, java.lang.Integer);
    descriptor: (ILjava/lang/Object;Ljava/sql/SQLType;Ljava/lang/Integer;Ljava/lang/Integer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      targetSqlType   
      precision       
      scale           

  public abstract void setObject(int, java.lang.Object, java.sql.SQLType, java.lang.Integer, java.lang.Integer, boolean);
    descriptor: (ILjava/lang/Object;Ljava/sql/SQLType;Ljava/lang/Integer;Ljava/lang/Integer;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      targetSqlType   
      precision       
      scale           
      forceEncrypt    

  public abstract int getPreparedStatementHandle();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public abstract void setBigDecimal(int, java.math.BigDecimal, int, int);
    descriptor: (ILjava/math/BigDecimal;II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      precision       
      scale           

  public abstract void setBigDecimal(int, java.math.BigDecimal, int, int, boolean);
    descriptor: (ILjava/math/BigDecimal;IIZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      precision       
      scale           
      forceEncrypt    

  public abstract void setMoney(int, java.math.BigDecimal);
    descriptor: (ILjava/math/BigDecimal;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               

  public abstract void setMoney(int, java.math.BigDecimal, boolean);
    descriptor: (ILjava/math/BigDecimal;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setSmallMoney(int, java.math.BigDecimal);
    descriptor: (ILjava/math/BigDecimal;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               

  public abstract void setSmallMoney(int, java.math.BigDecimal, boolean);
    descriptor: (ILjava/math/BigDecimal;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setBoolean(int, boolean, boolean);
    descriptor: (IZZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setByte(int, byte, boolean);
    descriptor: (IBZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setBytes(int, byte[], boolean);
    descriptor: (I[BZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setUniqueIdentifier(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      guid            

  public abstract void setUniqueIdentifier(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      guid            
      forceEncrypt    

  public abstract void setDouble(int, double, boolean);
    descriptor: (IDZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setFloat(int, float, boolean);
    descriptor: (IFZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setGeometry(int, com.microsoft.sqlserver.jdbc.Geometry);
    descriptor: (ILcom/microsoft/sqlserver/jdbc/Geometry;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               

  public abstract void setGeography(int, com.microsoft.sqlserver.jdbc.Geography);
    descriptor: (ILcom/microsoft/sqlserver/jdbc/Geography;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               

  public abstract void setInt(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      value           
      forceEncrypt    

  public abstract void setLong(int, long, boolean);
    descriptor: (IJZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setObject(int, java.lang.Object, int, java.lang.Integer, int);
    descriptor: (ILjava/lang/Object;ILjava/lang/Integer;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      targetSqlType   
      precision       
      scale           

  public abstract void setObject(int, java.lang.Object, int, java.lang.Integer, int, boolean);
    descriptor: (ILjava/lang/Object;ILjava/lang/Integer;IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      targetSqlType   
      precision       
      scale           
      forceEncrypt    

  public abstract void setShort(int, short, boolean);
    descriptor: (ISZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setString(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      str             
      forceEncrypt    

  public abstract void setNString(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      value           
      forceEncrypt    

  public abstract void setTime(int, java.sql.Time, int);
    descriptor: (ILjava/sql/Time;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      scale           

  public abstract void setTime(int, java.sql.Time, int, boolean);
    descriptor: (ILjava/sql/Time;IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      scale           
      forceEncrypt    

  public abstract void setTimestamp(int, java.sql.Timestamp, int);
    descriptor: (ILjava/sql/Timestamp;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      scale           

  public abstract void setTimestamp(int, java.sql.Timestamp, int, boolean);
    descriptor: (ILjava/sql/Timestamp;IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      scale           
      forceEncrypt    

  public abstract void setDateTimeOffset(int, microsoft.sql.DateTimeOffset, int);
    descriptor: (ILmicrosoft/sql/DateTimeOffset;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      scale           

  public abstract void setDateTimeOffset(int, microsoft.sql.DateTimeOffset, int, boolean);
    descriptor: (ILmicrosoft/sql/DateTimeOffset;IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      scale           
      forceEncrypt    

  public abstract void setDateTime(int, java.sql.Timestamp);
    descriptor: (ILjava/sql/Timestamp;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               

  public abstract void setDateTime(int, java.sql.Timestamp, boolean);
    descriptor: (ILjava/sql/Timestamp;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setSmallDateTime(int, java.sql.Timestamp);
    descriptor: (ILjava/sql/Timestamp;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               

  public abstract void setSmallDateTime(int, java.sql.Timestamp, boolean);
    descriptor: (ILjava/sql/Timestamp;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      forceEncrypt    

  public abstract void setStructured(int, java.lang.String, com.microsoft.sqlserver.jdbc.SQLServerDataTable);
    descriptor: (ILjava/lang/String;Lcom/microsoft/sqlserver/jdbc/SQLServerDataTable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      tvpName         
      tvpDataTable    

  public abstract void setStructured(int, java.lang.String, java.sql.ResultSet);
    descriptor: (ILjava/lang/String;Ljava/sql/ResultSet;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      tvpName         
      tvpResultSet    

  public abstract void setStructured(int, java.lang.String, com.microsoft.sqlserver.jdbc.ISQLServerDataRecord);
    descriptor: (ILjava/lang/String;Lcom/microsoft/sqlserver/jdbc/ISQLServerDataRecord;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      tvpName         
      tvpBulkRecord   

  public abstract void setDate(int, java.sql.Date, java.util.Calendar, boolean);
    descriptor: (ILjava/sql/Date;Ljava/util/Calendar;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      cal             
      forceEncrypt    

  public abstract void setTime(int, java.sql.Time, java.util.Calendar, boolean);
    descriptor: (ILjava/sql/Time;Ljava/util/Calendar;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      cal             
      forceEncrypt    

  public abstract void setTimestamp(int, java.sql.Timestamp, java.util.Calendar, boolean);
    descriptor: (ILjava/sql/Timestamp;Ljava/util/Calendar;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                Name  Flags
      parameterIndex  
      x               
      cal             
      forceEncrypt    

  public abstract java.sql.ParameterMetaData getParameterMetaData(boolean);
    descriptor: (Z)Ljava/sql/ParameterMetaData;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
              Name  Flags
      forceRefresh  

  public abstract boolean getUseFmtOnly();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public abstract void setUseFmtOnly(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
            Name  Flags
      useFmtOnly  
}
SourceFile: "ISQLServerPreparedStatement.java"