Difference between revisions of "SYSPACKAGES"

From Lianjapedia
Jump to: navigation, search
(Description)
 
Line 34: Line 34:
 
[[Category:Reference]]
 
[[Category:Reference]]
 
[[Category:Lianja v5.3]]
 
[[Category:Lianja v5.3]]
 +
[[Category:System Tables]]

Latest revision as of 09:40, 22 April 2020

Purpose

System table for Lianja Cloud Server Packages

See Also

Lianja Package Files, Lianja Package Manager, System Tables

Description

System Tables are system defined read-only tables. You can query these tables using the SELECT statement.

The syspackages table returns information on Lianja Cloud Server Package files.

Column Data Type Width Description
FILENAME C 80 Package filename.
DATE C 255 Package last modification date.
TIME C 255 Package last modification time.
STATUS C 80 Package installation status: 'has not been installed' or 'was installed on DD-MMM-YYYY at hh:mm:ss'.

Supported from Lianja v5.3.

Example

select * from syspackages