Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Connection:-GetSchemas - get a list of schemas from the database
Calling Sequence
connection:-GetSchemas( opts )
Parameters
connection
-
Connection module
opts
(optional) equation of the form output=value
Description
GetSchemas returns an Array in which each row of the Array contains matches from one schema in the database connected to using connection. A column in the Array is data associated with the table. The output option controls the columns and their order in the returned Array.
A schema in a database is similar to a namespace. Objects that use different schema and have the same name are distinct.
The opts argument can contain the following equation.
output = list containing one or both literal symbols name and catalog
The output option specifies the columns of information to return and their order. By default, only the name is returned.
- name returns the name of the schema.
- catalog returns the name of the catalog that uses the schema.
Examples
See Also
Array, Database, Database[Connection], Database[Connection][GetCatalogs], Database[Connection][GetColumns], Database[Connection][GetTables], Database[Driver], Database[usage]
Download Help Document