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