public class org.hibernate.dialect.MySQL57InnoDBDialect extends org.hibernate.dialect.MySQL5InnoDBDialect
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.dialect.MySQL57InnoDBDialect
super_class: org.hibernate.dialect.MySQL5InnoDBDialect
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 // org.hibernate.dialect.MySQL57InnoDBDialect this
0: .line 21
aload 0 /* this */
invokespecial org.hibernate.dialect.MySQL5InnoDBDialect.<init>:()V
1: .line 34
aload 0 /* this */
bipush 93
ldc "datetime(6)"
invokevirtual org.hibernate.dialect.MySQL57InnoDBDialect.registerColumnType:(ILjava/lang/String;)V
2: .line 39
aload 0 /* this */
sipush 2000
ldc "json"
invokevirtual org.hibernate.dialect.MySQL57InnoDBDialect.registerColumnType:(ILjava/lang/String;)V
3: .line 52
new org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
dup
ldc "now"
bipush 6
invokespecial org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction.<init>:(Ljava/lang/String;I)V
astore 1 /* currentTimestampFunction */
start local 1 // org.hibernate.dialect.function.SQLFunction currentTimestampFunction
4: .line 54
aload 0 /* this */
ldc "now"
aload 1 /* currentTimestampFunction */
invokevirtual org.hibernate.dialect.MySQL57InnoDBDialect.registerFunction:(Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;)V
5: .line 55
aload 0 /* this */
ldc "current_timestamp"
aload 1 /* currentTimestampFunction */
invokevirtual org.hibernate.dialect.MySQL57InnoDBDialect.registerFunction:(Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;)V
6: .line 56
aload 0 /* this */
ldc "localtime"
aload 1 /* currentTimestampFunction */
invokevirtual org.hibernate.dialect.MySQL57InnoDBDialect.registerFunction:(Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;)V
7: .line 57
aload 0 /* this */
ldc "localtimestamp"
aload 1 /* currentTimestampFunction */
invokevirtual org.hibernate.dialect.MySQL57InnoDBDialect.registerFunction:(Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;)V
8: .line 65
aload 0 /* this */
ldc "sysdate"
new org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
dup
ldc "sysdate"
bipush 6
invokespecial org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction.<init>:(Ljava/lang/String;I)V
invokevirtual org.hibernate.dialect.MySQL57InnoDBDialect.registerFunction:(Ljava/lang/String;Lorg/hibernate/dialect/function/SQLFunction;)V
9: .line 69
return
end local 1 // org.hibernate.dialect.function.SQLFunction currentTimestampFunction
end local 0 // org.hibernate.dialect.MySQL57InnoDBDialect this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/hibernate/dialect/MySQL57InnoDBDialect;
4 10 1 currentTimestampFunction Lorg/hibernate/dialect/function/SQLFunction;
public boolean supportsRowValueConstructorSyntaxInInList();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.hibernate.dialect.MySQL57InnoDBDialect this
0: .line 76
iconst_1
ireturn
end local 0 // org.hibernate.dialect.MySQL57InnoDBDialect this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/dialect/MySQL57InnoDBDialect;
}
SourceFile: "MySQL57InnoDBDialect.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()