Class Db2Constants
- java.lang.Object
-
- com.amazonaws.athena.connectors.db2.Db2Constants
-
public class Db2Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PORT
static String
DRIVER_CLASS
static String
NAME
static String
QRY_TO_LIST_SCHEMAS
static String
QRY_TO_LIST_TABLES_AND_VIEWS
static String
QUOTE_CHARACTER
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DRIVER_CLASS
public static final String DRIVER_CLASS
- See Also:
- Constant Field Values
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
QUOTE_CHARACTER
public static final String QUOTE_CHARACTER
- See Also:
- Constant Field Values
-
QRY_TO_LIST_SCHEMAS
public static final String QRY_TO_LIST_SCHEMAS
- See Also:
- Constant Field Values
-
QRY_TO_LIST_TABLES_AND_VIEWS
public static final String QRY_TO_LIST_TABLES_AND_VIEWS
- See Also:
- Constant Field Values
-
-