Export.getTables

Returns a list of all tables that exist in the GdaConnection being used by the given GdaExport object. This function is useful when you're building, for example, a list for the user to select which tables he/she wants in the export process. You are responsible to free the returned value yourself.

class Export
getTables
()

Return Value

Type: ListG

a GList containing the names of all the tables.

Meta