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 String
APPLICATION_NAME
static String
CLIENT_ENCODING
static String
DATABASE
static String
DATE_STYLE
static String
INTERVAL_STYLE
static String
PASSWORD
static String
SESSION_AUTHORIZATION
static String
STANDARD_CONFORMING_STRINGS
static String
TIME_ZONE
static String
USER
-
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
-
-