Sack Library Documentation
|
Contains methods for saving and recovering options from a database. If enabled, will use a local option.db sqlite database. Use EditOptions application to modify options. Can use any database connection, but sql.config file will specify 'option.db' to start.
Name |
Description |
This is namespace sack::sql::options::interface. |
|
Name |
Description |
|
This is function sack::sql::options::BeginBatchUpdate. | |
|
This is function sack::sql::options::DeleteOption. | |
|
This is function sack::sql::options::DuplicateOption. | |
|
This is function sack::sql::options::EndBatchUpdate. | |
|
This is function sack::sql::options::EnumOptions. | |
|
This is function sack::sql::options::EnumOptionsEx. | |
|
This is function sack::sql::options::GetOptionIndexEx. | |
|
This is function sack::sql::options::GetOptionStringValue. | |
|
This is function sack::sql::options::GetOptionStringValueEx. | |
|
This is function sack::sql::options::GetOptionValueIndex. | |
|
This is function sack::sql::options::GetOptionValueIndexEx. | |
|
This is function sack::sql::options::GetSystemID. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
All gets eventually end up here. This function gets a value from a database. Functions which return an 'int' use this function, but has extra processing to convert the text into a number; also if the text is 'Y', or 'y' then the option's int value is 1. | |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
Sets the option database to use (does not prevent preload/deadstart code from using the old database) but this can be used for comparison utilities. | |
|
This is function sack::sql::options::SetOptionDatabaseOption. | |
|
This is function sack::sql::options::SetOptionStringValue. |
Name |
Description |
This is macro sack::sql::options::GetOptionIndex. | |
This is macro sack::sql::options::OptGetPrivateProfileInt. | |
This is macro sack::sql::options::OptGetPrivateProfileIntEx. | |
ifdef DEFAULT_OPTION_INTERFACE undef GetPrivateProfileString undef GetPrivateProfileInt undef GetProfileString undef GetProfileInt undef WritePrivateProfileString undef WritePrivateProfileInt undef WriteProfileString undef WriteProfileInt | |
This is macro sack::sql::options::OptGetPrivateProfileStringEx. | |
This is macro sack::sql::options::OptGetProfileInt. | |
This is macro sack::sql::options::OptGetProfileIntEx. | |
This is macro sack::sql::options::OptGetProfileString. | |
This is macro sack::sql::options::OptGetProfileStringEx. | |
This is macro sack::sql::options::OptWritePrivateProfileInt. | |
This is macro sack::sql::options::OptWritePrivateProfileString. | |
This is macro sack::sql::options::OptWritePrivateProfileStringEx. | |
This is macro sack::sql::options::OptWriteProfileInt. | |
This is macro sack::sql::options::OptWriteProfileString. | |
This is macro sack::sql::options::OptWriteProfileStringEx. | |
This is macro sack::sql::options::SACK_OPTION_NAMESPACE. | |
This is macro sack::sql::options::SACK_OPTION_NAMESPACE_END. | |
This is macro sack::sql::options::SQLGETOPTION_PROC. |
Name |
Description |
This is type sack::sql::options::POPTION_TREE_NODE. |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|