zg-entities

zg-entities or zg-es

zg-entities is used to retrieve all tables in a database. The zg-entities object can usually be run for .zsif files and can be used in a zg-for loop to perform a variety of operations, such as finding tables in a database.

// To access the name of each table in entities
zg-for(((zg-item:::[[[zg-entities]]]))){{{
[[[zg-item...zg-name]]] }}}
// or 
zg-for(((zg-item:::[[[zg-es]]]))){{{
[[[zg-item...zg-name]]] }}}

Last updated