Connection.createTable

Creates a table on the given connection from the specified set of fields.

class Connection
int
createTable
(
string tableName
,
GdaFieldAttributes** attributes
)

Parameters

tableName string

name of the table to be created.

attributes GdaFieldAttributes**

description of all fields for the new table.

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta