final class com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer extends com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer
super_class: com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer
{
private final com.microsoft.sqlserver.jdbc.SQLServerStatement stmt;
descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final com.microsoft.sqlserver.jdbc.SQLServerResultSet this$0;
descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
final int getRowCount();
descriptor: ()I
flags: (0x0010) ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerStatement.getServerCursorRowCount:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;
final int getServerCursorId();
descriptor: ()I
flags: (0x0010) ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerStatement.getServerCursorId:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;
void <init>(com.microsoft.sqlserver.jdbc.SQLServerResultSet, com.microsoft.sqlserver.jdbc.SQLServerStatement);
descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
1: aload 0
aload 1
ldc "ServerCursorInitializer"
invokespecial com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer.<init>:(Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;Ljava/lang/String;)V
2: aload 0
aload 2
putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;
0 4 2 stmt Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
MethodParameters:
Name Flags
this$0 final
stmt
boolean onRetStatus(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 start local 1 0: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
aload 1
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerStatement.consumeExecOutParam:(Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z
pop
1: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;
0 2 1 tdsReader Lcom/microsoft/sqlserver/jdbc/TDSReader;
Exceptions:
throws com.microsoft.sqlserver.jdbc.SQLServerException
MethodParameters:
Name Flags
tdsReader
boolean onRetValue(com.microsoft.sqlserver.jdbc.TDSReader);
descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;
0 1 1 tdsReader Lcom/microsoft/sqlserver/jdbc/TDSReader;
Exceptions:
throws com.microsoft.sqlserver.jdbc.SQLServerException
MethodParameters:
Name Flags
tdsReader
}
SourceFile: "SQLServerResultSet.java"
EnclosingMethod: com.microsoft.sqlserver.jdbc.SQLServerResultSet.<init>:(Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;)V
NestHost: com.microsoft.sqlserver.jdbc.SQLServerResultSet
InnerClasses:
abstract CursorInitializer = com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer
final ServerCursorInitializer = com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer