|
|
|
ITableCreation Interface |
|
IID_ITableCreation |
{0C733ABC-2A1C-11CE-ADE5-00AA0044773D} |
|
The ITableCreation extends ITableDefinition to provide a full set of methods to create or describe the complete set of table definition information.
Documentation: ITableCreation
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ITableDefinition Methods |
Description |
|
CreateTable |
Creates a new base table in the data store. |
|
DropTable |
Drops a base table in the data store. |
|
AddColumn |
Adds a new column to a base table. |
|
DropColumn |
Drops a column from a base table. |
|
ITableCreation Methods |
Description |
|
GetTableDefinition |
Adds a new column to a base table. |
|
QueryInterface |
|
FUNCTION ITableCreation_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION ITableCreation_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION ITableCreation_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
CreateTable |
|
FUNCTION
ITableCreation_CreateTable ( _ , BYVAL pUnkOuter AS DWORD _ , BYREF pTableID AS DBID _ , BYVAL cColumnDescs AS DWORD _ , BYVAL rgColumnDescs AS DWORD _ , BYREF riid AS GUID _ , BYVAL cPropertySets AS DWORD _ , BYREF rgPropertySets AS DWORD _ , BYREF ppTableID AS DBID _ , BYREF ppRowset AS DWORD _ ) AS LONG
|
|
DropTable |
|
FUNCTION
ITableCreation_DropTable ( _ , BYREF pTableID AS DBID _ ) AS LONG
|
|
AddColumn |
|
FUNCTION
ITableCreation_AddColumn ( _ , BYREF pTableID AS DBID _ , BYREF pColumnDesc AS DWORD _ , BYREF ppColumnID AS DBID _ ) AS LONG
|
|
DropColumn |
|
FUNCTION
ITableCreation_DropColumn ( _ , BYREF pTableID AS DBID _ , BYREF pColumnID AS DBID _ ) AS LONG
|
|
GetTableDefinition |
|
FUNCTION
ITableCreation_GetTableDefinition ( _ , BYREF pTableID AS DBID _ , BYVAL pColumnDescs AS DWORD _ , BYREF prgColumnDescs AS DWORD _ , BYREF pcPropertySets AS DWORD _ , BYREF prgPropertySets AS DWORD _ , BYREF pcConstrainDescs AS DWORD _ , BYREF prgConstrainDescs AS DWORD _ , BYREF ppwszStringBuffer AS DWORD _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 23:51:46 +0100