Package com.impossibl.postgres.system
Class ParameterNames
- java.lang.Object
-
- com.impossibl.postgres.system.ParameterNames
-
public class ParameterNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_NAMEstatic StringCLIENT_ENCODINGstatic StringDATABASEstatic StringDATE_STYLEstatic StringINTERVAL_STYLEstatic StringPASSWORDstatic StringSESSION_AUTHORIZATIONstatic StringSTANDARD_CONFORMING_STRINGSstatic StringTIME_ZONEstatic StringUSER
-
Constructor Summary
Constructors Constructor Description ParameterNames()
-
-
-
Field Detail
-
DATABASE
public static final String DATABASE
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
APPLICATION_NAME
public static final String APPLICATION_NAME
- See Also:
- Constant Field Values
-
CLIENT_ENCODING
public static final String CLIENT_ENCODING
- See Also:
- Constant Field Values
-
SESSION_AUTHORIZATION
public static final String SESSION_AUTHORIZATION
- See Also:
- Constant Field Values
-
STANDARD_CONFORMING_STRINGS
public static final String STANDARD_CONFORMING_STRINGS
- See Also:
- Constant Field Values
-
TIME_ZONE
public static final String TIME_ZONE
- See Also:
- Constant Field Values
-
DATE_STYLE
public static final String DATE_STYLE
- See Also:
- Constant Field Values
-
INTERVAL_STYLE
public static final String INTERVAL_STYLE
- See Also:
- Constant Field Values
-
-