Embedded database

Object that represents an SQLite project embedded database at runtime.
BrowseName
SQLiteStore
SuperType
Store(Store)

Properties

Name
BrowseName
DataType
Description
In memory
InMemory
Enable/disable non-persistent storage mode. In this mode, the data are no longer available when the FactoryTalk Optix Application is restarted.
Filename
Filename
Customized name of the database file.
Tables
Tables
(Inherited from Store)
Max column name length
MaxColumnNameLength
(Inherited from Store)
Max columns count
MaxColumnCount
(Inherited from Store)
Data type compatibility map
DataTypeCompatibilityMap
(Inherited from Store)
Status
Status
(Inherited from Store)

Methods

Backup
BrowseName
Backup
Performs a hot backup to file of the embedded database.
InputArguments
Name
DataType
Description
OutputFilePath
Path to the backup file
OutputArguments
Name
DataType
Description
Result
Result of the backup operation
Restore
BrowseName
Restore
Performs a hot restore from file of the embedded database.
InputArguments
Name
DataType
Description
InputFilePath
Path to the file to be restored
OutputArguments
Name
DataType
Description
Result
Result of the restore operation
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.