Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
报告数据库属性信息。
sa_db_info( [ dbidparm ] )
dbidparm 使用此可选的 INTEGER 参数指定数据库 ID 号。
如果指定数据库 ID,则 sa_db_info 返回单个行,其中包含指定数据库的 Number、Alias、File、ConnCount、PageSize 和 LogName。
如果未提供 dbidparm,则返回所有数据库的属性。
无
以下语句为服务器上运行的每个数据库返回一行:
CALL sa_db_info( );