final class org.jooq.impl.Lpad extends org.jooq.impl.AbstractField<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jooq.impl.Lpad
  super_class: org.jooq.impl.AbstractField
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7273879239726265322

  private final org.jooq.Field<java.lang.String> field;
    descriptor: Lorg/jooq/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jooq/Field<Ljava/lang/String;>;

  private final org.jooq.Field<? extends java.lang.Number> length;
    descriptor: Lorg/jooq/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jooq/Field<+Ljava/lang/Number;>;

  private final org.jooq.Field<java.lang.String> character;
    descriptor: Lorg/jooq/Field;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jooq/Field<Ljava/lang/String;>;

  private static volatile int[] $SWITCH_TABLE$org$jooq$SQLDialect;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(org.jooq.Field<java.lang.String>, org.jooq.Field<? extends java.lang.Number>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jooq.impl.Lpad this
        start local 1 // org.jooq.Field field
        start local 2 // org.jooq.Field length
         0: .line 70
            aload 0 /* this */
            aload 1 /* field */
            aload 2 /* length */
            aconst_null
            invokespecial org.jooq.impl.Lpad.<init>:(Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)V
         1: .line 71
            return
        end local 2 // org.jooq.Field length
        end local 1 // org.jooq.Field field
        end local 0 // org.jooq.impl.Lpad this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jooq/impl/Lpad;
            0    2     1   field  Lorg/jooq/Field<Ljava/lang/String;>;
            0    2     2  length  Lorg/jooq/Field<+Ljava/lang/Number;>;
    Signature: (Lorg/jooq/Field<Ljava/lang/String;>;Lorg/jooq/Field<+Ljava/lang/Number;>;)V
    MethodParameters:
        Name  Flags
      field   
      length  

  void <init>(org.jooq.Field<java.lang.String>, org.jooq.Field<? extends java.lang.Number>, org.jooq.Field<java.lang.String>);
    descriptor: (Lorg/jooq/Field;Lorg/jooq/Field;Lorg/jooq/Field;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jooq.impl.Lpad this
        start local 1 // org.jooq.Field field
        start local 2 // org.jooq.Field length
        start local 3 // org.jooq.Field character
         0: .line 74
            aload 0 /* this */
            getstatic org.jooq.impl.Names.N_LPAD:Lorg/jooq/Name;
            getstatic org.jooq.impl.SQLDataType.VARCHAR:Lorg/jooq/DataType;
            invokespecial org.jooq.impl.AbstractField.<init>:(Lorg/jooq/Name;Lorg/jooq/DataType;)V
         1: .line 76
            aload 0 /* this */
            aload 1 /* field */
            putfield org.jooq.impl.Lpad.field:Lorg/jooq/Field;
         2: .line 77
            aload 0 /* this */
            aload 2 /* length */
            putfield org.jooq.impl.Lpad.length:Lorg/jooq/Field;
         3: .line 78
            aload 0 /* this */
            aload 3 /* character */
            ifnonnull 4
            ldc " "
            invokestatic org.jooq.impl.DSL.inline:(Ljava/lang/String;)Lorg/jooq/Param;
            goto 5
      StackMap locals: org.jooq.impl.Lpad org.jooq.Field org.jooq.Field org.jooq.Field
      StackMap stack: org.jooq.impl.Lpad
         4: aload 3 /* character */
      StackMap locals: org.jooq.impl.Lpad org.jooq.Field org.jooq.Field org.jooq.Field
      StackMap stack: org.jooq.impl.Lpad org.jooq.Field
         5: putfield org.jooq.impl.Lpad.character:Lorg/jooq/Field;
         6: .line 79
            return
        end local 3 // org.jooq.Field character
        end local 2 // org.jooq.Field length
        end local 1 // org.jooq.Field field
        end local 0 // org.jooq.impl.Lpad this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/jooq/impl/Lpad;
            0    7     1      field  Lorg/jooq/Field<Ljava/lang/String;>;
            0    7     2     length  Lorg/jooq/Field<+Ljava/lang/Number;>;
            0    7     3  character  Lorg/jooq/Field<Ljava/lang/String;>;
    Signature: (Lorg/jooq/Field<Ljava/lang/String;>;Lorg/jooq/Field<+Ljava/lang/Number;>;Lorg/jooq/Field<Ljava/lang/String;>;)V
    MethodParameters:
           Name  Flags
      field      
      length     
      character  

  public final void accept(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.Lpad this
        start local 1 // org.jooq.Context ctx
         0: .line 83
            invokestatic org.jooq.impl.Lpad.$SWITCH_TABLE$org$jooq$SQLDialect:()[I
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.family:()Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iaload
            tableswitch { // 11 - 11
                   11: 1
              default: 36
          }
         1: .line 100
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            getstatic org.jooq.impl.Names.N_SUBSTR:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
         2: .line 101
            getstatic org.jooq.impl.Names.N_REPLACE:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
         3: .line 100
            checkcast org.jooq.Context
         4: .line 101
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
         5: .line 100
            checkcast org.jooq.Context
         6: .line 102
            getstatic org.jooq.impl.Names.N_HEX:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
         7: .line 100
            checkcast org.jooq.Context
         8: .line 102
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
         9: .line 100
            checkcast org.jooq.Context
        10: .line 103
            getstatic org.jooq.impl.Names.N_ZEROBLOB:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        11: .line 100
            checkcast org.jooq.Context
        12: .line 103
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
        13: .line 100
            checkcast org.jooq.Context
        14: .line 104
            aload 0 /* this */
            getfield org.jooq.impl.Lpad.length:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        15: .line 100
            checkcast org.jooq.Context
        16: .line 105
            ldc ")), '00', "
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
        17: .line 100
            checkcast org.jooq.Context
        18: .line 105
            aload 0 /* this */
            getfield org.jooq.impl.Lpad.character:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        19: .line 100
            checkcast org.jooq.Context
        20: .line 106
            ldc "), 1, "
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
        21: .line 100
            checkcast org.jooq.Context
        22: .line 106
            aload 0 /* this */
            getfield org.jooq.impl.Lpad.length:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        23: .line 100
            checkcast org.jooq.Context
        24: .line 106
            ldc " - "
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
        25: .line 100
            checkcast org.jooq.Context
        26: .line 106
            getstatic org.jooq.impl.Names.N_LENGTH:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        27: .line 100
            checkcast org.jooq.Context
        28: .line 106
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
        29: .line 100
            checkcast org.jooq.Context
        30: .line 106
            aload 0 /* this */
            getfield org.jooq.impl.Lpad.field:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        31: .line 100
            checkcast org.jooq.Context
        32: .line 107
            ldc ")) || "
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
        33: .line 100
            checkcast org.jooq.Context
        34: .line 107
            aload 0 /* this */
            getfield org.jooq.impl.Lpad.field:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
        35: .line 108
            goto 37
        36: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            getstatic org.jooq.impl.Names.N_LPAD:Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Lpad.field:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            ldc ", "
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Lpad.length:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            ldc ", "
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            aload 0 /* this */
            getfield org.jooq.impl.Lpad.character:Lorg/jooq/Field;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 41
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
        37: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.Lpad this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   38     0  this  Lorg/jooq/impl/Lpad;
            0   38     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   

  static int[] $SWITCH_TABLE$org$jooq$SQLDialect();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 58
            getstatic org.jooq.impl.Lpad.$SWITCH_TABLE$org$jooq$SQLDialect:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.jooq.SQLDialect.values:()[Lorg/jooq/SQLDialect;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.jooq.SQLDialect.CUBRID:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.jooq.SQLDialect.DEFAULT:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.jooq.SQLDialect.DERBY:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.jooq.SQLDialect.FIREBIRD:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_5
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.jooq.SQLDialect.H2:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 6
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.jooq.SQLDialect.HSQLDB:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 7
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.jooq.SQLDialect.MARIADB:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 8
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.jooq.SQLDialect.MYSQL:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 9
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 10
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic org.jooq.SQLDialect.SQL99:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            iconst_1
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic org.jooq.SQLDialect.SQLITE:Lorg/jooq/SQLDialect;
            invokevirtual org.jooq.SQLDialect.ordinal:()I
            bipush 11
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            dup
            putstatic org.jooq.impl.Lpad.$SWITCH_TABLE$org$jooq$SQLDialect:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
}
Signature: Lorg/jooq/impl/AbstractField<Ljava/lang/String;>;
SourceFile: "Lpad.java"