public class org.hsqldb.test.TestSubselect
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hsqldb.test.TestSubselect
  super_class: java.lang.Object
{
  private static final java.lang.String databaseDriver;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.hsqldb.jdbc.JDBCDriver"

  private static final java.lang.String databaseURL;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "jdbc:hsqldb:/hsql/test/subselect"

  private static final java.lang.String databaseUser;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "sa"

  private static final java.lang.String databasePassword;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: ""

  private java.sql.Connection jdbcConnection;
    descriptor: Ljava/sql/Connection;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import junit.framework cannot be resolved\n\tTestCase cannot be resolved to a type\n\tTestCase cannot be resolved to a type\n\tThe method assertTrue(String, boolean) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n\tThe method assertTrue(String, boolean) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n\tThe method assertTrue(String, boolean) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    MethodParameters:
      Name  Flags
      s     

  protected static java.sql.Connection getJDBCConnection();
    descriptor: ()Ljava/sql/Connection;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException

  protected void setUp();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.lang.Exception

  protected void tearDown();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTestCase cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.lang.Exception

  void createDataset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  private static void compareResults(java.lang.String, java.lang.String[], java.sql.Connection);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;Ljava/sql/Connection;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 153
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method assertTrue(String, boolean) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
                Name  Flags
      sql             
      expected        
      jdbcConnection  

  public void testSimpleJoin();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 205
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method assertTrue(String, boolean) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testWhereClausesColliding();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 229
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testWhereClausesCollidingWithAliases();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testHiddenCollision();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 259
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testHiddenCollisionWithAliases();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 273
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testWhereSelectColliding();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 287
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testWhereSelectCollidingWithAliases();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 302
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testSameTable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 317
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testSameTableWithAliases();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 331
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testSameTableWithJoin();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 345
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testAndedSubselects();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 359
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testNestedSubselects();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 373
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testNotIn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 388
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testNotInSameTableAndColumn();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 400
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException

  public void testAliasScope();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hsqldb.test.TestSubselect this
         0: .line 425
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n\tThe method assertTrue(String, boolean) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, String, String) is undefined for the type TestSubselect\n\tThe method assertEquals(String, int, int) is undefined for the type TestSubselect\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hsqldb.test.TestSubselect this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hsqldb/test/TestSubselect;
    Exceptions:
      throws java.sql.SQLException
}
SourceFile: "TestSubselect.java"