| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"remote" |
public static final String |
PREFIX |
"remote:" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PARAM_MAX_POOL |
"maxpool" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADDRESS_SEPARATOR |
";" |
public static final String |
DRIVER_NAME |
"OrientDB Java" |
public static final String |
PARAM_CONNECTION_STRATEGY |
"connectionStrategy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
END |
2 |
public static final byte |
ERROR |
3 |
public static final byte |
HAS_MORE |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
RECORD_TYPE_BLOB |
0 |
public static final byte |
RECORD_TYPE_EDGE |
2 |
public static final byte |
RECORD_TYPE_ELEMENT |
3 |
public static final byte |
RECORD_TYPE_PROJECTION |
4 |
public static final byte |
RECORD_TYPE_VERTEX |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
CREATE_EVENT |
1 |
public static final byte |
DELETE_EVENT |
3 |
public static final byte |
UPDATE_EVENT |
2 |
Copyright © 2009–2020 OrientDB. All rights reserved.