Constant | Defined By | ||
---|---|---|---|
Broken : int = 16 [static] | ConnectionState | ||
Closed : int = 0 [static] | ConnectionState | ||
Connecting : int = 2 [static] | ConnectionState | ||
Executing : int = 4 [static] | ConnectionState | ||
Fetching : int = 8 [static] | ConnectionState | ||
Open : int = 1 [static] | ConnectionState |
Broken | Constant |
public static const Broken:int = 16
Closed | Constant |
public static const Closed:int = 0
Connecting | Constant |
public static const Connecting:int = 2
Executing | Constant |
public static const Executing:int = 4
Fetching | Constant |
public static const Fetching:int = 8
Open | Constant |
public static const Open:int = 1