|
| class | AddLocalizedResourceProcedure |
| | Prepares, validates, and executes the function "localization.add_localized_resource(_resource_class text, _culture_code text, _key text, _value text)" on the database. More...
|
| |
| class | AddResourceProcedure |
| | Prepares, validates, and executes the function "localization.add_resource(resource_class text, key text, value text)" on the database. More...
|
| |
| class | CreateCultureProcedure |
| | Prepares, validates, and executes the function "localization.create_culture(_culture_code text, _culture_name text)" on the database. More...
|
| |
| class | Culture |
| | Provides simplified data access features to perform SCRUD operation on the database table "localization.cultures". More...
|
| |
| class | GetLocalizationTableProcedure |
| | Prepares, validates, and executes the function "localization.get_localization_table(culture_code text)" on the database. More...
|
| |
| class | GetMenuTableProcedure |
| | Prepares, validates, and executes the function "localization.get_menu_table(_culture_code text)" on the database. More...
|
| |
| class | GetOutputForProcedure |
| | Prepares, validates, and executes the function "localization.get_output_for(_culture_code character varying)" on the database. More...
|
| |
| class | LocalizedResource |
| | Provides simplified data access features to perform SCRUD operation on the database table "localization.localized_resources". More...
|
| |
| class | LocalizedResourceView |
| | Provides simplified data access features to perform SCRUD operation on the database view "localization.localized_resource_view". More...
|
| |
| class | Resource |
| | Provides simplified data access features to perform SCRUD operation on the database table "localization.resources". More...
|
| |
| class | ResourceView |
| | Provides simplified data access features to perform SCRUD operation on the database view "localization.resource_view". More...
|
| |