Class SynapseConstants
- java.lang.Object
-
- com.amazonaws.athena.connectors.synapse.SynapseConstants
-
public final class SynapseConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PORT
static String
DRIVER_CLASS
static String
NAME
static String
QUOTE_CHARACTER
static String
SQL_POOL
-
-
-
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
-
SQL_POOL
public static final String SQL_POOL
- See Also:
- Constant Field Values
-
-