Click or drag to resize
PFSClob Methods

The PFSClob type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBool
Read boolean from Clob

If next Clob value is not a boolean, an exception is thrown.

Public methodGetDouble
Read double from Clob

If next Clob value is not a double, an exception is thrown.

Public methodGetFilename
Read file name string from Clob

If next Clob value is not a file name string, an exception is thrown.

Public methodGetFloat
Read float from Clob

If next Clob value is not a float, an exception is thrown.

Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInt
Read integer from Clob

If next Clob value is not an integer, an exception is thrown.

Public methodGetItem
Get the next Clob parameter as a PFSParameter, where you can query it for the type of parameter data.
Public methodGetString
Read string from Clob

If next Clob value is not a string, an exception is thrown.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEnd
Returns true of the Clob has no more parameters
Public methodReset
Reset reading of parameters from Clob
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also