Constant Field Values

Contents

org.h2.*

  • org.h2.compress.Compressor 
    Modifier and Type Constant Field Value
    public static final int DEFLATE 2
    public static final int LZF 1
    public static final int NO 0
  • org.h2.security.BlockCipher 
    Modifier and Type Constant Field Value
    public static final int ALIGN 16
  • org.h2.security.CipherFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String KEYSTORE_PASSWORD "h2pass"
  • org.h2.store.fs.encrypt.FileEncrypt 
    Modifier and Type Constant Field Value
    public static final int BLOCK_SIZE 4096
  • org.h2.test.db.TestIssue_3040 
    Modifier and Type Constant Field Value
    public static final java.lang.String QUERY_STATEMENT "WITH TMP_TO_QUERY as (SELECT avg(SIMPLE_VALUE) AVG_SIMPLE_VALUE FROM public.TO_QUERY) SELECT * FROM TMP_TO_QUERY"
    public static final java.lang.String TABLE_TO_QUERY "TO_QUERY"
  • org.h2.test.unit.TestUtils 
    Modifier and Type Constant Field Value
    public final java.lang.String testField "abc"
  • org.h2.test.utils.OutputCatcher 
    Modifier and Type Constant Field Value
    public static final java.lang.String START_ERROR "<span style=\"color:red;\">"