ConfigConstants

Overview

The ConfigConstants static helper class holds strings required for the manipulation of configuration files.

This constants list covers the names of XML nodes and attributes, default configuration names and file extensions. Members of this class are also used to parse configuration files with the help of other classes, such as the DataProviderInfo, DatabaseProfile and Configuration classes and should not be used separately.

Location

Constants


attr_DefaultAuxParams

Holds the DefaultAuxParams string value and is used as the attribute name for default auxiliary parameters.

 

const attr_DefaultAuxParams: String = 'DefaultAuxParams'

 

const String attr_DefaultAuxParams = "DefaultAuxParams"

 

Const attr_DefaultAuxParams As String = "DefaultAuxParams"

attr_FileMask

Holds the FileMask string value and is used as the attribute name for file mask.

 

const attr_FileMask: String = 'FileMask'

 

const String attr_FileMask = "FileMask"

 

Const attr_FileMask As String = "FileMask"

attr_InputDirectionValue

Holds the InputDirectionValue string value.

 

const attr_InputDirectionValue: String = 'InputDirectionValue'

 

const String attr_InputDirectionValue = "InputDirectionValue"

 

Const attr_InputDirectionValue As String = "InputDirectionValue"

attr_InputOutputDirectionValue

Holds the XML attribute InputOutputDirectionValue string marker.

 

const attr_InputOutputDirectionValue: String = 'InputOutputDirectionValue'

 

const String attr_InputOutputDirectionValue = "InputOutputDirectionValue"

 

Const attr_InputOutputDirectionValue As String = "InputOutputDirectionValue"

attr_IsNullableValue

Holds the XML attribute IsNullableValue string marker.

 

const attr_IsNullableValue: String = 'IsNullableValue'

 

const String attr_IsNullableValue = "IsNullableValue"

 

Const attr_IsNullableValue As String = "IsNullableValue"

attr_MapDatabase

Holds the XML attribute Database string marker.

 

const attr_MapDatabase: String = 'Database'

 

const String attr_MapDatabase = "Database"

 

Const attr_MapDatabase As String = "Database"

attr_MapPassword

Holds the XML attribute Password string marker.

 

const attr_MapPassword: String = 'Password'

 

const String attr_MapPassword = "Password"

 

Const attr_MapPassword As String = "Password"

attr_MapServer

Holds the XML attribute Server string marker.

 

const attr_MapServer: String = 'Server'

 

const String attr_MapServer = "Server"

 

Const attr_MapServer As String = "Server"

attr_MapsTo

Holds the XML attribute MapsTo string marker.

 

const attr_MapsTo: String = 'MapsTo'

 

const String attr_MapsTo = "MapsTo"

 

Const attr_MapsTo As String = "MapsTo"

attr_MapUserID

Holds the XML attribute UserID string marker.

 

const attr_MapUserID: String = 'UserID'

 

const String attr_MapUserID = "UserID"

 

Const attr_MapUserID As String = "UserID"

attr_Match

Holds the XML attribute Match string marker.

 

const attr_Match: String = 'Match'

 

const String attr_Match = "Match"

 

Const attr_Match As String = "Match"

attr_Name

Holds the XML attribute Name string marker.

 

const attr_Name: String = 'Name'

 

const String attr_Name = "Name"

 

Const attr_Name As String = "Name"

attr_NameSymbol

Holds the XML attribute NameSymbol string marker.

 

const attr_NameSymbol: String = 'NameSymbol'

 

const String attr_NameSymbol = "NameSymbol"

 

Const attr_NameSymbol As String = "NameSymbol"

attr_OutputDirectionValue

Holds the XML attribute OutputDirectionValue string marker.

 

const attr_OutputDirectionValue: String = 'OutputDirectionValue'

 

const String attr_OutputDirectionValue = "OutputDirectionValue"

 

Const attr_OutputDirectionValue As String = "OutputDirectionValue"

attr_Profile

Holds the XML attribute Profile string marker.

 

const attr_Profile: String = 'Profile'

 

const String attr_Profile = "Profile"

 

Const attr_Profile As String = "Profile"

attr_QuotingIdentifiers

Holds the XML attribute QuotingIdentifiers string marker.

 

const attr_QuotingIdentifiers: String = 'QuotingIdentifiers'

 

const String attr_QuotingIdentifiers = "QuotingIdentifiers"

 

Const attr_QuotingIdentifiers As String = "QuotingIdentifiers"

attr_ResultDirectionValue

Holds the XML attribute ResultDirectionValue string marker.

 

const attr_ResultDirectionValue: String = 'ResultDirectionValue'

 

const String attr_ResultDirectionValue = "ResultDirectionValue"

 

Const attr_ResultDirectionValue As String = "ResultDirectionValue"

attr_SQL

Holds the XML attribute QuotingIdentifiers string marker.

 

const attr_SQL: String = 'SQL'

 

const String attr_SQL = "SQL"

 

Const attr_SQL As String = "SQL"

attr_SQLArgs

Holds the XML attribute WithParams string marker.

 

const attr_SQLArgs: String = 'WithParams'

 

const String attr_SQLArgs = "WithParams"

 

Const attr_SQLArgs As String = "WithParams"

attr_SQLNoArgs

Holds the XML attribute WithoutParams string marker.

 

const attr_SQLNoArgs: String = 'WithoutParams'

 

const String attr_SQLNoArgs = "WithoutParams"

 

Const attr_SQLNoArgs As String = "WithoutParams"

attr_SQLSymbol

Holds the XML attribute SQLSymbol string marker.

 

const attr_SQLSymbol: String = 'SQLSymbol'

 

const String attr_SQLSymbol = "SQLSymbol"

 

Const attr_SQLSymbol As String = "SQLSymbol"

attr_SupportsAutoIncs

Holds the XML attribute SupportsAutoIncs string marker.

 

const attr_SupportsAutoIncs: String = 'SupportsAutoIncs'

 

const String attr_SupportsAutoIncs = "SupportsAutoIncs"

 

Const attr_SupportsAutoIncs As String = "SupportsAutoIncs"

attr_Type

Holds the XML attribute Type string marker.

 

const attr_Type: String = 'Type'

 

const String attr_Type = "Type"

 

Const attr_Type As String = "Type"

attr_UseDateTime2

 

const attr_UseDateTime2: String = 'UseDateTime2'

 

const String attr_UseDateTime2 = "UseDateTime2"

 

Const attr_UseDateTime2 As String = "UseDateTime2"

attr_Value

Holds the XML attribute Value string marker.

 

const attr_Value: String = 'Value'

 

const String attr_Value = "Value"

 

Const attr_Value As String = "Value"

ConfigExtenstion

 

const ConfigExtenstion: String = '.daConfig'

 

const String ConfigExtenstion = ".daConfig"

 

Const ConfigExtenstion As String = ".daConfig"

ConfigName

 

const ConfigName: String = 'DataAbstract.daConfig'

 

const String ConfigName = "DataAbstract.daConfig"

 

Const ConfigName As String = "DataAbstract.daConfig"

MacroProcessorClassSuffix

 

const MacroProcessorClassSuffix: String = 'MacroProcessor'

 

const String MacroProcessorClassSuffix = "MacroProcessor"

 

Const MacroProcessorClassSuffix As String = "MacroProcessor"

node_AssemblyName

Holds the XML node AssemblyName string marker.

 

const node_AssemblyName: String = 'AssemblyName'

 

const String node_AssemblyName = "AssemblyName"

 

Const node_AssemblyName As String = "AssemblyName"

node_CommandBuilderClassName

Holds the XML node CommandBuilderClassName string marker.

 

const node_CommandBuilderClassName: String = 'CommandBuilderClassName'

 

const String node_CommandBuilderClassName = "CommandBuilderClassName"

 

Const node_CommandBuilderClassName As String = "CommandBuilderClassName"

node_ConnectionClassName

Holds the XML node ConnectionClassName string marker.

 

const node_ConnectionClassName: String = 'ConnectionClassName'

 

const String node_ConnectionClassName = "ConnectionClassName"

 

Const node_ConnectionClassName As String = "ConnectionClassName"

node_ConnectionStringBuilderClassName

Holds the XML node ConnectionBuilderClassName string marker.

 

const node_ConnectionStringBuilderClassName: String = 'ConnectionStringBuilderClassName'

 

const String node_ConnectionStringBuilderClassName = "ConnectionStringBuilderClassName"

 

Const node_ConnectionStringBuilderClassName As String = "ConnectionStringBuilderClassName"

node_DataAdapterClassName

Holds the XML node DataAdapterClassName string marker.

 

const node_DataAdapterClassName: String = 'DataAdapterClassName'

 

const String node_DataAdapterClassName = "DataAdapterClassName"

 

Const node_DataAdapterClassName As String = "DataAdapterClassName"

node_DatabaseLocation

Holds the XML node DatabaseLocation string marker.

 

const node_DatabaseLocation: String = 'DatabaseLocation'

 

const String node_DatabaseLocation = "DatabaseLocation"

 

Const node_DatabaseLocation As String = "DatabaseLocation"

node_DatabaseProfile

Holds the XML node DatabaseDatabaseProfile string marker.

 

const node_DatabaseProfile: String = 'Profile'

 

const String node_DatabaseProfile = "Profile"

 

Const node_DatabaseProfile As String = "Profile"

node_DatabaseProfiles

Holds the XML node DatabaseProfiles string marker.

 

const node_DatabaseProfiles: String = 'DatabaseProfiles'

 

const String node_DatabaseProfiles = "DatabaseProfiles"

 

Const node_DatabaseProfiles As String = "DatabaseProfiles"

node_DateTime

 

const node_DateTime: String = 'DateTime'

 

const String node_DateTime = "DateTime"

 

Const node_DateTime As String = "DateTime"

node_Description

Holds the XML node Description string marker.

 

const node_Description: String = 'Description'

 

const String node_Description = "Description"

 

Const node_Description As String = "Description"

node_DriverNotFoundText

Holds the XML node DriverNotFoundText string marker.

 

const node_DriverNotFoundText: String = 'DriverNotFoundText'

 

const String node_DriverNotFoundText = "DriverNotFoundText"

 

Const node_DriverNotFoundText As String = "DriverNotFoundText"

node_ExecuteStoredProcedure

Holds the XML node ExecuteStoredProcedure string marker.

 

const node_ExecuteStoredProcedure: String = 'ExecuteStoredProcedure'

 

const String node_ExecuteStoredProcedure = "ExecuteStoredProcedure"

 

Const node_ExecuteStoredProcedure As String = "ExecuteStoredProcedure"

node_FactoryClassName

Holds the XML node FactoryClassName string marker.

 

const node_FactoryClassName: String = 'FactoryClassName'

 

const String node_FactoryClassName = "FactoryClassName"

 

Const node_FactoryClassName As String = "FactoryClassName"

node_GetDatabaseNames

Holds the XML node GetDatabaseNames string marker.

 

const node_GetDatabaseNames: String = 'GetDatabaseNames'

 

const String node_GetDatabaseNames = "GetDatabaseNames"

 

Const node_GetDatabaseNames As String = "GetDatabaseNames"

node_GetForeignKeys

Holds the XML node GetForeignKeys string marker.

 

const node_GetForeignKeys: String = 'GetForeignKeys'

 

const String node_GetForeignKeys = "GetForeignKeys"

 

Const node_GetForeignKeys As String = "GetForeignKeys"

node_GetGeneratorNames

Holds the XML node GetGeneratorNames string marker.

 

const node_GetGeneratorNames: String = 'GetGeneratorNames'

 

const String node_GetGeneratorNames = "GetGeneratorNames"

 

Const node_GetGeneratorNames As String = "GetGeneratorNames"

node_GetLastAutoInc

Holds the XML node GetLastAutoInc string marker.

 

const node_GetLastAutoInc: String = 'GetLastAutoInc'

 

const String node_GetLastAutoInc = "GetLastAutoInc"

 

Const node_GetLastAutoInc As String = "GetLastAutoInc"

node_GetStoredProcedureNames

Holds the XML node GetStoredProcedureNames string marker.

 

const node_GetStoredProcedureNames: String = 'GetStoredProcedureNames'

 

const String node_GetStoredProcedureNames = "GetStoredProcedureNames"

 

Const node_GetStoredProcedureNames As String = "GetStoredProcedureNames"

node_GetStoredProcedureParameters

Holds the XML node GetStoredProcedureParameters string marker.

 

const node_GetStoredProcedureParameters: String = 'GetStoredProcedureParameters'

 

const String node_GetStoredProcedureParameters = "GetStoredProcedureParameters"

 

Const node_GetStoredProcedureParameters As String = "GetStoredProcedureParameters"

node_GetTableFields

Holds the XML node GetTableFields string marker.

 

const node_GetTableFields: String = 'GetTableFields'

 

const String node_GetTableFields = "GetTableFields"

 

Const node_GetTableFields As String = "GetTableFields"

node_GetTableNames

Holds the XML node GetTableNames string marker.

 

const node_GetTableNames: String = 'GetTableNames'

 

const String node_GetTableNames = "GetTableNames"

 

Const node_GetTableNames As String = "GetTableNames"

node_GetViewNames

Holds the XML node GetViewNames string marker.

 

const node_GetViewNames: String = 'GetViewNames'

 

const String node_GetViewNames = "GetViewNames"

 

Const node_GetViewNames As String = "GetViewNames"

node_GetViewNames_OLD

Holds the XML node GetStoredProcedureParameters string marker.

 

const node_GetViewNames_OLD: String = 'GetViewsNames'

 

const String node_GetViewNames_OLD = "GetViewsNames"

 

Const node_GetViewNames_OLD As String = "GetViewsNames"

node_KnownDrivers

Holds the XML node KnownDriver string marker.

 

const node_KnownDrivers: String = 'KnownDrivers'

 

const String node_KnownDrivers = "KnownDrivers"

 

Const node_KnownDrivers As String = "KnownDrivers"

node_KnownProviders

Holds the XML node KnownProviders string marker.

 

const node_KnownProviders: String = 'KnownProviders'

 

const String node_KnownProviders = "KnownProviders"

 

Const node_KnownProviders As String = "KnownProviders"

node_MacroProcessorAssemblyName

Holds the XML node MacroProcessorAssemblyName string marker.

 

const node_MacroProcessorAssemblyName: String = 'MacroProcessorAssemblyName'

 

const String node_MacroProcessorAssemblyName = "MacroProcessorAssemblyName"

 

Const node_MacroProcessorAssemblyName As String = "MacroProcessorAssemblyName"

node_MacroProcessorClassName

Holds the XML node MacroProcessorClassName string marker.

 

const node_MacroProcessorClassName: String = 'MacroProcessorClassName'

 

const String node_MacroProcessorClassName = "MacroProcessorClassName"

 

Const node_MacroProcessorClassName As String = "MacroProcessorClassName"

node_Mapping

Holds the XML node Mapping string marker.

 

const node_Mapping: String = 'Mapping'

 

const String node_Mapping = "Mapping"

 

Const node_Mapping As String = "Mapping"

node_NewConnectionHelp

Holds the XML node NewConnectionHelp string marker.

 

const node_NewConnectionHelp: String = 'NewConnectionHelpText'

 

const String node_NewConnectionHelp = "NewConnectionHelpText"

 

Const node_NewConnectionHelp As String = "NewConnectionHelpText"

node_OptionalParameters

Holds the XML node OptionalParameters string marker.

 

const node_OptionalParameters: String = 'OptionalParameters'

 

const String node_OptionalParameters = "OptionalParameters"

 

Const node_OptionalParameters As String = "OptionalParameters"

node_ParamAliases

Holds the XML node ParamAliases string marker.

 

const node_ParamAliases: String = 'ParamAliases'

 

const String node_ParamAliases = "ParamAliases"

 

Const node_ParamAliases As String = "ParamAliases"

node_Parameter

Holds the XML node Parameter string marker.

 

const node_Parameter: String = 'Parameter'

 

const String node_Parameter = "Parameter"

 

Const node_Parameter As String = "Parameter"

node_ParameterHandling

Holds the XML node ParameterHandling string marker.

 

const node_ParameterHandling: String = 'ParameterHandling'

 

const String node_ParameterHandling = "ParameterHandling"

 

Const node_ParameterHandling As String = "ParameterHandling"

node_ParamMappings

Holds the XML node ParamMappings string marker.

 

const node_ParamMappings: String = 'ParamMappings'

 

const String node_ParamMappings = "ParamMappings"

 

Const node_ParamMappings As String = "ParamMappings"

node_ProfilesMappings

Holds the XML node ProfilesMappings string marker.

 

const node_ProfilesMappings: String = 'ProfileMappings'

 

const String node_ProfilesMappings = "ProfileMappings"

 

Const node_ProfilesMappings As String = "ProfileMappings"

node_ProviderName

Holds the XML node ProviderName string marker.

 

const node_ProviderName: String = 'ProviderName'

 

const String node_ProviderName = "ProviderName"

 

Const node_ProviderName As String = "ProviderName"

node_SelectSpSyntax

Holds the XML node SelectSpSyntax string marker.

 

const node_SelectSpSyntax: String = 'SelectSPSyntax'

 

const String node_SelectSpSyntax = "SelectSPSyntax"

 

Const node_SelectSpSyntax As String = "SelectSPSyntax"

node_TypesMappings

Holds the XML node TypesMappings string marker.

 

const node_TypesMappings: String = 'TypesMappings'

 

const String node_TypesMappings = "TypesMappings"

 

Const node_TypesMappings As String = "TypesMappings"