Blob.open

Opens an existing BLOB. The BLOB must be initialized by gda_connection_create_blob or obtained from a GdaValue.

class Blob
int
open
(
GdaBlobMode mode
)

Parameters

mode GdaBlobMode

see GdaBlobMode.

Return Value

Type: int

0 if everything's ok. In case of error, -1 is returned and the provider should have added an error to the connection.

Meta