Constant Field Values

Contents

org.h2.*

  • org.h2.Driver 
    Modifier and Type Constant Field Value
    private static final java.lang.String DEFAULT_URL "jdbc:default:connection"
  • org.h2.bnf.context.DbContextRule 
    Modifier and Type Constant Field Value
    public static final int COLUMN 0
    public static final int COLUMN_ALIAS 4
    public static final int NEW_TABLE_ALIAS 3
    public static final int PROCEDURE 6
    public static final int SCHEMA 5
    public static final int TABLE 1
    public static final int TABLE_ALIAS 2
  • org.h2.bnf.context.DbSchema 
    Modifier and Type Constant Field Value
    private static final java.lang.String COLUMNS_QUERY_H2_197 "SELECT COLUMN_NAME, ORDINAL_POSITION, COLUMN_TYPE FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = ?1 AND TABLE_NAME = ?2"
    private static final java.lang.String COLUMNS_QUERY_H2_202 "SELECT COLUMN_NAME, ORDINAL_POSITION, DATA_TYPE_SQL(?1, ?2, \'TABLE\', ORDINAL_POSITION) COLUMN_TYPE FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = ?1 AND TABLE_NAME = ?2"
  • org.h2.compress.CompressLZF 
    Modifier and Type Constant Field Value
    private static final int HASH_SIZE 16384
    private static final int MAX_LITERAL 32
    private static final int MAX_OFF 8192
    private static final int MAX_REF 264
  • 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.compress.LZFOutputStream 
    Modifier and Type Constant Field Value
    static final int MAGIC 1211255123
  • 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
    private static final java.lang.String KEYSTORE "~/.h2.keystore"
    private static final java.lang.String KEYSTORE_KEY "javax.net.ssl.keyStore"
    public static final java.lang.String KEYSTORE_PASSWORD "h2pass"
    private static final java.lang.String KEYSTORE_PASSWORD_KEY "javax.net.ssl.keyStorePassword"
    public static final java.lang.String LEGACY_ALGORITHMS_SECURITY_KEY "jdk.tls.legacyAlgorithms"
  • org.h2.security.XTEA 
    Modifier and Type Constant Field Value
    private static final int DELTA -1640531527
  • org.h2.server.web.JakartaWebServlet 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.h2.server.web.PageParser 
    Modifier and Type Constant Field Value
    private static final int TAB_WIDTH 4
  • org.h2.server.web.WebServer 
    Modifier and Type Constant Field Value
    private static final java.lang.String COMMAND_HISTORY "commandHistory"
    private static final java.lang.String DEFAULT_LANGUAGE "en"
  • org.h2.server.web.WebServlet 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.h2.server.web.org.h2.server.web.WebSession 
    Modifier and Type Constant Field Value
    private static final int MAX_HISTORY 1000
  • org.h2.store.fs.disk.FilePathDisk 
    Modifier and Type Constant Field Value
    private static final java.lang.String CLASSPATH_PREFIX "classpath:"
  • org.h2.store.fs.mem.org.h2.store.fs.mem.FileMemData 
    Modifier and Type Constant Field Value
    private static final int BLOCK_SIZE 1024
    private static final int BLOCK_SIZE_MASK 1023
    private static final int BLOCK_SIZE_SHIFT 10
    private static final int CACHE_SIZE 8
  • org.h2.store.fs.mem.org.h2.store.fs.mem.FileMemData.Cache 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.h2.store.fs.niomapped.org.h2.store.fs.niomapped.FileNioMapped 
    Modifier and Type Constant Field Value
    private static final int GC_TIMEOUT_MS 10000
  • org.h2.store.fs.niomem.org.h2.store.fs.niomem.FileNioMemData 
    Modifier and Type Constant Field Value
    private static final int BLOCK_SIZE 65536
    private static final int BLOCK_SIZE_MASK 65535
    private static final int BLOCK_SIZE_SHIFT 16
    private static final int CACHE_MIN_SIZE 8
  • org.h2.store.fs.niomem.org.h2.store.fs.niomem.FileNioMemData.CompressLaterCache 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1L
  • org.h2.store.fs.split.FilePathSplit 
    Modifier and Type Constant Field Value
    private static final java.lang.String PART_SUFFIX ".part"
  • org.h2.tools.CompressTool 
    Modifier and Type Constant Field Value
    private static final int MAX_BUFFER_SIZE 393216
  • org.h2.tools.Shell 
    Modifier and Type Constant Field Value
    private static final char BOX_VERTICAL 124
    private static final int HISTORY_COUNT 20
    private static final int MAX_ROW_BUFFER 5000
  • org.h2.tools.Upgrade 
    Modifier and Type Constant Field Value
    private static final java.lang.String REPOSITORY "https://repo1.maven.org/maven2"