FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgConnectionState.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Connections

Enumerations

enum  ConnectionState {
  ConnectionState_Busy = FdoConnectionState_Busy,
  ConnectionState_Closed = FdoConnectionState_Closed,
  ConnectionState_Open = FdoConnectionState_Open,
  ConnectionState_Pending = FdoConnectionState_Pending
}
 The ConnectionState enumeration indicates the current state of the connection More...

Enumeration Type Documentation

enum ConnectionState
 

The ConnectionState enumeration indicates the current state of the connection

Enumeration values:
ConnectionState_Busy  The connection is busy executing one or more commands. Executing another command while the connection is busy will result in an exception.
ConnectionState_Closed  The connection is closed.
ConnectionState_Open  The connection is open.
ConnectionState_Pending  The connection is pending. this is used to indicate that the application has issued an Open request, but the open is not completed because the application needs to include additional connection property values.

Comments or suggestions? Send us feedback.