MySQL 9.3 Reference Manual Including MySQL NDB Cluster 9.3

27.3.6.4 Schema Object

The Schema object represents a database schema. You can obtain an instance of Schema by calling the Session object's getSchema() method; you can also obtain a list of all available databases by calling getSchemas().

Schema supports the methods listed here: