public final class io.ebean.annotation.Platform extends java.lang.Enum<io.ebean.annotation.Platform>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.ebean.annotation.Platform
  super_class: java.lang.Enum
{
  public static final io.ebean.annotation.Platform GENERIC;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform DB2;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform COCKROACH;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform CLICKHOUSE;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform H2;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform HSQLDB;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform POSTGRES;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform MYSQL;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform ORACLE;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform SQLANYWHERE;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform SQLITE;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform SQLSERVER16;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform SQLSERVER17;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform SQLSERVER;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.ebean.annotation.Platform HANA;
    descriptor: Lio/ebean/annotation/Platform;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final io.ebean.annotation.Platform[] ENUM$VALUES;
    descriptor: [Lio/ebean/annotation/Platform;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 8
            new io.ebean.annotation.Platform
            dup
            ldc "GENERIC"
            iconst_0
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
         1: .line 11
            putstatic io.ebean.annotation.Platform.GENERIC:Lio/ebean/annotation/Platform;
         2: .line 13
            new io.ebean.annotation.Platform
            dup
            ldc "DB2"
            iconst_1
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
         3: .line 16
            putstatic io.ebean.annotation.Platform.DB2:Lio/ebean/annotation/Platform;
         4: .line 18
            new io.ebean.annotation.Platform
            dup
            ldc "COCKROACH"
            iconst_2
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
         5: .line 21
            putstatic io.ebean.annotation.Platform.COCKROACH:Lio/ebean/annotation/Platform;
         6: .line 23
            new io.ebean.annotation.Platform
            dup
            ldc "CLICKHOUSE"
            iconst_3
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
         7: .line 26
            putstatic io.ebean.annotation.Platform.CLICKHOUSE:Lio/ebean/annotation/Platform;
         8: .line 28
            new io.ebean.annotation.Platform
            dup
            ldc "H2"
            iconst_4
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
         9: .line 31
            putstatic io.ebean.annotation.Platform.H2:Lio/ebean/annotation/Platform;
        10: .line 33
            new io.ebean.annotation.Platform
            dup
            ldc "HSQLDB"
            iconst_5
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        11: .line 36
            putstatic io.ebean.annotation.Platform.HSQLDB:Lio/ebean/annotation/Platform;
        12: .line 38
            new io.ebean.annotation.Platform
            dup
            ldc "POSTGRES"
            bipush 6
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        13: .line 41
            putstatic io.ebean.annotation.Platform.POSTGRES:Lio/ebean/annotation/Platform;
        14: .line 43
            new io.ebean.annotation.Platform
            dup
            ldc "MYSQL"
            bipush 7
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        15: .line 46
            putstatic io.ebean.annotation.Platform.MYSQL:Lio/ebean/annotation/Platform;
        16: .line 48
            new io.ebean.annotation.Platform
            dup
            ldc "ORACLE"
            bipush 8
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        17: .line 51
            putstatic io.ebean.annotation.Platform.ORACLE:Lio/ebean/annotation/Platform;
        18: .line 53
            new io.ebean.annotation.Platform
            dup
            ldc "SQLANYWHERE"
            bipush 9
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        19: .line 56
            putstatic io.ebean.annotation.Platform.SQLANYWHERE:Lio/ebean/annotation/Platform;
        20: .line 58
            new io.ebean.annotation.Platform
            dup
            ldc "SQLITE"
            bipush 10
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        21: .line 61
            putstatic io.ebean.annotation.Platform.SQLITE:Lio/ebean/annotation/Platform;
        22: .line 63
            new io.ebean.annotation.Platform
            dup
            ldc "SQLSERVER16"
            bipush 11
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        23: .line 66
            putstatic io.ebean.annotation.Platform.SQLSERVER16:Lio/ebean/annotation/Platform;
        24: .line 68
            new io.ebean.annotation.Platform
            dup
            ldc "SQLSERVER17"
            bipush 12
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        25: .line 71
            putstatic io.ebean.annotation.Platform.SQLSERVER17:Lio/ebean/annotation/Platform;
        26: .line 73
            new io.ebean.annotation.Platform
            dup
            ldc "SQLSERVER"
            bipush 13
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        27: .line 76
            putstatic io.ebean.annotation.Platform.SQLSERVER:Lio/ebean/annotation/Platform;
        28: .line 78
            new io.ebean.annotation.Platform
            dup
            ldc "HANA"
            bipush 14
            invokespecial io.ebean.annotation.Platform.<init>:(Ljava/lang/String;I)V
        29: .line 81
            putstatic io.ebean.annotation.Platform.HANA:Lio/ebean/annotation/Platform;
        30: .line 6
            bipush 15
            anewarray io.ebean.annotation.Platform
            dup
            iconst_0
            getstatic io.ebean.annotation.Platform.GENERIC:Lio/ebean/annotation/Platform;
            aastore
            dup
            iconst_1
            getstatic io.ebean.annotation.Platform.DB2:Lio/ebean/annotation/Platform;
            aastore
            dup
            iconst_2
            getstatic io.ebean.annotation.Platform.COCKROACH:Lio/ebean/annotation/Platform;
            aastore
            dup
            iconst_3
            getstatic io.ebean.annotation.Platform.CLICKHOUSE:Lio/ebean/annotation/Platform;
            aastore
            dup
            iconst_4
            getstatic io.ebean.annotation.Platform.H2:Lio/ebean/annotation/Platform;
            aastore
            dup
            iconst_5
            getstatic io.ebean.annotation.Platform.HSQLDB:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 6
            getstatic io.ebean.annotation.Platform.POSTGRES:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 7
            getstatic io.ebean.annotation.Platform.MYSQL:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 8
            getstatic io.ebean.annotation.Platform.ORACLE:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 9
            getstatic io.ebean.annotation.Platform.SQLANYWHERE:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 10
            getstatic io.ebean.annotation.Platform.SQLITE:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 11
            getstatic io.ebean.annotation.Platform.SQLSERVER16:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 12
            getstatic io.ebean.annotation.Platform.SQLSERVER17:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 13
            getstatic io.ebean.annotation.Platform.SQLSERVER:Lio/ebean/annotation/Platform;
            aastore
            dup
            bipush 14
            getstatic io.ebean.annotation.Platform.HANA:Lio/ebean/annotation/Platform;
            aastore
            putstatic io.ebean.annotation.Platform.ENUM$VALUES:[Lio/ebean/annotation/Platform;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebean.annotation.Platform this
         0: .line 6
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // io.ebean.annotation.Platform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/annotation/Platform;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static io.ebean.annotation.Platform[] values();
    descriptor: ()[Lio/ebean/annotation/Platform;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.ebean.annotation.Platform.ENUM$VALUES:[Lio/ebean/annotation/Platform;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.ebean.annotation.Platform
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.ebean.annotation.Platform valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/ebean/annotation/Platform;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/ebean/annotation/Platform;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.ebean.annotation.Platform
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/ebean/annotation/Platform;>;
SourceFile: "Platform.java"