SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

function dbschema_get()

Returns info on a Database Objects internal database schema represenation.

function dbschema_get pProp
Parameters
TypeNameDescription
Simple parameter. pProp Property to retrieve.
OptionalSimple parameter. [pDBKey] Database Object schema is associated with. Default is name returned by sqlyoga_getDefaultDatabase().
Description

Properties:

tables: Returns a return delimited list of tables in SQL Yoga's internal representation of the database schema.

tables array: Returns the array used to SQL Yoga's internal representation of the database schema.

Return

value