company logo

DBFieldDef :: GetSQLType - Get SQL table definition

The function returns a string for a attribute definition in an SQL CREATE TABLE statement. The passed string area should have at least 100 characters.

Return value:  String for the SQL definition ( NString & )

The string area contains a complete or part of a SQL table definition. The string area passed to the function must provide sufficient space for returning the required string.

Implementation details

NString & DBFieldDef  :: GetSQLType ( NString &sql_type )
  • sql_type - String for the SQL definition

    The string area contains a complete or part of a SQL table definition. The string area passed to the function must provide sufficient space for returning the required string.