class io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp implements io.ebeaninternal.server.type.bindcapture.BindCaptureEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp
  super_class: java.lang.Object
{
  private final int parameterIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.sql.Timestamp value;
    descriptor: Ljava/sql/Timestamp;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Calendar timezone;
    descriptor: Ljava/util/Calendar;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, java.sql.Timestamp, java.util.Calendar);
    descriptor: (ILjava/sql/Timestamp;Ljava/util/Calendar;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp this
        start local 1 // int parameterIndex
        start local 2 // java.sql.Timestamp value
        start local 3 // java.util.Calendar timezone
         0: .line 298
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 299
            aload 0 /* this */
            iload 1 /* parameterIndex */
            putfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.parameterIndex:I
         2: .line 300
            aload 0 /* this */
            aload 2 /* value */
            putfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.value:Ljava/sql/Timestamp;
         3: .line 301
            aload 0 /* this */
            aload 3 /* timezone */
            putfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.timezone:Ljava/util/Calendar;
         4: .line 302
            return
        end local 3 // java.util.Calendar timezone
        end local 2 // java.sql.Timestamp value
        end local 1 // int parameterIndex
        end local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lio/ebeaninternal/server/type/bindcapture/BindCaptureTypes$TTimestamp;
            0    5     1  parameterIndex  I
            0    5     2           value  Ljava/sql/Timestamp;
            0    5     3        timezone  Ljava/util/Calendar;
    MethodParameters:
                Name  Flags
      parameterIndex  
      value           
      timezone        

  public void bind(java.sql.PreparedStatement, java.sql.Connection);
    descriptor: (Ljava/sql/PreparedStatement;Ljava/sql/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp this
        start local 1 // java.sql.PreparedStatement statement
        start local 2 // java.sql.Connection connection
         0: .line 306
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.timezone:Ljava/util/Calendar;
            ifnonnull 3
         1: .line 307
            aload 1 /* statement */
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.parameterIndex:I
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.value:Ljava/sql/Timestamp;
            invokeinterface java.sql.PreparedStatement.setTimestamp:(ILjava/sql/Timestamp;)V
         2: .line 308
            goto 4
         3: .line 309
      StackMap locals:
      StackMap stack:
            aload 1 /* statement */
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.parameterIndex:I
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.value:Ljava/sql/Timestamp;
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.timezone:Ljava/util/Calendar;
            invokeinterface java.sql.PreparedStatement.setTimestamp:(ILjava/sql/Timestamp;Ljava/util/Calendar;)V
         4: .line 311
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.sql.Connection connection
        end local 1 // java.sql.PreparedStatement statement
        end local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/ebeaninternal/server/type/bindcapture/BindCaptureTypes$TTimestamp;
            0    5     1   statement  Ljava/sql/PreparedStatement;
            0    5     2  connection  Ljava/sql/Connection;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      statement   
      connection  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp this
         0: .line 315
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp.value:Ljava/sql/Timestamp;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/type/bindcapture/BindCaptureTypes$TTimestamp;
}
SourceFile: "BindCaptureTypes.java"
NestHost: io.ebeaninternal.server.type.bindcapture.BindCaptureTypes
InnerClasses:
  TTimestamp = io.ebeaninternal.server.type.bindcapture.BindCaptureTypes$TTimestamp of io.ebeaninternal.server.type.bindcapture.BindCaptureTypes