solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables : SYS_SCHEMAS
  
SYS_SCHEMAS
The SYS_SCHEMAS table lists available schemas.
The columns in the SYS_SCHEMAS system table are described in the following table:
 
Column name
Data type
Description
ID
INTEGER
Schema identifier.
NAME
WVARCHAR
Schema name.
OWNER
WVARCHAR
Schema owner name.
CREATIME
TIMESTAMP
Create date and time.
SCHEMA_CATALOG
WVARCHAR
Schema catalog.
Go up to
System tables