Constant Field Values

Contents

com.impossibl.*

  • com.impossibl.postgres.api.jdbc.PGAnyType 
    Modifier and Type Constant Field Value
    public static final java.lang.String VENDOR_NAME "PostgreSQL"
  • com.impossibl.postgres.system.ParameterNames 
    Modifier and Type Constant Field Value
    public static final java.lang.String APPLICATION_NAME "application_name"
    public static final java.lang.String CLIENT_ENCODING "client_encoding"
    public static final java.lang.String DATABASE "database"
    public static final java.lang.String DATE_STYLE "DateStyle"
    public static final java.lang.String PASSWORD "password"
    public static final java.lang.String SESSION_AUTHORIZATION "session_authorization"
    public static final java.lang.String STANDARD_CONFORMING_STRINGS "standard_conforming_strings"
    public static final java.lang.String TIME_ZONE "TimeZone"
    public static final java.lang.String USER "user"
  • com.impossibl.postgres.system.Setting.Info 
    Modifier and Type Constant Field Value
    public static final java.lang.String NO_DEFAULT "$$$NULL$$$"
  • com.impossibl.postgres.types.Modifiers 
    Modifier and Type Constant Field Value
    public static final java.lang.String LENGTH "length"
    public static final java.lang.String PRECISION "precision"
    public static final java.lang.String SCALE "scale"
  • com.impossibl.postgres.types.Type 
    Modifier and Type Constant Field Value
    public static final java.lang.String CATALOG_NAMESPACE "pg_catalog"
    public static final java.lang.String PUBLIC_NAMESPACE "public"