Difference between revisions of "SYSPACKAGES"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== System table for Lianja Cloud Server Packages ==See Also== Lianja Package Files, Lianja Package Manager, System Tables ==Desc...")
 
(Description)
Line 6: Line 6:
  
 
==Description==
 
==Description==
The syspackages table is generated dynamically and returns information on Lianja Cloud Server Package files.
+
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.
  
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"

Revision as of 06:25, 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