Uses of Class
acdp.tools.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in acdp.tools
Methods in acdp.tools that return SettingsModifier and TypeMethodDescriptionfinal Settings
Settings.save()
Saves the settings.final Settings
Settings.setColumnName
(String tableName, String columnName, String value) Sets the name of the specified column to the specified new value.final Settings
Settings.setConsistencyNumber
(int value) Sets the consistency number to the specified value.final Settings
Settings.setFlDataFile
(String tableName, String value) Sets the path (including the file name) of the specified table's FL data file to the specified value.final Settings
Settings.setForceWriteCommit
(boolean value) Sets the value of the "force write on commit" database property.final Settings
Sets the name of the database to the specified value.final Settings
Settings.setRecFile
(String value) Sets the path (including the file name) of the database's recorder file to the specified value.final Settings
Settings.setTableName
(String tableName, String value) Sets the name of the specified table to the specified new value.final Settings
Settings.setTypeFactoryClasspath
(String tableName, String columnName, String value) Sets the extra classpath of the specified column's type factory to the specified value.final Settings
Settings.setVersion
(String value) Sets the version of the database to the specified value.final Settings
Settings.setVlDataFile
(String tableName, String value) Sets the path (including the file name) of the specified table's VL data file to the specified value, provided that the path is specified in the table layout.