SE_table_delete_mv_view

Deletes a multiversion DBMS view on a multiversion table.

Usage syntax

LONG SE_table_delete_mv_view
(SE_CONNECTION connection,
const CHAR *table);

Parameters
connection The connection handle
table The DBMS table name
Description

SE_table_delete_mv_view deletes an multiversion DBMS view on the specified multiversion table. 

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_CONNECTION

SE_INVALID_POINTER

SE_NET_FAILURE

SE_NOT_TABLE_OWNER

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST

SE_TABLE_NOREGISTERED

SE_TABLE_NOT_MULTIVERSION

SE_VIEW_NOEXIST