Gda.typeToString

class Gda
static
string
typeToString
(
GdaValueType type
)

Parameters

type GdaValueType

Type to convert from.

Return Value

Type: string

the string representing the given GdaValueType. This is not necessarily the same string used to describe the column type in a SQL statement. Use gda_connection_get_schema() with GDA_CONNECTION_SCHEMA_TYPES to get the actual types supported by the provider.

Meta