final class com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler extends com.microsoft.sqlserver.jdbc.TDSTokenHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler
  super_class: com.microsoft.sqlserver.jdbc.TDSTokenHandler
{
  final com.microsoft.sqlserver.jdbc.StreamRetValue srv;
    descriptor: Lcom/microsoft/sqlserver/jdbc/StreamRetValue;
    flags: (0x0010) ACC_FINAL

  private boolean foundParam;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final com.microsoft.sqlserver.jdbc.SQLServerCallableStatement this$0;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerCallableStatement;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  final boolean foundParam();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler this
         0: .line 280
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler.foundParam:Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerCallableStatement$1OutParamHandler;

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerCallableStatement);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerCallableStatement;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler this
         0: .line 283
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerCallableStatement;
         1: .line 284
            aload 0 /* this */
            ldc "OutParamHandler"
            invokespecial com.microsoft.sqlserver.jdbc.TDSTokenHandler.<init>:(Ljava/lang/String;)V
         2: .line 275
            aload 0 /* this */
            new com.microsoft.sqlserver.jdbc.StreamRetValue
            dup
            invokespecial com.microsoft.sqlserver.jdbc.StreamRetValue.<init>:()V
            putfield com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler.srv:Lcom/microsoft/sqlserver/jdbc/StreamRetValue;
         3: .line 285
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerCallableStatement$1OutParamHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  final void reset();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler this
         0: .line 288
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler.foundParam:Z
         1: .line 289
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerCallableStatement$1OutParamHandler;

  boolean onRetValue(com.microsoft.sqlserver.jdbc.TDSReader);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 292
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler.srv:Lcom/microsoft/sqlserver/jdbc/StreamRetValue;
            aload 1 /* tdsReader */
            invokevirtual com.microsoft.sqlserver.jdbc.StreamRetValue.setFromTDS:(Lcom/microsoft/sqlserver/jdbc/TDSReader;)V
         1: .line 293
            aload 0 /* this */
            iconst_1
            putfield com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler.foundParam:Z
         2: .line 294
            iconst_0
            ireturn
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/sqlserver/jdbc/SQLServerCallableStatement$1OutParamHandler;
            0    3     1  tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
           Name  Flags
      tdsReader  
}
SourceFile: "SQLServerCallableStatement.java"
EnclosingMethod: com.microsoft.sqlserver.jdbc.SQLServerCallableStatement.skipOutParameters:(IZ)V
NestHost: com.microsoft.sqlserver.jdbc.SQLServerCallableStatement
InnerClasses:
  final OutParamHandler = com.microsoft.sqlserver.jdbc.SQLServerCallableStatement$1OutParamHandler