User`s guide
get
7-157
• Database connection object, which is created using database
• Cursor object, which is created using exec or fetch
• Driver object, which is created using driver
• Database metadata object, which is created using dmd
• Drivermanager object, which is created using drivermanager
• Resultset object, which is created using resultset
• Resultset metadata object, which is created using rsmd
For a list of properties for each object, see “Retrieving Object Properties Using the get
Function” on page 6-70.
property — Property of Database Toolbox object
string
Property of the Database Toolbox object, specified as a string.
Data Types: char
Output Arguments
s — Object properties
structure
Object properties, returned as a structure that contains the object and its corresponding
properties.
v — Object property value
string | numeric | cell array | object
Object property value, returned as a string, numeric value, cell array, or object.
More About
• “Retrieving Object Properties Using the get Function” on page 6-70
See Also
close | columns | database | dmd | driver | drivermanager | exec | fetch |
getdatasources | resultset | rows | rsmd | set