completionListGet

Creates an array of strings (terminated by a null) corresponding to possible completions. If no completion is available, then the returned array contains just one NULL entry, and if it was not possible to try to compute a completions list, then null is returned.

string[]
completionListGet

Parameters

cnc gda.connection.Connection

a #GdaConnection object

sql string

a partial SQL statement which is the context of the completion proposal

start int

starting position within sql of the "token" to complete (starts at 0)

end int

ending position within sql of the "token" to complete

Return Value

Type: string[]

a new array of strings, or null (use glib.global.strfreev to free the returned array)