FDO API Reference Feature Data Objects

FdoParameterValue Class Reference

#include <ParameterValue.h>

Inherits FdoIDisposable.

Inheritance diagram for FdoParameterValue:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoParameterValue class specifies a value for a particular parameter. Instances of this class are used to specify a value to bind to a parameter when a command is executed.

Definition at line 34 of file ParameterValue.h.


Public Member Functions

FDO_API FdoStringGetName ()
 Gets the parameter name the value should bind to as a string.
FDO_API FdoLiteralValueGetValue ()
 Gets the value to bind to the parameter as an FdoLiteralValue.
FDO_API void SetName (FdoString *value)
 Sets the parameter name the value should bind to as a string.
FDO_API void SetValue (FdoString *value)
 Sets the value to bind to the parameter as a string.
FDO_API void SetValue (FdoLiteralValue *value)
 Sets the value to bind to the parameter as an FdoLiteralValue.

Static Public Member Functions

static FDO_API FdoParameterValueCreate (FdoString *name, FdoLiteralValue *value)
 Constructs an instance of an FdoParameterValue using the specified arguments.
static FDO_API FdoParameterValueCreate (FdoString *name)
 Constructs an instance of an FdoParameterValue using the specified arguments.
static FDO_API FdoParameterValueCreate ()
 Constructs a default instance of an FdoParameterValue.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoParameterValue (FdoString *name, FdoLiteralValue *value)
 Constructs an instance of a ParameterValue using the specified arguments.
 FdoParameterValue (FdoString *name)
 Constructs an instance of a ParameterValue using the specified arguments.
 FdoParameterValue ()
 Constructs a default instance of a ParameterValue.
virtual ~FdoParameterValue ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.