VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Special Functions
In This Topic
    Special Functions
    In This Topic

    GETVIEWS and GETVIEWCOLUMNS are used to retrieve information about views in the current database. See their topics for more information.

    sp_udf() - Get the list of User Defined Functions in the current database.

    sp_stored_procedures() - Get list of TSQL Stored Procedures in current database.

    PRINT is used to transmit information only message back to the host process. In Data Builder PRINT commands are added to the LOG.

    See Also