| Package | Description |
|---|---|
| com.xxdb | |
| com.xxdb.comm |
| Modifier and Type | Method and Description |
|---|---|
static DBConnection |
DBConnection.internalCreateEnableReverseStreamingDBConnection(boolean asynchronousTask,
boolean useSSL,
boolean compress,
boolean usePython,
boolean isUrgent,
SqlStdEnum sqlStd) |
| Constructor and Description |
|---|
DBConnection(boolean asynchronousTask,
boolean useSSL,
boolean compress,
boolean usePython,
boolean isUrgent,
SqlStdEnum sqlStd) |
DBConnection(boolean asynchronousTask,
boolean useSSL,
boolean compress,
boolean usePython,
boolean isUrgent,
SqlStdEnum sqlStd,
boolean enableSCRAM) |
DBConnection(boolean asynchronousTask,
boolean useSSL,
boolean compress,
boolean usePython,
SqlStdEnum sqlStd) |
DBConnection(SqlStdEnum sqlStd) |
| Modifier and Type | Method and Description |
|---|---|
static SqlStdEnum |
SqlStdEnum.getByName(String name) |
static SqlStdEnum |
SqlStdEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlStdEnum[] |
SqlStdEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 DolphinDB. All rights reserved.