Class Db2As400Constants
- java.lang.Object
-
- com.amazonaws.athena.connectors.db2as400.Db2As400Constants
-
public class Db2As400Constants 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
-
-
-
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
-
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
-
-