MetaStore.getInternalConnection

Get a pointer to the #GdaConnection object internally used by store to store its contents.

The returned connection can be used to access some other data than the one managed by store itself. The returned object is not owned by the caller (if you need to keep it, then use gobject.object.ObjectWrap.ref_). Do not close the connection.

class MetaStore
getInternalConnection
()

Return Value

Type: gda.connection.Connection

a #GdaConnection, or null