PFSClob Methods |
The PFSClob type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetBool |
Read boolean from Clob
If next Clob value is not a boolean, an exception is thrown. |
![]() | GetDouble |
Read double from Clob
If next Clob value is not a double, an exception is thrown. |
![]() | GetFilename |
Read file name string from Clob
If next Clob value is not a file name string, an exception is thrown. |
![]() | GetFloat |
Read float from Clob
If next Clob value is not a float, an exception is thrown. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInt |
Read integer from Clob
If next Clob value is not an integer, an exception is thrown. |
![]() | GetItem |
Get the next Clob parameter as a PFSParameter,
where you can query it for the type of parameter data.
|
![]() | GetString |
Read string from Clob
If next Clob value is not a string, an exception is thrown. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEnd |
Returns true of the Clob has no more parameters
|
![]() | Reset |
Reset reading of parameters from Clob
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |