supports

Detect whether property is supported by database metadata object

Syntax

a = supports(dbmeta)
a = supports(dbmeta, 'property')
a.property

Description

Examples

  1. Check if dbmeta supports group-by clauses.

    a = supports(dbmeta, 'GroupBy')
    a =
         1
    
  2. View the value of all properties of dbmeta.

    a = supports(dbmeta)
    

    The returned result is a list of properties and their values.

  3. See the value of the GroupBy property by running:

    a.GroupBy
    a =
         1
    

See Also

database, dmd, get, ping

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS