diff --git a/.commitlint.yaml b/.commitlint.yaml
new file mode 100644
index 00000000..964d844f
--- /dev/null
+++ b/.commitlint.yaml
@@ -0,0 +1,64 @@
+version: v0.10.1
+formatter: default
+rules:
+- header-min-length
+- header-max-length
+- body-max-line-length
+- footer-max-line-length
+- type-enum
+severity:
+ default: error
+settings:
+ body-max-length:
+ argument: -1
+ body-max-line-length:
+ argument: 72
+ body-min-length:
+ argument: 0
+ description-max-length:
+ argument: -1
+ description-min-length:
+ argument: 0
+ footer-enum:
+ argument: []
+ footer-max-length:
+ argument: -1
+ footer-max-line-length:
+ argument: 72
+ footer-min-length:
+ argument: 0
+ footer-type-enum:
+ argument: []
+ header-max-length:
+ argument: 50
+ header-min-length:
+ argument: 10
+ scope-charset:
+ argument: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/,
+ scope-enum:
+ argument: []
+ flags:
+ allow-empty: true
+ scope-max-length:
+ argument: -1
+ scope-min-length:
+ argument: 0
+ type-charset:
+ argument: abcdefghijklmnopqrstuvwxyz
+ type-enum:
+ argument:
+ - feat
+ - fix
+ - docs
+ - style
+ - refactor
+ - perf
+ - test
+ - build
+ - ci
+ - chore
+ - revert
+ type-max-length:
+ argument: -1
+ type-min-length:
+ argument: 0
diff --git a/.commitlint/hooks/commit-msg b/.commitlint/hooks/commit-msg
new file mode 100644
index 00000000..afeb099b
--- /dev/null
+++ b/.commitlint/hooks/commit-msg
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+if ! type commitlint >/dev/null 2>/dev/null; then
+ echo ""
+ echo "commitlint could not be found"
+ echo "try again after installing commitlint or add commitlint to PATH"
+ echo ""
+ exit 2;
+fi
+
+commitlint lint --message $1
+
diff --git a/DubUrl.Testing/coverage.net6.0.opencover.xml b/DubUrl.Testing/coverage.net6.0.opencover.xml
deleted file mode 100644
index 5916c760..00000000
--- a/DubUrl.Testing/coverage.net6.0.opencover.xml
+++ /dev/null
@@ -1,13866 +0,0 @@
-
-
-
-
-
- DubUrl.dll
- 2023-08-12T02:18:21
- DubUrl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.CommonExtensions
-
-
-
-
- T DubUrl.CommonExtensions::NullIf(T,System.Func`2<T,System.Boolean>)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.CommonExtensions::To(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.CommonExtensions::To(System.Object,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrl
-
-
-
-
- DubUrl.ConnectionUrl/ParseResult DubUrl.ConnectionUrl::get_Result()
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.SchemeMapperBuilder DubUrl.ConnectionUrl::get_SchemeMapperBuilder()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IMapper DubUrl.ConnectionUrl::get_Mapper()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Parsing.IParser DubUrl.ConnectionUrl::get_Parser()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.ConnectionUrl::get_Url()
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrl/ParseResult DubUrl.ConnectionUrl::ParseDetail()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.ConnectionUrl::Parse()
-
-
-
-
-
-
-
-
-
-
- System.Data.IDbConnection DubUrl.ConnectionUrl::Connect()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Data.IDbConnection DubUrl.ConnectionUrl::Open()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.ConnectionUrl::get_Dialect()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IConnectivity DubUrl.ConnectionUrl::get_Connectivity()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.ConnectionUrl::get_Parametrizer()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrl::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrl::.ctor(System.String,DubUrl.Mapping.SchemeMapperBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrl::.ctor(System.String,DubUrl.Parsing.IParser,DubUrl.Mapping.SchemeMapperBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrl/ParseResult
-
-
-
-
- System.String DubUrl.ConnectionUrl/ParseResult::get_ConnectionString()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrlFactory
-
-
-
-
- DubUrl.Mapping.SchemeMapperBuilder DubUrl.ConnectionUrlFactory::get_SchemeMapperBuilder()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Parsing.IParser DubUrl.ConnectionUrlFactory::get_Parser()
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrl DubUrl.ConnectionUrlFactory::Instantiate(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrlFactory::.ctor(DubUrl.Mapping.SchemeMapperBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrlFactory::.ctor(DubUrl.Parsing.IParser,DubUrl.Mapping.SchemeMapperBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.DatabaseUrl
-
-
-
-
- DubUrl.ConnectionUrl DubUrl.DatabaseUrl::get_ConnectionUrl()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.CommandProvisionerFactory DubUrl.DatabaseUrl::get_CommandProvisionerFactory()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.ICaster[] DubUrl.DatabaseUrl::get_Casters()
-
-
-
-
-
-
-
-
-
-
- System.Data.IDbCommand DubUrl.DatabaseUrl::PrepareCommand(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadScalar(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadScalar(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadScalarNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadScalarNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalar(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalar(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalar(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalarNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalarNonNull(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalarNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.Object,System.Data.IDataReader> DubUrl.DatabaseUrl::ReadInternal(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadSingle(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadSingle(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadSingleNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadSingleNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadFirst(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadFirst(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadFirstNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadFirstNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<System.Object> DubUrl.DatabaseUrl::ReadMultiple(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Data.IDataReader DubUrl.DatabaseUrl::ExecuteReader(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Data.IDataReader DubUrl.DatabaseUrl::ExecuteReader(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::NormalizeReturnType(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrl::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrl::.ctor(DubUrl.ConnectionUrlFactory,System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrl::.ctor(DubUrl.ConnectionUrlFactory,DubUrl.Querying.Reading.CommandProvisionerFactory,System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrl::.ctor(DubUrl.ConnectionUrl,DubUrl.Querying.Reading.CommandProvisionerFactory)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.DatabaseUrl/<ReadMultiple>d__34
-
-
-
-
- System.Boolean DubUrl.DatabaseUrl/<ReadMultiple>d__34::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.DatabaseUrlFactory
-
-
-
-
- DubUrl.ConnectionUrlFactory DubUrl.DatabaseUrlFactory::get_ConnectionUrlFactory()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.CommandProvisionerFactory DubUrl.DatabaseUrlFactory::get_CommandProvisionerFactory()
-
-
-
-
-
-
-
-
-
-
- DubUrl.DatabaseUrl DubUrl.DatabaseUrlFactory::Instantiate(System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrlFactory::.ctor(DubUrl.ConnectionUrlFactory,DubUrl.Querying.Reading.CommandProvisionerFactory)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.DubUrlException
-
-
-
-
- System.Void DubUrl.DubUrlException::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.ConnectionStringRewriter
-
-
-
-
- DubUrl.Rewriting.Tokening.ISpecificator DubUrl.Rewriting.ConnectionStringRewriter::get_Specificator()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.BaseTokenMapper[] DubUrl.Rewriting.ConnectionStringRewriter::get_TokenMappers()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.ConnectionStringRewriter::get_ConnectionString()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object> DubUrl.Rewriting.ConnectionStringRewriter::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.ConnectionStringRewriter::ReplaceTokenMapper(System.Type,DubUrl.Rewriting.Tokening.BaseTokenMapper)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.ConnectionStringRewriter::.ctor(DubUrl.Rewriting.Tokening.ISpecificator,DubUrl.Rewriting.Tokening.BaseTokenMapper[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.MultipleSchemeFoundException
-
-
-
-
- System.Void DubUrl.Rewriting.MultipleSchemeFoundException::.ctor(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.SchemeNotFoundException
-
-
-
-
- System.Void DubUrl.Rewriting.SchemeNotFoundException::.ctor(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.SchemeNotFoundException::.ctor(System.String[],System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.UnexpectedSchemesWithDriverNameException
-
-
-
-
- System.Void DubUrl.Rewriting.UnexpectedSchemesWithDriverNameException::.ctor(System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.UsernameNotFoundException
-
-
-
-
- System.Void DubUrl.Rewriting.UsernameNotFoundException::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.BaseTokenMapper
-
-
-
-
- DubUrl.Rewriting.Tokening.ISpecificator DubUrl.Rewriting.Tokening.BaseTokenMapper::get_Specificator()
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.BaseTokenMapper::set_Specificator(DubUrl.Rewriting.Tokening.ISpecificator)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.BaseTokenMapper::Accept(DubUrl.Rewriting.Tokening.ISpecificator)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.BaseTokenMapper::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.ExtendedPropertiesMapper
-
-
-
-
- System.String[] DubUrl.Rewriting.Tokening.ExtendedPropertiesMapper::get_Values()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.ExtendedPropertiesMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.ExtendedPropertiesMapper::.ctor(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.OptionsMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.OptionsMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.Specificator
-
-
-
-
- System.Data.Common.DbConnectionStringBuilder DubUrl.Rewriting.Tokening.Specificator::get_Csb()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.Specificator::Execute(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Rewriting.Tokening.Specificator::ContainsKey(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.Specificator::AddToken(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.Tokening.Specificator::get_ConnectionString()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object> DubUrl.Rewriting.Tokening.Specificator::ToReadOnlyDictionary()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.Specificator::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.SpecificatorStraight
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.SpecificatorStraight::Execute(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.SpecificatorStraight::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.SpecificatorUnchecked
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.SpecificatorUnchecked::Execute(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.SpecificatorUnchecked::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.CockRoachRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.CockRoachRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.CockRoachRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.CockRoachRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.Db2Rewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.Db2Rewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.Db2Rewriter/ServerMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.Db2Rewriter/ServerMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.Db2Rewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.Db2Rewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.Db2Rewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.Db2Rewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter/SchemaMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter/SchemaMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DuckdbRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DuckdbRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DuckdbRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DuckdbRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.Implementation.DuckdbRewriter/DataSourceMapper::BuildPath(System.Collections.Generic.IEnumerable`1<System.String>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MariaDbConnectorRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MariaDbConnectorRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MariaDbDataRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MariaDbDataRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MsSqlServerRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MsSqlServerRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MsSqlServerRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MsSqlServerRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MsSqlServerRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MsSqlServerRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MsSqlServerRewriter/InitialCatalogMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MsSqlServerRewriter/InitialCatalogMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlConnectorRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter::.ctor(DubUrl.Rewriting.Tokening.Specificator,DubUrl.Rewriting.Tokening.BaseTokenMapper[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/ServerMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/ServerMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlDataRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlDataRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlDataRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlDataRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcDbqRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DbqMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DbqMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DbqMapper::BuildPath(System.Collections.Generic.IEnumerable`1<System.String>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorFactory DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::get_DriverLocatorFactory()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IList`1<System.Type> DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::get_AvailableOptions()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.Type> DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::InitializeOptions()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::.ctor(DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcDbqRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorFactory DubUrl.Rewriting.Implementation.OdbcRewriter::get_DriverLocatorFactory()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Rewriting.Tokening.BaseTokenMapper[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorFactory DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::get_DriverLocatorFactory()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IList`1<System.Type> DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::get_AvailableOptions()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.Type> DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::InitializeOptions()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::.ctor(DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/OptionsMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/OptionsMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter/DsnMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter/DsnMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter::.ctor(DubUrl.Rewriting.Tokening.ISpecificator,DubUrl.Rewriting.Tokening.BaseTokenMapper[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter/OptionsMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter/OptionsMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter/AccountMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter/AccountMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter/SchemaMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter/SchemaMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SqliteRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SqliteRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SqliteRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SqliteRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.Implementation.SqliteRewriter/DataSourceMapper::BuildPath(System.Collections.Generic.IEnumerable`1<System.String>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter/PortNumberMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter/PortNumberMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TimescaleRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TimescaleRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/CatalogMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/CatalogMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/SchemaMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/SchemaMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/CatalogMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/CatalogMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/SchemaMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/SchemaMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/OptionsMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/OptionsMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.BinFolderDiscover
-
-
-
-
- System.Reflection.Assembly[] DubUrl.Registering.BinFolderDiscover::get_Assemblies()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapperIntrospector[] DubUrl.Registering.BinFolderDiscover::get_MapperIntrospectors()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.BinFolderDiscover::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.BinFolderDiscover::.ctor(DubUrl.Mapping.BaseMapperIntrospector[])
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.BinFolderDiscover::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.BinFolderDiscover::.ctor(System.Reflection.Assembly[],DubUrl.Mapping.BaseMapperIntrospector[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.BinFolderDiscover/<>c
-
-
-
-
- System.String[] DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_0(System.String[],System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_1(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_2(System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_3(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_4(System.String[],DubUrl.Mapping.BaseMapperIntrospector)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_7(System.Reflection.TypeInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.BinFolderDiscover/<>c__DisplayClass10_0
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<>c__DisplayClass10_0::<Execute>b__6(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.BinFolderDiscover/<Execute>d__10
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<Execute>d__10::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.ProviderFactoriesRegistrator
-
-
-
-
- DubUrl.Registering.IProviderFactoriesDiscover DubUrl.Registering.ProviderFactoriesRegistrator::get_Discover()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ProviderFactoriesRegistrator::Register()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ProviderFactoriesRegistrator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ProviderFactoriesRegistrator::.ctor(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ProviderFactoriesRegistrator::.ctor(DubUrl.Registering.IProviderFactoriesDiscover)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.ReferencedAssembliesDiscover
-
-
-
-
- System.Reflection.Assembly DubUrl.Registering.ReferencedAssembliesDiscover::get_EntryAssembly()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.Func`2<System.Reflection.AssemblyName,System.Boolean>> DubUrl.Registering.ReferencedAssembliesDiscover::get_Exclusions()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ReferencedAssembliesDiscover::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ReferencedAssembliesDiscover::.ctor(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.ReferencedAssembliesDiscover/<>c__DisplayClass8_0
-
-
-
-
- System.Boolean DubUrl.Registering.ReferencedAssembliesDiscover/<>c__DisplayClass8_0::<Execute>b__1(System.Func`2<System.Reflection.AssemblyName,System.Boolean>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.ReferencedAssembliesDiscover/<Execute>d__8
-
-
-
-
- System.Boolean DubUrl.Registering.ReferencedAssembliesDiscover/<Execute>d__8::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.ParameterInfo
-
-
-
-
- System.String DubUrl.Querying.ParameterInfo::get_Name()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.Object> DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::get_Parameters()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::get_SubTemplatesPath()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::get_DictionariesPath()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.IResourceTemplateManager DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::get_ResourceManager()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.String> DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::ReadSubTemplates(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>> DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::ReadDictionaries(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::Read(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::.ctor(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::.ctor(System.String,System.String,System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::.ctor(DubUrl.Querying.Reading.IResourceManager,System.String,System.String,System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager/ResourceMatch> DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::ListResourceMathing(System.String,System.String[],System.String,System.String)
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.String> DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::ListResources(System.String,System.String[],System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.Object> DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::ReadDictionary(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.IO.TextReader DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::GetResourceReader(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.String,System.Object> DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::ParseDictionaryEntry(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::.ctor(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.InlineTemplateCommand
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.Object> DubUrl.Querying.Templating.InlineTemplateCommand::get_Parameters()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.InlineTemplateCommand::Read(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.InlineTemplateCommand::.ctor(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.SqlRendererWrapper
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.IRenderer DubUrl.Querying.Templating.SqlRendererWrapper::get_Renderer()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.SqlRendererWrapper::ToString(System.Object,System.String,System.Globalization.CultureInfo)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.SqlRendererWrapper::.ctor(DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.StringTemplateEngine
-
-
-
-
- System.String DubUrl.Querying.Templating.StringTemplateEngine::Render(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.StringTemplateEngine::Render(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>,DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.StringTemplateEngine::Render(System.String,System.Collections.Generic.IDictionary`2<System.String,System.String>,System.Collections.Generic.IDictionary`2<System.String,System.Object>,DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.StringTemplateEngine::Render(System.String,System.Collections.Generic.IDictionary`2<System.String,System.String>,System.Collections.Generic.IDictionary`2<System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>>,System.Collections.Generic.IDictionary`2<System.String,System.Object>,DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Templating.StringTemplateEngine::TryParseTemplate(System.String,System.String&,System.String[]&,System.String&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.CommandProvisionerFactory
-
-
-
-
- DubUrl.Querying.Reading.ICommandProvisioner[] DubUrl.Querying.Reading.CommandProvisionerFactory::Instantiate(DubUrl.Querying.ICommandProvider,DubUrl.ConnectionUrl)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.EmbeddedSqlFileCommand
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileCommand::get_BasePath()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.IResourceManager DubUrl.Querying.Reading.EmbeddedSqlFileCommand::get_ResourceManager()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileCommand::Read(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Reading.EmbeddedSqlFileCommand::Exists(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity,System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.EmbeddedSqlFileCommand::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.EmbeddedSqlFileCommand::.ctor(DubUrl.Querying.Reading.IResourceManager,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager
-
-
-
-
- System.Reflection.Assembly DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::get_ResouceAssembly()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::get_ResourceNames()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::ReadResource(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.ParameterInfo[] DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::ReadParameters(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::Any(System.String,System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::BestMatch(System.String,System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager/ResourceMatch> DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::ListResourceMathing(System.String,System.String[],System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::.ctor(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager/ResourceMatch
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager/ResourceMatch::get_Path()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.InlineCommand
-
-
-
-
- System.String DubUrl.Querying.Reading.InlineCommand::get_Text()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Reading.InlineCommand::Read(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Reading.InlineCommand::Exists(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity,System.Boolean)
-
-
-
-
-
-
-
-
-
-
- System.Data.IDbCommand DubUrl.Querying.Reading.InlineCommand::CreateCommand(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity,System.Data.IDbConnection)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.InlineCommand::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.MissingCommandForDialectException
-
-
-
-
- System.Void DubUrl.Querying.Reading.MissingCommandForDialectException::.ctor(DubUrl.Querying.ICommandProvider,DubUrl.Querying.Dialects.IDialect)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.ParametersCommandProvisioner
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizedCommand DubUrl.Querying.Reading.ParametersCommandProvisioner::get_Provider()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Querying.Reading.ParametersCommandProvisioner::get_Parametrizer()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametersCommandProvisioner::Execute(System.Data.IDbCommand)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametersCommandProvisioner::.ctor(DubUrl.Querying.Parametrizing.IParametrizedCommand,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand
-
-
-
-
- System.Collections.Immutable.ImmutableArray`1<DubUrl.Querying.Parametrizing.DubUrlParameter> DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::get_Parameters()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::.ctor(System.String,DubUrl.Querying.Parametrizing.DubUrlParameterCollection)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::.ctor(System.String,DubUrl.Querying.Parametrizing.DubUrlParameter[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::.ctor(DubUrl.Querying.Reading.IResourceManager,System.String,DubUrl.Querying.Parametrizing.DubUrlParameterCollection)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::.ctor(DubUrl.Querying.Reading.IResourceManager,System.String,DubUrl.Querying.Parametrizing.DubUrlParameter[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.TextCommandProvisioner
-
-
-
-
- DubUrl.Querying.ICommandProvider DubUrl.Querying.Reading.TextCommandProvisioner::get_Provider()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Querying.Reading.TextCommandProvisioner::get_Dialect()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IConnectivity DubUrl.Querying.Reading.TextCommandProvisioner::get_Connectivity()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.TextCommandProvisioner::Execute(System.Data.IDbCommand)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.TextCommandProvisioner::.ctor(DubUrl.Querying.ICommandProvider,DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter
-
-
-
-
- System.Object DubUrl.Querying.Parametrizing.DubUrlParameter::get_Value()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Parametrizing.DubUrlParameter::get_Name()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter`1
-
-
-
-
- T DubUrl.Querying.Parametrizing.DubUrlParameter`1::get_Value()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter`1::set_Value(T)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter`1::SetValue(T)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter`1::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter`1::.ctor(System.String,T)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterBoolean
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBoolean::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBoolean::.ctor(System.String,System.Nullable`1<System.Boolean>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterTinyInt
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTinyInt::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTinyInt::.ctor(System.String,System.Nullable`1<System.SByte>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterSmallInt
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSmallInt::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSmallInt::.ctor(System.String,System.Nullable`1<System.Int16>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterInt
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterInt::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterInt::.ctor(System.String,System.Nullable`1<System.Int32>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterBigInt
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBigInt::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBigInt::.ctor(System.String,System.Nullable`1<System.Int64>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterTinyIntUnsigned
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTinyIntUnsigned::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTinyIntUnsigned::.ctor(System.String,System.Nullable`1<System.Byte>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterSmallIntUnsigned
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSmallIntUnsigned::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSmallIntUnsigned::.ctor(System.String,System.Nullable`1<System.UInt16>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterIntUnsigned
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterIntUnsigned::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterIntUnsigned::.ctor(System.String,System.Nullable`1<System.UInt32>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterBigIntUnsigned
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBigIntUnsigned::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBigIntUnsigned::.ctor(System.String,System.Nullable`1<System.UInt64>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterSingle
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSingle::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSingle::.ctor(System.String,System.Nullable`1<System.Single>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDouble
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDouble::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDouble::.ctor(System.String,System.Nullable`1<System.Double>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDecimal
-
-
-
-
- System.Byte DubUrl.Querying.Parametrizing.DubUrlParameterDecimal::get_Precision()
-
-
-
-
-
-
-
-
-
-
- System.Byte DubUrl.Querying.Parametrizing.DubUrlParameterDecimal::get_Scale()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDecimal::.ctor(System.String,System.Byte,System.Byte)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDecimal::.ctor(System.String,System.Byte,System.Byte,System.Nullable`1<System.Decimal>)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterCurrency
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterCurrency::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterCurrency::.ctor(System.String,System.Nullable`1<System.Decimal>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterGuid
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterGuid::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterGuid::.ctor(System.String,System.Nullable`1<System.Guid>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsiFixedLength
-
-
-
-
- System.Int32 DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsiFixedLength::get_Size()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsiFixedLength::.ctor(System.String,System.Int32)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsiFixedLength::.ctor(System.String,System.Int32,System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsi
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsi::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsi::.ctor(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicodeFixedLength
-
-
-
-
- System.Int32 DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicodeFixedLength::get_Size()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicodeFixedLength::.ctor(System.String,System.Int32)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicodeFixedLength::.ctor(System.String,System.Int32,System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicode
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicode::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicode::.ctor(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDateTime
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTime::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTime::.ctor(System.String,System.Nullable`1<System.DateTime>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeHighPrecision
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeHighPrecision::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeHighPrecision::.ctor(System.String,System.Nullable`1<System.DateTime>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeOffset
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeOffset::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeOffset::.ctor(System.String,System.Nullable`1<System.DateTimeOffset>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDate
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDate::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDate::.ctor(System.String,System.Nullable`1<System.DateOnly>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterTime
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTime::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTime::.ctor(System.String,System.Nullable`1<System.TimeOnly>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterObject
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterObject::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterObject::.ctor(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterBinary
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBinary::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBinary::.ctor(System.String,System.Byte[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterCollection
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterFactory DubUrl.Querying.Parametrizing.DubUrlParameterCollection::get_DubUrlParameterFactory()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterCollection DubUrl.Querying.Parametrizing.DubUrlParameterCollection::Add(System.String,T)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter[] DubUrl.Querying.Parametrizing.DubUrlParameterCollection::ToArray()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterCollection::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterFactory
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,T)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,System.Nullable`1<System.DateTime>,System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,System.Nullable`1<System.Decimal>,System.Byte,System.Byte)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,System.String,DubUrl.Querying.Parametrizing.DubUrlParameterFactory/Encoding)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,System.String,DubUrl.Querying.Parametrizing.DubUrlParameterFactory/Encoding,System.Nullable`1<System.Int32>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.NamedParametrizer
-
-
-
-
- System.Data.IDbDataParameter DubUrl.Querying.Parametrizing.NamedParametrizer::CreateParameter(System.Data.IDbCommand,DubUrl.Querying.Parametrizing.DubUrlParameter)
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.NamedParametrizer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.ParametrizerFactory
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Querying.Parametrizing.ParametrizerFactory::Instantiate(System.Type)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Querying.Parametrizing.ParametrizerFactory::Instantiate()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.PositionalNamedParametrizer
-
-
-
-
- System.Data.IDbDataParameter DubUrl.Querying.Parametrizing.PositionalNamedParametrizer::CreateParameter(System.Data.IDbCommand,DubUrl.Querying.Parametrizing.DubUrlParameter)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.PositionalNamedParametrizer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.PositionalParametrizer
-
-
-
-
- System.Data.IDbDataParameter DubUrl.Querying.Parametrizing.PositionalParametrizer::CreateParameter(System.Data.IDbCommand,DubUrl.Querying.Parametrizing.DubUrlParameter)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.Byte,System.Byte> DubUrl.Querying.Parametrizing.PositionalParametrizer::GetPrecision(DubUrl.Querying.Parametrizing.IParameterPrecisionable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Nullable`1<System.Int32> DubUrl.Querying.Parametrizing.PositionalParametrizer::GetSize(DubUrl.Querying.Parametrizing.IParameterSizable)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Nullable`1<System.Data.DbType> DubUrl.Querying.Parametrizing.PositionalParametrizer::GetDbType(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.Querying.Parametrizing.PositionalParametrizer::GetValue(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.PositionalParametrizer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.TypeMappingAttribute
-
-
-
-
- System.Data.DbType DubUrl.Querying.Parametrizing.TypeMappingAttribute::get_DbType()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.TypeMappingAttribute::.ctor(System.Data.DbType)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.AnsiDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.AnsiDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.BaseDialect
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.IRenderer DubUrl.Querying.Dialects.BaseDialect::get_Renderer()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.ICaster[] DubUrl.Querying.Dialects.BaseDialect::get_Casters()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Querying.Dialects.BaseDialect::get_Aliases()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.BaseDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.BaseDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.CockRoachDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.CockRoachDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Db2Dialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Db2Dialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DialectBuilder
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::AddAliases(System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::AddAliases(System.Type,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::AddAlias(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::Build()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Querying.Dialects.DialectBuilder::Get()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Querying.Dialects.DialectBuilder::Get(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Querying.Dialects.DialectBuilder::Get(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DialectNotFoundException
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectNotFoundException::.ctor(System.Type,System.Type[])
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectNotFoundException::.ctor(System.String,System.Type[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DrillDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DrillDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DuckdbDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DuckdbDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.FirebirdSqlDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.FirebirdSqlDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.MsExcelDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.MsExcelDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.MySqlDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.MySqlDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.OracleDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.OracleDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.PgsqlDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.PgsqlDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.QuestDbDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.QuestDbDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.SnowflakeDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.SnowflakeDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.SqliteDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.SqliteDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.TeradataDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.TeradataDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.TextDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.TextDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.TrinoDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.TrinoDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.TSqlDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.TSqlDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.AnsiRenderer
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.NullFormatter DubUrl.Querying.Dialects.Renderers.AnsiRenderer::get_Null()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.ValueFormatter DubUrl.Querying.Dialects.Renderers.AnsiRenderer::get_Value()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IIdentifierFormatter DubUrl.Querying.Dialects.Renderers.AnsiRenderer::get_Identity()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Renderers.AnsiRenderer::Render(System.Object,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.AnsiRenderer::.ctor(DubUrl.Querying.Dialects.Renderers.ValueFormatter,DubUrl.Querying.Dialects.Formatters.NullFormatter,DubUrl.Querying.Dialects.Formatters.IIdentifierFormatter)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.AnsiRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.DuckDBRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.DuckDBRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.FirebirdSqlRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.FirebirdSqlRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.MySqlRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.MySqlRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.PgsqlRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.PgsqlRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.PgsqlRenderer::.ctor(DubUrl.Querying.Dialects.Renderers.ValueFormatter)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.QuestDBRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.QuestDBRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.RendererAttribute
-
-
-
-
- System.Type DubUrl.Querying.Dialects.Renderers.RendererAttribute::get_RendererType()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.RendererAttribute::.ctor(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.RendererAttribute`1
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.RendererAttribute`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.SqliteRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.SqliteRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.TrinoRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.TrinoRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.TSqlRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.TSqlRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.ValueFormatter
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.Type,DubUrl.Querying.Dialects.Formatters.IValueFormatter> DubUrl.Querying.Dialects.Renderers.ValueFormatter::get_TypeFormatters()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IReadOnlyDictionary`2<System.Type,DubUrl.Querying.Dialects.Formatters.IValueFormatter> DubUrl.Querying.Dialects.Renderers.ValueFormatter::get_Values()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.ValueFormatter DubUrl.Querying.Dialects.Renderers.ValueFormatter::With(DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.ValueFormatter::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.BacktickIdentifierFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BacktickIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BacktickIdentifierFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.BooleanBitFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanBitFormatter::Format(System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanBitFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.BooleanFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanFormatter::Format(System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.BooleanLowerFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanLowerFormatter::Format(System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.CastFormatter`1
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.CastFormatter`1::get_TypeName()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T> DubUrl.Querying.Dialects.Formatters.CastFormatter`1::get_Formatter()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.CastFormatter`1::Format(T)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.CastFormatter`1::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.CastFormatter`1::.ctor(System.String,DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T>)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.DateFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.DateFormatter::Format(System.DateOnly)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.DateFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.DuckDBQuotedIdentifierFormatter
-
-
-
-
- System.Collections.Generic.IReadOnlyCollection`1<System.String> DubUrl.Querying.Dialects.Formatters.DuckDBQuotedIdentifierFormatter::get_ReservedKeywords()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.DuckDBQuotedIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.DuckDBQuotedIdentifierFormatter::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::get_FunctionName()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T> DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::get_Formatter()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::Format(T)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::.ctor(System.String,DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T>)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IntervalAsTimeFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalAsTimeFormatter::Format(System.TimeSpan)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalAsTimeFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IntervalFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalFormatter::Format(System.TimeSpan)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IntervalTrinoFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalTrinoFormatter::Format(System.TimeSpan)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalTrinoFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.NullFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.NullFormatter::Format()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.NumberFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.NumberFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::get_Prefix()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T> DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::get_Formatter()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::Format(T)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::.ctor(System.String,DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T>)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.QuotedIdentifierFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.QuotedIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.QuotedIdentifierFormatter::SurroundByQuotes(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.QuotedIdentifierFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::get_ResourcePath()
-
-
-
-
-
-
-
-
-
-
- System.Reflection.Assembly DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::get_ResourceAssembly()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::Dispose()
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::Dispose(System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::DisposeManagedState()
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::<ReadAll>b__8_0(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::.ctor(System.Reflection.Assembly,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader/<ReadAll>d__8
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader/<ReadAll>d__8::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader/<ReadAll>d__9
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader/<ReadAll>d__9::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.SimpleQuotedValueFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.SimpleQuotedValueFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.SimpleQuotedValueFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.SquareBracketIdentifierFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.SquareBracketIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.SquareBracketIdentifierFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.TimeFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.TimeFormatter::Format(System.TimeOnly)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.TimeFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.TimestampFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.TimestampFormatter::Format(System.DateTime)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.TimestampFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.UnquotedIdentifierFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.UnquotedIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.UnquotedIdentifierFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.BaseCaster`2
-
-
-
-
- System.String DubUrl.Querying.Dialects.Casters.BaseCaster`2::get_MethodName()
-
-
-
-
-
-
-
-
-
-
- System.Type[] DubUrl.Querying.Dialects.Casters.BaseCaster`2::get_MethodTypeArgs()
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.BaseCaster`2::CanCast(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Reflection.MethodInfo DubUrl.Querying.Dialects.Casters.BaseCaster`2::GetMethod()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.Querying.Dialects.Casters.BaseCaster`2::Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.BaseCaster`2::.ctor(System.String,System.Type[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.BooleanConverter
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.BooleanConverter::Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.Converter`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.Converter`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.Converter`1::Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.Converter`1::HasImplicitConversion(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.Converter`1::HasExplicitConversion(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.Converter`1::CanCast(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.Querying.Dialects.Casters.Converter`1::DubUrl.Querying.Dialects.Casters.ICaster.Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.DateTimeCaster`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.DateTimeCaster`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.DateTimeCaster`1::Cast(System.DateTime)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.DateTimeCaster`1::TryTruncate(System.DateTime,T&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.DateTimeCaster`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.DecimalConverter
-
-
-
-
- System.Decimal DubUrl.Querying.Dialects.Casters.DecimalConverter::Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.NumericParser`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.NumericParser`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.NumericParser`1::Cast(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.NumericParser`1::TryParse(System.String,T&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.NumericParser`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.Parser`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.Parser`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.Parser`1::Cast(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.Parser`1::TryParse(System.String,T&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.Parser`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute
-
-
-
-
- System.Type DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute::get_CasterType()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute::.ctor(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute`1
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1::Cast(System.TimeSpan)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1::TryTruncate(System.TimeSpan,T&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.TrinoTimeSpanParser
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.TrinoTimeSpanParser::TryParse(System.String,System.TimeSpan&)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Parsing.Parser
-
-
-
-
- DubUrl.Parsing.UrlInfo DubUrl.Parsing.Parser::Parse(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Parsing.UrlInfo
-
-
-
-
- System.String DubUrl.Parsing.UrlInfo::get_Host()
-
-
-
-
-
-
-
-
-
-
- System.Int32 DubUrl.Parsing.UrlInfo::get_Port()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Parsing.UrlInfo::get_Username()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Parsing.UrlInfo::get_Password()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Parsing.UrlInfo::get_Schemes()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Parsing.UrlInfo::get_Segments()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.String> DubUrl.Parsing.UrlInfo::get_Options()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Parsing.UrlInfo::.ctor(System.String,System.Int32,System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrl
-
-
-
-
- DubUrl.MicroOrm.IReflectionCache DubUrl.MicroOrm.DatabaseUrl::get_ReflectionCache()
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrl DubUrl.MicroOrm.DatabaseUrl::WithoutCache()
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadSingle(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadSingle(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadSingleNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadSingleNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadFirst(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadFirst(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadFirstNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<T> DubUrl.MicroOrm.DatabaseUrl::ReadMultiple(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrl::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrl::.ctor(DubUrl.ConnectionUrlFactory,System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrl::.ctor(DubUrl.ConnectionUrlFactory,DubUrl.Querying.Reading.CommandProvisionerFactory,System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrl::.ctor(DubUrl.ConnectionUrl,DubUrl.Querying.Reading.CommandProvisionerFactory,DubUrl.MicroOrm.IReflectionCache)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrl/<ReadMultiple>d__17`1
-
-
-
-
- System.Boolean DubUrl.MicroOrm.DatabaseUrl/<ReadMultiple>d__17`1::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrlFactory
-
-
-
-
- DubUrl.MicroOrm.IReflectionCache DubUrl.MicroOrm.DatabaseUrlFactory::get_ReflectionCache()
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrl DubUrl.MicroOrm.DatabaseUrlFactory::Instantiate(System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrlFactory::.ctor(DubUrl.ConnectionUrlFactory,DubUrl.Querying.Reading.CommandProvisionerFactory,DubUrl.MicroOrm.IReflectionCache)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.IDataReaderExtensions
-
-
-
-
- T DubUrl.MicroOrm.IDataReaderExtensions::ToEntity(System.Data.IDataReader,DubUrl.MicroOrm.IReflectionCache)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.MicroOrm.IDataReaderExtensions::ToExpandoObject(System.Data.IDataReader)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.NoneReflectionCache
-
-
-
-
- System.Void DubUrl.MicroOrm.NoneReflectionCache::Add(System.Reflection.PropertyInfo[],System.Reflection.FieldInfo[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.NoneReflectionCache::Clear()
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.MicroOrm.NoneReflectionCache::Exists()
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.Reflection.PropertyInfo[],System.Reflection.FieldInfo[]> DubUrl.MicroOrm.NoneReflectionCache::Get()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.NoneReflectionCache::Remove()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.ReflectionCache
-
-
-
-
- System.Void DubUrl.MicroOrm.ReflectionCache::Add(System.Reflection.PropertyInfo[],System.Reflection.FieldInfo[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.ReflectionCache::Clear()
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.MicroOrm.ReflectionCache::Exists()
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.Reflection.PropertyInfo[],System.Reflection.FieldInfo[]> DubUrl.MicroOrm.ReflectionCache::Get()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.ReflectionCache::Remove()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.ReflectionCache::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.ReflectionCache/CacheContent
-
-
-
-
- System.Reflection.PropertyInfo[] DubUrl.MicroOrm.ReflectionCache/CacheContent::get_Properties()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.AlternativeMapperAttribute`2
-
-
-
-
- System.Void DubUrl.Mapping.AlternativeMapperAttribute`2::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.AlternativeMapperAttribute
-
-
-
-
- System.Void DubUrl.Mapping.AlternativeMapperAttribute::.ctor(System.Type,System.Type,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapper
-
-
-
-
- DubUrl.Rewriting.IConnectionStringRewriter DubUrl.Mapping.BaseMapper::get_Rewriter()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Mapping.BaseMapper::get_Dialect()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Mapping.BaseMapper::get_Parametrizer()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.BaseMapper::GetConnectionString()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.BaseMapper::GetProviderName()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Mapping.BaseMapper::GetDialect()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IConnectivity DubUrl.Mapping.BaseMapper::GetConnectivity()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Mapping.BaseMapper::GetParametrizer()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object> DubUrl.Mapping.BaseMapper::Rewrite(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.BaseMapper::.ctor(DubUrl.Rewriting.IConnectionStringRewriter,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapperAttribute
-
-
-
-
- System.Type DubUrl.Mapping.BaseMapperAttribute::get_Connectivity()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.BaseMapperAttribute::get_Parametrizer()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.BaseMapperAttribute::get_ProviderInvariantName()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.BaseMapperAttribute::.ctor(System.Type,System.Type,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseIntrospector
-
-
-
-
- DubUrl.Mapping.ITypesProbe DubUrl.Mapping.BaseIntrospector::get_Probe()
-
-
-
-
-
-
-
-
-
-
- System.Type[] DubUrl.Mapping.BaseIntrospector::get_Types()
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<T>> DubUrl.Mapping.BaseIntrospector::LocateAttribute()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.BaseIntrospector::.ctor(DubUrl.Mapping.ITypesProbe)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseIntrospector/AttributeInfo`1
-
-
-
-
- System.Type DubUrl.Mapping.BaseIntrospector/AttributeInfo`1::get_Type()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.AssemblyTypesProbe
-
-
-
-
- System.Reflection.Assembly[] DubUrl.Mapping.AssemblyTypesProbe::get_Assemblies()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<System.Type> DubUrl.Mapping.AssemblyTypesProbe::Locate()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.AssemblyTypesProbe::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.AssemblyTypesProbe::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapperIntrospector
-
-
-
-
- System.Void DubUrl.Mapping.BaseMapperIntrospector::.ctor(DubUrl.Mapping.ITypesProbe)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.DatabaseAttribute
-
-
-
-
- System.String DubUrl.Mapping.DatabaseAttribute::get_DatabaseName()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Mapping.DatabaseAttribute::get_Aliases()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.DatabaseAttribute::get_DialectType()
-
-
-
-
-
-
-
-
-
-
- System.Int32 DubUrl.Mapping.DatabaseAttribute::get_ListingPriority()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.DatabaseAttribute::.ctor(System.String,System.String[],System.Type,DubUrl.Mapping.DatabaseCategory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.DatabaseAttribute`1
-
-
-
-
- System.Void DubUrl.Mapping.DatabaseAttribute`1::.ctor(System.String,System.String[],DubUrl.Mapping.DatabaseCategory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.MapperAttribute`2
-
-
-
-
- System.Void DubUrl.Mapping.MapperAttribute`2::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.MapperAttribute
-
-
-
-
- System.Void DubUrl.Mapping.MapperAttribute::.ctor(System.Type,System.Type,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.MapperInfo
-
-
-
-
- System.Type DubUrl.Mapping.MapperInfo::get_MapperType()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.MapperInfo::get_DatabaseName()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Mapping.MapperInfo::get_Aliases()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.MapperInfo::get_DialectType()
-
-
-
-
-
-
-
-
-
-
- System.Int32 DubUrl.Mapping.MapperInfo::get_ListingPriority()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.MapperInfo::get_ProviderInvariantName()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.MapperInfo::get_ParametrizerType()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NativeMapperIntrospector
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Mapping.MapperInfo> DubUrl.Mapping.NativeMapperIntrospector::Locate()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Mapping.MapperInfo> DubUrl.Mapping.NativeMapperIntrospector::LocateAlternative()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.NativeMapperIntrospector::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.NativeMapperIntrospector::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.NativeMapperIntrospector::.ctor(DubUrl.Mapping.ITypesProbe)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NativeMapperIntrospector/<>c__DisplayClass5_0`1
-
-
-
-
- System.Boolean DubUrl.Mapping.NativeMapperIntrospector/<>c__DisplayClass5_0`1::<Locate>b__0(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.DatabaseAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NativeMapperIntrospector/<Locate>d__5`1
-
-
-
-
- System.Boolean DubUrl.Mapping.NativeMapperIntrospector/<Locate>d__5`1::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.ProviderNotFoundException
-
-
-
-
- System.Void DubUrl.Mapping.ProviderNotFoundException::.ctor(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.SchemeMapperBuilder
-
-
-
-
- System.Boolean DubUrl.Mapping.SchemeMapperBuilder::get_IsBuilt()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.Dictionary`2<System.String,DubUrl.Mapping.IMapper> DubUrl.Mapping.SchemeMapperBuilder::get_Mappers()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapperIntrospector[] DubUrl.Mapping.SchemeMapperBuilder::get_MapperIntrospectors()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DialectBuilder DubUrl.Mapping.SchemeMapperBuilder::get_DialectBuilder()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.ParametrizerFactory DubUrl.Mapping.SchemeMapperBuilder::get_ParametrizerFactory()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::Initialize()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::Build()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.SchemeMapperBuilder::GetAlias(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IMapper DubUrl.Mapping.SchemeMapperBuilder::GetMapper(System.String)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IMapper DubUrl.Mapping.SchemeMapperBuilder::GetMapper(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Data.Common.DbProviderFactory DubUrl.Mapping.SchemeMapperBuilder::GetProviderFactory(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Data.Common.DbProviderFactory DubUrl.Mapping.SchemeMapperBuilder::GetProvider(System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::AddAlias(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::AddMapping(System.String,System.String,System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::AddMapping(System.String,System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::AddMapping(DubUrl.Mapping.MapperInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::RemoveMapping(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::ReplaceMapper(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::ReplaceDriverLocatorFactory(System.Type,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.SchemeMapperBuilder/ProviderInfo
-
-
-
-
- System.String DubUrl.Mapping.SchemeMapperBuilder/ProviderInfo::get_ProviderName()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperConnectivityAttribute
-
-
-
-
- System.String DubUrl.Mapping.WrapperConnectivityAttribute::get_ConnectivityName()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Mapping.WrapperConnectivityAttribute::get_Aliases()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.WrapperConnectivityAttribute::.ctor(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperAttribute`2
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperAttribute`2::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperAttribute
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperAttribute::.ctor(System.Type,System.Type,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NoElementFoundException
-
-
-
-
- System.Void DubUrl.Mapping.NoElementFoundException::.ctor(System.String,System.String,System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.NoElementFoundException::.ctor(System.String,System.String,System.String,System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NoMapperFoundException
-
-
-
-
- System.Void DubUrl.Mapping.NoMapperFoundException::.ctor(System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NoDatabaseFoundException
-
-
-
-
- System.Void DubUrl.Mapping.NoDatabaseFoundException::.ctor(System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NoConnectivityFoundException
-
-
-
-
- System.Void DubUrl.Mapping.NoConnectivityFoundException::.ctor(System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperIntrospector::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperIntrospector::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperIntrospector::.ctor(DubUrl.Mapping.ITypesProbe)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector/<>c
-
-
-
-
- System.Type DubUrl.Mapping.WrapperMapperIntrospector/<>c::<Locate>b__3_1(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.WrapperMapperAttribute>)
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.WrapperMapperIntrospector/<>c::<Locate>b__3_3(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.DatabaseAttribute>)
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.WrapperMapperIntrospector/<>c::<Locate>b__3_5(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.WrapperConnectivityAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_0
-
-
-
-
- System.Boolean DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_0::<Locate>b__0(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.WrapperMapperAttribute>)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_0::<Locate>b__2(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.DatabaseAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_1
-
-
-
-
- System.Boolean DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_1::<Locate>b__4(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.WrapperConnectivityAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector/<Locate>d__3
-
-
-
-
- System.Boolean DubUrl.Mapping.WrapperMapperIntrospector/<Locate>d__3::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.CockRoachMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.CockRoachMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.Db2Mapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.Db2Mapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.DrillOdbcMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.DrillOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.DrillOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.DuckdbMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.DuckdbMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.DuckdbMapper::.ctor(DubUrl.Rewriting.ConnectionStringRewriter,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.FirebirdSqlMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.FirebirdSqlMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MariaDbConnectorMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MariaDbConnectorMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MariaDbDataRewriter
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MariaDbDataRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MsSqlServerMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MsSqlServerMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MySqlConnectorMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MySqlConnectorMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MySqlConnectorMapper::.ctor(DubUrl.Rewriting.ConnectionStringRewriter,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MySqlDataMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MySqlDataMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.OdbcDbqMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OdbcDbqMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OdbcDbqMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.OdbcMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.OracleManagedDataAccessMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OracleManagedDataAccessMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.PostgresqlMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.PostgresqlMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.PostgresqlMapper::.ctor(DubUrl.Rewriting.ConnectionStringRewriter,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.QuestDbMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.QuestDbMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.QuestDbOdbcMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.QuestDbOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.QuestDbOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.SnowflakeMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.SnowflakeMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.SqliteMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.SqliteMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.TeradataMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TeradataMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.TimescaleMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TimescaleMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.TrinoMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TrinoMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.TrinoOdbcMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TrinoOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TrinoOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Connectivity.NativeConnectivity
-
-
-
-
- System.String DubUrl.Mapping.Connectivity.NativeConnectivity::get_Alias()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Connectivity.OdbcConnectivity
-
-
-
-
- System.String DubUrl.Mapping.Connectivity.OdbcConnectivity::get_Alias()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<System.String> DubUrl.Mapping.Connectivity.OdbcConnectivity::DefineAliases(DubUrl.Mapping.WrapperConnectivityAttribute,DubUrl.Mapping.DatabaseAttribute,DubUrl.Locating.LocatorAttribute)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Connectivity.OdbcConnectivity/<CartesianProduct>d__3
-
-
-
-
- System.Boolean DubUrl.Mapping.Connectivity.OdbcConnectivity/<CartesianProduct>d__3::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.BaseLocatorFactory
-
-
-
-
- System.String[] DubUrl.Locating.BaseLocatorFactory::GetValidAliases()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorFactory::AddAlias(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorFactory::AddElement(System.String,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorFactory::ReplaceMapping(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorFactory::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.BaseLocatorRegex
-
-
-
-
- System.Type[] DubUrl.Locating.BaseLocatorRegex::get_Options()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorRegex::.ctor(DubUrl.Locating.RegexUtils.BaseRegex[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.LocatorAttribute
-
-
-
-
- System.Void DubUrl.Locating.LocatorAttribute::.ctor(System.String,System.Type[],System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.BaseLocatorAttribute
-
-
-
-
- System.String DubUrl.Locating.BaseLocatorAttribute::get_RegexPattern()
-
-
-
-
-
-
-
-
-
-
- System.Type[] DubUrl.Locating.BaseLocatorAttribute::get_Options()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Locating.BaseLocatorAttribute::get_Mapper()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Locating.BaseLocatorAttribute::get_Database()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorAttribute::.ctor(System.String,System.Type[],System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.AnyOfCapture
-
-
-
-
- System.String[] DubUrl.Locating.RegexUtils.AnyOfCapture::get_Options()
-
-
-
-
-
-
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.AnyOfCapture::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.AnyOfCapture::.ctor(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.AnyOfCapture`1
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.AnyOfCapture`1::.ctor(System.String[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.BaseRegex
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.BaseRegex::ToRegex()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.CompositeRegex
-
-
-
-
- DubUrl.Locating.RegexUtils.BaseRegex[] DubUrl.Locating.RegexUtils.CompositeRegex::get_Regexes()
-
-
-
-
-
-
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.CompositeRegex::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.CompositeRegex::ToRegex()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.CompositeRegex::ToString()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.CompositeRegex::.ctor(DubUrl.Locating.RegexUtils.BaseRegex[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.LiteralMatch
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.LiteralMatch::get_Text()
-
-
-
-
-
-
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.LiteralMatch::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.LiteralMatch::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.OptionalCapture
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.OptionalCapture::get_Option()
-
-
-
-
-
-
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.OptionalCapture::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.OptionalCapture::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.OptionalCapture`1
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.OptionalCapture`1::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.SpaceMatch
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.SpaceMatch::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.StringBuilderExtensions
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.StringBuilderExtensions::AppendEscaped(System.Text.StringBuilder,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.StringBuilderExtensions::.cctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.VersionCapture
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.VersionCapture::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.VersionCapture`1
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.VersionCapture`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.WordMatch
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.WordMatch::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.WordMatch::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.Options.LocatorOptionAttribute
-
-
-
-
- System.Void DubUrl.Locating.Options.LocatorOptionAttribute::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.BaseDriverLocator
-
-
-
-
- System.String DubUrl.Locating.OdbcDriver.BaseDriverLocator::get_RegexPattern()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLister DubUrl.Locating.OdbcDriver.BaseDriverLocator::get_Lister()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Locating.OdbcDriver.BaseDriverLocator::Locate()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Locating.OdbcDriver.BaseDriverLocator::GetRegexPattern()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Int32 DubUrl.Locating.OdbcDriver.BaseDriverLocator::GetOptionPosition(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.BaseDriverLocator::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.BaseDriverLocator::.ctor(System.String,DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.BaseDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.BaseDriverRegex::.ctor(DubUrl.Locating.RegexUtils.BaseRegex[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverAttribute
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverAttribute::.ctor(DubUrl.Locating.ILocatorRegex,System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverAttribute`3
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverAttribute`3::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLister
-
-
-
-
- System.String[] DubUrl.Locating.OdbcDriver.DriverLister::List()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.DriverLister::ListFromRegistry(Microsoft.Win32.RegistryKey)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorFactory
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector DubUrl.Locating.OdbcDriver.DriverLocatorFactory::get_DriverLocatorIntrospector()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorFactory::Initialize()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.IDriverLocator DubUrl.Locating.OdbcDriver.DriverLocatorFactory::Instantiate(System.String)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.IDriverLocator DubUrl.Locating.OdbcDriver.DriverLocatorFactory::Instantiate(System.String,System.Collections.Generic.IDictionary`2<System.Type,System.Object>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorFactory::AddDriver(System.String,System.Type)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorFactory::<Initialize>g__AddSchemes|4_0(System.String[],System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorFactory::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector::.ctor(DubUrl.Mapping.AssemblyTypesProbe)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/DriverLocatorInfo
-
-
-
-
- System.Type DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/DriverLocatorInfo::get_DriverLocatorType()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/<>c__DisplayClass3_0
-
-
-
-
- System.Boolean DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/<>c__DisplayClass3_0::<Locate>b__0(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.DatabaseAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/<Locate>d__3
-
-
-
-
- System.Boolean DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/<Locate>d__3::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.MsExcelDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.MsExcelDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.MsExcelDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.MsExcelDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.MsExcelDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.MsExcelDriverLocator/MsExcelDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.MsExcelDriverLocator/MsExcelDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.TextDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.TextDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.TextDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.TextDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.TextDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.TextDriverLocator/TextDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.TextDriverLocator/TextDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator
-
-
-
-
- DubUrl.Locating.Options.EncodingOption DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::get_Encoding()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator/DrillDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator/DrillDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator/DuckdbDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator/DuckdbDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator
-
-
-
-
- DubUrl.Locating.Options.EncodingOption DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::get_Encoding()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator/MariaDbDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator/MariaDbDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator/MssqlDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator/MssqlDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator
-
-
-
-
- DubUrl.Locating.Options.EncodingOption DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::get_Encoding()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::.ctor(DubUrl.Locating.Options.EncodingOption)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister,DubUrl.Locating.Options.EncodingOption)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator/MySqlConnectorDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator/MySqlConnectorDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator
-
-
-
-
- DubUrl.Locating.Options.EncodingOption DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::get_Encoding()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.Options.ArchitectureOption DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::get_Architecture()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.Options.ArchitectureOption DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::GetRunningArchitecture()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::.ctor(DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister,DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator/PostgresqlDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator/PostgresqlDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator/CandidateInfo
-
-
-
-
- System.String DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator/CandidateInfo::get_Driver()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.QuestDbDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.QuestDbDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.QuestDbDriverLocator::.ctor(DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.QuestDbDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister,DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.TimescaleDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TimescaleDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TimescaleDriverLocator::.ctor(DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TimescaleDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister,DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator/TrinoDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator/TrinoDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/DubUrl.Testing/coverage.net7.0.opencover.xml b/DubUrl.Testing/coverage.net7.0.opencover.xml
deleted file mode 100644
index a96839b5..00000000
--- a/DubUrl.Testing/coverage.net7.0.opencover.xml
+++ /dev/null
@@ -1,13894 +0,0 @@
-
-
-
-
-
- DubUrl.dll
- 2023-08-12T02:18:26
- DubUrl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.CommonExtensions
-
-
-
-
- T DubUrl.CommonExtensions::NullIf(T,System.Func`2<T,System.Boolean>)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.CommonExtensions::To(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.CommonExtensions::To(System.Object,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrl
-
-
-
-
- DubUrl.ConnectionUrl/ParseResult DubUrl.ConnectionUrl::get_Result()
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.SchemeMapperBuilder DubUrl.ConnectionUrl::get_SchemeMapperBuilder()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IMapper DubUrl.ConnectionUrl::get_Mapper()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Parsing.IParser DubUrl.ConnectionUrl::get_Parser()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.ConnectionUrl::get_Url()
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrl/ParseResult DubUrl.ConnectionUrl::ParseDetail()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.ConnectionUrl::Parse()
-
-
-
-
-
-
-
-
-
-
- System.Data.IDbConnection DubUrl.ConnectionUrl::Connect()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Data.IDbConnection DubUrl.ConnectionUrl::Open()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.ConnectionUrl::get_Dialect()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IConnectivity DubUrl.ConnectionUrl::get_Connectivity()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.ConnectionUrl::get_Parametrizer()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrl::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrl::.ctor(System.String,DubUrl.Mapping.SchemeMapperBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrl::.ctor(System.String,DubUrl.Parsing.IParser,DubUrl.Mapping.SchemeMapperBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrl/ParseResult
-
-
-
-
- System.String DubUrl.ConnectionUrl/ParseResult::get_ConnectionString()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrlFactory
-
-
-
-
- DubUrl.Mapping.SchemeMapperBuilder DubUrl.ConnectionUrlFactory::get_SchemeMapperBuilder()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Parsing.IParser DubUrl.ConnectionUrlFactory::get_Parser()
-
-
-
-
-
-
-
-
-
-
- DubUrl.ConnectionUrl DubUrl.ConnectionUrlFactory::Instantiate(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrlFactory::.ctor(DubUrl.Mapping.SchemeMapperBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.ConnectionUrlFactory::.ctor(DubUrl.Parsing.IParser,DubUrl.Mapping.SchemeMapperBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.DatabaseUrl
-
-
-
-
- DubUrl.ConnectionUrl DubUrl.DatabaseUrl::get_ConnectionUrl()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.CommandProvisionerFactory DubUrl.DatabaseUrl::get_CommandProvisionerFactory()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.ICaster[] DubUrl.DatabaseUrl::get_Casters()
-
-
-
-
-
-
-
-
-
-
- System.Data.IDbCommand DubUrl.DatabaseUrl::PrepareCommand(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadScalar(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadScalar(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadScalarNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadScalarNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalar(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalar(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalar(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalarNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalarNonNull(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::ReadScalarNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.Object,System.Data.IDataReader> DubUrl.DatabaseUrl::ReadInternal(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadSingle(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadSingle(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadSingleNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadSingleNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadFirst(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadFirst(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadFirstNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.DatabaseUrl::ReadFirstNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<System.Object> DubUrl.DatabaseUrl::ReadMultiple(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Data.IDataReader DubUrl.DatabaseUrl::ExecuteReader(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Data.IDataReader DubUrl.DatabaseUrl::ExecuteReader(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.DatabaseUrl::NormalizeReturnType(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrl::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrl::.ctor(DubUrl.ConnectionUrlFactory,System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrl::.ctor(DubUrl.ConnectionUrlFactory,DubUrl.Querying.Reading.CommandProvisionerFactory,System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrl::.ctor(DubUrl.ConnectionUrl,DubUrl.Querying.Reading.CommandProvisionerFactory)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.DatabaseUrl/<ReadMultiple>d__34
-
-
-
-
- System.Boolean DubUrl.DatabaseUrl/<ReadMultiple>d__34::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.DatabaseUrlFactory
-
-
-
-
- DubUrl.ConnectionUrlFactory DubUrl.DatabaseUrlFactory::get_ConnectionUrlFactory()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.CommandProvisionerFactory DubUrl.DatabaseUrlFactory::get_CommandProvisionerFactory()
-
-
-
-
-
-
-
-
-
-
- DubUrl.DatabaseUrl DubUrl.DatabaseUrlFactory::Instantiate(System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.DatabaseUrlFactory::.ctor(DubUrl.ConnectionUrlFactory,DubUrl.Querying.Reading.CommandProvisionerFactory)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.DubUrlException
-
-
-
-
- System.Void DubUrl.DubUrlException::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.ConnectionStringRewriter
-
-
-
-
- DubUrl.Rewriting.Tokening.ISpecificator DubUrl.Rewriting.ConnectionStringRewriter::get_Specificator()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.BaseTokenMapper[] DubUrl.Rewriting.ConnectionStringRewriter::get_TokenMappers()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.ConnectionStringRewriter::get_ConnectionString()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object> DubUrl.Rewriting.ConnectionStringRewriter::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.ConnectionStringRewriter::ReplaceTokenMapper(System.Type,DubUrl.Rewriting.Tokening.BaseTokenMapper)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.ConnectionStringRewriter::.ctor(DubUrl.Rewriting.Tokening.ISpecificator,DubUrl.Rewriting.Tokening.BaseTokenMapper[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.MultipleSchemeFoundException
-
-
-
-
- System.Void DubUrl.Rewriting.MultipleSchemeFoundException::.ctor(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.SchemeNotFoundException
-
-
-
-
- System.Void DubUrl.Rewriting.SchemeNotFoundException::.ctor(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.SchemeNotFoundException::.ctor(System.String[],System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.UnexpectedSchemesWithDriverNameException
-
-
-
-
- System.Void DubUrl.Rewriting.UnexpectedSchemesWithDriverNameException::.ctor(System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.UsernameNotFoundException
-
-
-
-
- System.Void DubUrl.Rewriting.UsernameNotFoundException::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.BaseTokenMapper
-
-
-
-
- DubUrl.Rewriting.Tokening.ISpecificator DubUrl.Rewriting.Tokening.BaseTokenMapper::get_Specificator()
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.BaseTokenMapper::set_Specificator(DubUrl.Rewriting.Tokening.ISpecificator)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.BaseTokenMapper::Accept(DubUrl.Rewriting.Tokening.ISpecificator)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.BaseTokenMapper::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.ExtendedPropertiesMapper
-
-
-
-
- System.String[] DubUrl.Rewriting.Tokening.ExtendedPropertiesMapper::get_Values()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.ExtendedPropertiesMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.ExtendedPropertiesMapper::.ctor(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.OptionsMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.OptionsMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.Specificator
-
-
-
-
- System.Data.Common.DbConnectionStringBuilder DubUrl.Rewriting.Tokening.Specificator::get_Csb()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.Specificator::Execute(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Rewriting.Tokening.Specificator::ContainsKey(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.Specificator::AddToken(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.Tokening.Specificator::get_ConnectionString()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object> DubUrl.Rewriting.Tokening.Specificator::ToReadOnlyDictionary()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.Specificator::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.SpecificatorStraight
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.SpecificatorStraight::Execute(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.SpecificatorStraight::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Tokening.SpecificatorUnchecked
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.SpecificatorUnchecked::Execute(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Tokening.SpecificatorUnchecked::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.CockRoachRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.CockRoachRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.CockRoachRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.CockRoachRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.Db2Rewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.Db2Rewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.Db2Rewriter/ServerMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.Db2Rewriter/ServerMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.Db2Rewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.Db2Rewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.Db2Rewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.Db2Rewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter/SchemaMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter/SchemaMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DrillOdbcRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DrillOdbcRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DuckdbRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DuckdbRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.DuckdbRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.DuckdbRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.Implementation.DuckdbRewriter/DataSourceMapper::BuildPath(System.Collections.Generic.IEnumerable`1<System.String>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.FirebirdSqlRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MariaDbConnectorRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MariaDbConnectorRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MariaDbDataRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MariaDbDataRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MsSqlServerRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MsSqlServerRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MsSqlServerRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MsSqlServerRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MsSqlServerRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MsSqlServerRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MsSqlServerRewriter/InitialCatalogMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MsSqlServerRewriter/InitialCatalogMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlConnectorRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter::.ctor(DubUrl.Rewriting.Tokening.Specificator,DubUrl.Rewriting.Tokening.BaseTokenMapper[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/ServerMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/ServerMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlConnectorRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlDataRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlDataRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.MySqlDataRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.MySqlDataRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcDbqRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DbqMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DbqMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DbqMapper::BuildPath(System.Collections.Generic.IEnumerable`1<System.String>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorFactory DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::get_DriverLocatorFactory()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IList`1<System.Type> DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::get_AvailableOptions()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.Type> DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::InitializeOptions()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter/DriverMapper::.ctor(DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcDbqRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcDbqRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorFactory DubUrl.Rewriting.Implementation.OdbcRewriter::get_DriverLocatorFactory()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Rewriting.Tokening.BaseTokenMapper[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorFactory DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::get_DriverLocatorFactory()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IList`1<System.Type> DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::get_AvailableOptions()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.Type> DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::InitializeOptions()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/DriverMapper::.ctor(DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OdbcRewriter/OptionsMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OdbcRewriter/OptionsMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter/DsnMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.OracleManagedDataAccessRewriter/DsnMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter::.ctor(DubUrl.Rewriting.Tokening.ISpecificator,DubUrl.Rewriting.Tokening.BaseTokenMapper[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.PostgresqlRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.PostgresqlRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbOdbcRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.QuestDbRewriter/OptionsMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.QuestDbRewriter/OptionsMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter/AccountMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter/AccountMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter/SchemaMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter/SchemaMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SnowflakeRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SnowflakeRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SqliteRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SqliteRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.SqliteRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.SqliteRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Rewriting.Implementation.SqliteRewriter/DataSourceMapper::BuildPath(System.Collections.Generic.IEnumerable`1<System.String>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter/DataSourceMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter/DataSourceMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter/PortNumberMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter/PortNumberMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter/DatabaseMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter/DatabaseMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TeradataRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TeradataRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TimescaleRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TimescaleRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/CatalogMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/CatalogMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/SchemaMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoOdbcRewriter/SchemaMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/HostMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/HostMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/PortMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/PortMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/CatalogMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/CatalogMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/SchemaMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/SchemaMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/AuthentificationMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/AuthentificationMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Rewriting.Implementation.TrinoRewriter/OptionsMapper
-
-
-
-
- System.Void DubUrl.Rewriting.Implementation.TrinoRewriter/OptionsMapper::Execute(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.BinFolderDiscover
-
-
-
-
- System.Reflection.Assembly[] DubUrl.Registering.BinFolderDiscover::get_Assemblies()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapperIntrospector[] DubUrl.Registering.BinFolderDiscover::get_MapperIntrospectors()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.BinFolderDiscover::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.BinFolderDiscover::.ctor(DubUrl.Mapping.BaseMapperIntrospector[])
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.BinFolderDiscover::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.BinFolderDiscover::.ctor(System.Reflection.Assembly[],DubUrl.Mapping.BaseMapperIntrospector[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.BinFolderDiscover/<>c
-
-
-
-
- System.String[] DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_0(System.String[],System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_1(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_2(System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_3(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_4(System.String[],DubUrl.Mapping.BaseMapperIntrospector)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<>c::<Execute>b__10_7(System.Reflection.TypeInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.BinFolderDiscover/<>c__DisplayClass10_0
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<>c__DisplayClass10_0::<Execute>b__6(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.BinFolderDiscover/<Execute>d__10
-
-
-
-
- System.Boolean DubUrl.Registering.BinFolderDiscover/<Execute>d__10::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.ProviderFactoriesRegistrator
-
-
-
-
- DubUrl.Registering.IProviderFactoriesDiscover DubUrl.Registering.ProviderFactoriesRegistrator::get_Discover()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ProviderFactoriesRegistrator::Register()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ProviderFactoriesRegistrator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ProviderFactoriesRegistrator::.ctor(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ProviderFactoriesRegistrator::.ctor(DubUrl.Registering.IProviderFactoriesDiscover)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.ReferencedAssembliesDiscover
-
-
-
-
- System.Reflection.Assembly DubUrl.Registering.ReferencedAssembliesDiscover::get_EntryAssembly()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.Func`2<System.Reflection.AssemblyName,System.Boolean>> DubUrl.Registering.ReferencedAssembliesDiscover::get_Exclusions()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ReferencedAssembliesDiscover::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Registering.ReferencedAssembliesDiscover::.ctor(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.ReferencedAssembliesDiscover/<>c__DisplayClass8_0
-
-
-
-
- System.Boolean DubUrl.Registering.ReferencedAssembliesDiscover/<>c__DisplayClass8_0::<Execute>b__1(System.Func`2<System.Reflection.AssemblyName,System.Boolean>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Registering.ReferencedAssembliesDiscover/<Execute>d__8
-
-
-
-
- System.Boolean DubUrl.Registering.ReferencedAssembliesDiscover/<Execute>d__8::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.ParameterInfo
-
-
-
-
- System.String DubUrl.Querying.ParameterInfo::get_Name()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.Object> DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::get_Parameters()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::get_SubTemplatesPath()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::get_DictionariesPath()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.IResourceTemplateManager DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::get_ResourceManager()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.String> DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::ReadSubTemplates(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>> DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::ReadDictionaries(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::Read(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::.ctor(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::.ctor(System.String,System.String,System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.EmbeddedSqlTemplateCommand::.ctor(DubUrl.Querying.Reading.IResourceManager,System.String,System.String,System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager/ResourceMatch> DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::ListResourceMathing(System.String,System.String[],System.String,System.String)
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.String> DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::ListResources(System.String,System.String[],System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.Object> DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::ReadDictionary(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.IO.TextReader DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::GetResourceReader(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.String,System.Object> DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::ParseDictionaryEntry(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.EmbeddedSqlTemplateResourceManager::.ctor(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.InlineTemplateCommand
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.Object> DubUrl.Querying.Templating.InlineTemplateCommand::get_Parameters()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.InlineTemplateCommand::Read(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.InlineTemplateCommand::.ctor(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.SqlRendererWrapper
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.IRenderer DubUrl.Querying.Templating.SqlRendererWrapper::get_Renderer()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.SqlRendererWrapper::ToString(System.Object,System.String,System.Globalization.CultureInfo)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Templating.SqlRendererWrapper::.ctor(DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Templating.StringTemplateEngine
-
-
-
-
- System.String DubUrl.Querying.Templating.StringTemplateEngine::Render(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.StringTemplateEngine::Render(System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>,DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.StringTemplateEngine::Render(System.String,System.Collections.Generic.IDictionary`2<System.String,System.String>,System.Collections.Generic.IDictionary`2<System.String,System.Object>,DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Templating.StringTemplateEngine::Render(System.String,System.Collections.Generic.IDictionary`2<System.String,System.String>,System.Collections.Generic.IDictionary`2<System.String,System.Collections.Generic.IDictionary`2<System.String,System.Object>>,System.Collections.Generic.IDictionary`2<System.String,System.Object>,DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Templating.StringTemplateEngine::TryParseTemplate(System.String,System.String&,System.String[]&,System.String&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.CommandProvisionerFactory
-
-
-
-
- DubUrl.Querying.Reading.ICommandProvisioner[] DubUrl.Querying.Reading.CommandProvisionerFactory::Instantiate(DubUrl.Querying.ICommandProvider,DubUrl.ConnectionUrl)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.EmbeddedSqlFileCommand
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileCommand::get_BasePath()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.IResourceManager DubUrl.Querying.Reading.EmbeddedSqlFileCommand::get_ResourceManager()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileCommand::Read(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Reading.EmbeddedSqlFileCommand::Exists(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity,System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.EmbeddedSqlFileCommand::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.EmbeddedSqlFileCommand::.ctor(DubUrl.Querying.Reading.IResourceManager,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager
-
-
-
-
- System.Reflection.Assembly DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::get_ResouceAssembly()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::get_ResourceNames()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::ReadResource(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.ParameterInfo[] DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::ReadParameters(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::Any(System.String,System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::BestMatch(System.String,System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager/ResourceMatch> DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::ListResourceMathing(System.String,System.String[],System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager::.ctor(System.Reflection.Assembly)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager/ResourceMatch
-
-
-
-
- System.String DubUrl.Querying.Reading.EmbeddedSqlFileResourceManager/ResourceMatch::get_Path()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.InlineCommand
-
-
-
-
- System.String DubUrl.Querying.Reading.InlineCommand::get_Text()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Reading.InlineCommand::Read(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Reading.InlineCommand::Exists(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity,System.Boolean)
-
-
-
-
-
-
-
-
-
-
- System.Data.IDbCommand DubUrl.Querying.Reading.InlineCommand::CreateCommand(DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity,System.Data.IDbConnection)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.InlineCommand::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.MissingCommandForDialectException
-
-
-
-
- System.Void DubUrl.Querying.Reading.MissingCommandForDialectException::.ctor(DubUrl.Querying.ICommandProvider,DubUrl.Querying.Dialects.IDialect)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.ParametersCommandProvisioner
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizedCommand DubUrl.Querying.Reading.ParametersCommandProvisioner::get_Provider()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Querying.Reading.ParametersCommandProvisioner::get_Parametrizer()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametersCommandProvisioner::Execute(System.Data.IDbCommand)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametersCommandProvisioner::.ctor(DubUrl.Querying.Parametrizing.IParametrizedCommand,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand
-
-
-
-
- System.Collections.Immutable.ImmutableArray`1<DubUrl.Querying.Parametrizing.DubUrlParameter> DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::get_Parameters()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::.ctor(System.String,DubUrl.Querying.Parametrizing.DubUrlParameterCollection)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::.ctor(System.String,DubUrl.Querying.Parametrizing.DubUrlParameter[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::.ctor(DubUrl.Querying.Reading.IResourceManager,System.String,DubUrl.Querying.Parametrizing.DubUrlParameterCollection)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.ParametrizedEmbeddedSqlFileCommand::.ctor(DubUrl.Querying.Reading.IResourceManager,System.String,DubUrl.Querying.Parametrizing.DubUrlParameter[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Reading.TextCommandProvisioner
-
-
-
-
- DubUrl.Querying.ICommandProvider DubUrl.Querying.Reading.TextCommandProvisioner::get_Provider()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Querying.Reading.TextCommandProvisioner::get_Dialect()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IConnectivity DubUrl.Querying.Reading.TextCommandProvisioner::get_Connectivity()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.TextCommandProvisioner::Execute(System.Data.IDbCommand)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Reading.TextCommandProvisioner::.ctor(DubUrl.Querying.ICommandProvider,DubUrl.Querying.Dialects.IDialect,DubUrl.Mapping.IConnectivity)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter
-
-
-
-
- System.Object DubUrl.Querying.Parametrizing.DubUrlParameter::get_Value()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Parametrizing.DubUrlParameter::get_Name()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter`1
-
-
-
-
- T DubUrl.Querying.Parametrizing.DubUrlParameter`1::get_Value()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter`1::set_Value(T)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter`1::SetValue(T)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter`1::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameter`1::.ctor(System.String,T)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterBoolean
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBoolean::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBoolean::.ctor(System.String,System.Nullable`1<System.Boolean>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterTinyInt
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTinyInt::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTinyInt::.ctor(System.String,System.Nullable`1<System.SByte>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterSmallInt
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSmallInt::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSmallInt::.ctor(System.String,System.Nullable`1<System.Int16>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterInt
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterInt::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterInt::.ctor(System.String,System.Nullable`1<System.Int32>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterBigInt
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBigInt::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBigInt::.ctor(System.String,System.Nullable`1<System.Int64>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterTinyIntUnsigned
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTinyIntUnsigned::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTinyIntUnsigned::.ctor(System.String,System.Nullable`1<System.Byte>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterSmallIntUnsigned
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSmallIntUnsigned::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSmallIntUnsigned::.ctor(System.String,System.Nullable`1<System.UInt16>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterIntUnsigned
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterIntUnsigned::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterIntUnsigned::.ctor(System.String,System.Nullable`1<System.UInt32>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterBigIntUnsigned
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBigIntUnsigned::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBigIntUnsigned::.ctor(System.String,System.Nullable`1<System.UInt64>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterSingle
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSingle::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterSingle::.ctor(System.String,System.Nullable`1<System.Single>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDouble
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDouble::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDouble::.ctor(System.String,System.Nullable`1<System.Double>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDecimal
-
-
-
-
- System.Byte DubUrl.Querying.Parametrizing.DubUrlParameterDecimal::get_Precision()
-
-
-
-
-
-
-
-
-
-
- System.Byte DubUrl.Querying.Parametrizing.DubUrlParameterDecimal::get_Scale()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDecimal::.ctor(System.String,System.Byte,System.Byte)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDecimal::.ctor(System.String,System.Byte,System.Byte,System.Nullable`1<System.Decimal>)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterCurrency
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterCurrency::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterCurrency::.ctor(System.String,System.Nullable`1<System.Decimal>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterGuid
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterGuid::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterGuid::.ctor(System.String,System.Nullable`1<System.Guid>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsiFixedLength
-
-
-
-
- System.Int32 DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsiFixedLength::get_Size()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsiFixedLength::.ctor(System.String,System.Int32)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsiFixedLength::.ctor(System.String,System.Int32,System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsi
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsi::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringAnsi::.ctor(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicodeFixedLength
-
-
-
-
- System.Int32 DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicodeFixedLength::get_Size()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicodeFixedLength::.ctor(System.String,System.Int32)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicodeFixedLength::.ctor(System.String,System.Int32,System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicode
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicode::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterStringUnicode::.ctor(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDateTime
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTime::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTime::.ctor(System.String,System.Nullable`1<System.DateTime>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeHighPrecision
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeHighPrecision::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeHighPrecision::.ctor(System.String,System.Nullable`1<System.DateTime>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeOffset
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeOffset::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDateTimeOffset::.ctor(System.String,System.Nullable`1<System.DateTimeOffset>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterDate
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDate::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterDate::.ctor(System.String,System.Nullable`1<System.DateOnly>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterTime
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTime::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterTime::.ctor(System.String,System.Nullable`1<System.TimeOnly>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterObject
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterObject::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterObject::.ctor(System.String,System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterBinary
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBinary::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterBinary::.ctor(System.String,System.Byte[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterCollection
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterFactory DubUrl.Querying.Parametrizing.DubUrlParameterCollection::get_DubUrlParameterFactory()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterCollection DubUrl.Querying.Parametrizing.DubUrlParameterCollection::Add(System.String,T)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter[] DubUrl.Querying.Parametrizing.DubUrlParameterCollection::ToArray()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.DubUrlParameterCollection::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameterFactory
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,T)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,System.Nullable`1<System.DateTime>,System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,System.Nullable`1<System.Decimal>,System.Byte,System.Byte)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,System.String,DubUrl.Querying.Parametrizing.DubUrlParameterFactory/Encoding)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.DubUrlParameter DubUrl.Querying.Parametrizing.DubUrlParameterFactory::Instantiate(System.String,System.String,DubUrl.Querying.Parametrizing.DubUrlParameterFactory/Encoding,System.Nullable`1<System.Int32>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.NamedParametrizer
-
-
-
-
- System.Data.IDbDataParameter DubUrl.Querying.Parametrizing.NamedParametrizer::CreateParameter(System.Data.IDbCommand,DubUrl.Querying.Parametrizing.DubUrlParameter)
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.NamedParametrizer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.ParametrizerFactory
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Querying.Parametrizing.ParametrizerFactory::Instantiate(System.Type)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Querying.Parametrizing.ParametrizerFactory::Instantiate()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.PositionalNamedParametrizer
-
-
-
-
- System.Data.IDbDataParameter DubUrl.Querying.Parametrizing.PositionalNamedParametrizer::CreateParameter(System.Data.IDbCommand,DubUrl.Querying.Parametrizing.DubUrlParameter)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.PositionalNamedParametrizer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.PositionalParametrizer
-
-
-
-
- System.Data.IDbDataParameter DubUrl.Querying.Parametrizing.PositionalParametrizer::CreateParameter(System.Data.IDbCommand,DubUrl.Querying.Parametrizing.DubUrlParameter)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.Byte,System.Byte> DubUrl.Querying.Parametrizing.PositionalParametrizer::GetPrecision(DubUrl.Querying.Parametrizing.IParameterPrecisionable)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Nullable`1<System.Int32> DubUrl.Querying.Parametrizing.PositionalParametrizer::GetSize(DubUrl.Querying.Parametrizing.IParameterSizable)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Nullable`1<System.Data.DbType> DubUrl.Querying.Parametrizing.PositionalParametrizer::GetDbType(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.Querying.Parametrizing.PositionalParametrizer::GetValue(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.PositionalParametrizer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.TypeMappingAttribute
-
-
-
-
- System.Data.DbType DubUrl.Querying.Parametrizing.TypeMappingAttribute::get_DbType()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Parametrizing.TypeMappingAttribute::.ctor(System.Data.DbType)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.AnsiDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.AnsiDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.BaseDialect
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.IRenderer DubUrl.Querying.Dialects.BaseDialect::get_Renderer()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.ICaster[] DubUrl.Querying.Dialects.BaseDialect::get_Casters()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Querying.Dialects.BaseDialect::get_Aliases()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.BaseDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.BaseDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.CockRoachDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.CockRoachDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Db2Dialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Db2Dialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DialectBuilder
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::AddAliases(System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::AddAliases(System.Type,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::AddAlias(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::Build()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Querying.Dialects.DialectBuilder::Get()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Querying.Dialects.DialectBuilder::Get(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Querying.Dialects.DialectBuilder::Get(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectBuilder::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DialectNotFoundException
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectNotFoundException::.ctor(System.Type,System.Type[])
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DialectNotFoundException::.ctor(System.String,System.Type[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DrillDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DrillDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DuckdbDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.DuckdbDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.FirebirdSqlDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.FirebirdSqlDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.MsExcelDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.MsExcelDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.MySqlDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.MySqlDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.OracleDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.OracleDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.PgsqlDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.PgsqlDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.QuestDbDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.QuestDbDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.SnowflakeDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.SnowflakeDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.SqliteDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.SqliteDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.TeradataDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.TeradataDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.TextDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.TextDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.TrinoDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.TrinoDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.TSqlDialect
-
-
-
-
- System.Void DubUrl.Querying.Dialects.TSqlDialect::.ctor(System.String[],DubUrl.Querying.Dialects.Renderers.IRenderer,DubUrl.Querying.Dialects.Casters.ICaster[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.AnsiRenderer
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.NullFormatter DubUrl.Querying.Dialects.Renderers.AnsiRenderer::get_Null()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.ValueFormatter DubUrl.Querying.Dialects.Renderers.AnsiRenderer::get_Value()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IIdentifierFormatter DubUrl.Querying.Dialects.Renderers.AnsiRenderer::get_Identity()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Renderers.AnsiRenderer::Render(System.Object,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.AnsiRenderer::.ctor(DubUrl.Querying.Dialects.Renderers.ValueFormatter,DubUrl.Querying.Dialects.Formatters.NullFormatter,DubUrl.Querying.Dialects.Formatters.IIdentifierFormatter)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.AnsiRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.DuckDBRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.DuckDBRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.FirebirdSqlRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.FirebirdSqlRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.MySqlRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.MySqlRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.PgsqlRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.PgsqlRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.PgsqlRenderer::.ctor(DubUrl.Querying.Dialects.Renderers.ValueFormatter)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.QuestDBRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.QuestDBRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.RendererAttribute
-
-
-
-
- System.Type DubUrl.Querying.Dialects.Renderers.RendererAttribute::get_RendererType()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.RendererAttribute::.ctor(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.RendererAttribute`1
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.RendererAttribute`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.SqliteRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.SqliteRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.TrinoRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.TrinoRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.TSqlRenderer
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.TSqlRenderer::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.ValueFormatter
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.Type,DubUrl.Querying.Dialects.Formatters.IValueFormatter> DubUrl.Querying.Dialects.Renderers.ValueFormatter::get_TypeFormatters()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IReadOnlyDictionary`2<System.Type,DubUrl.Querying.Dialects.Formatters.IValueFormatter> DubUrl.Querying.Dialects.Renderers.ValueFormatter::get_Values()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Renderers.ValueFormatter DubUrl.Querying.Dialects.Renderers.ValueFormatter::With(DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Renderers.ValueFormatter::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.BacktickIdentifierFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BacktickIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BacktickIdentifierFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.BooleanBitFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanBitFormatter::Format(System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanBitFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.BooleanFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanFormatter::Format(System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.BooleanLowerFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.BooleanLowerFormatter::Format(System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.CastFormatter`1
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.CastFormatter`1::get_TypeName()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T> DubUrl.Querying.Dialects.Formatters.CastFormatter`1::get_Formatter()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.CastFormatter`1::Format(T)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.CastFormatter`1::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.CastFormatter`1::.ctor(System.String,DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T>)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.DateFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.DateFormatter::Format(System.DateOnly)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.DateFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.DuckDBQuotedIdentifierFormatter
-
-
-
-
- System.Collections.Generic.IReadOnlyCollection`1<System.String> DubUrl.Querying.Dialects.Formatters.DuckDBQuotedIdentifierFormatter::get_ReservedKeywords()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.DuckDBQuotedIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.DuckDBQuotedIdentifierFormatter::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::get_FunctionName()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T> DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::get_Formatter()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::Format(T)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.FunctionFormatter`1::.ctor(System.String,DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T>)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IntervalAsTimeFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalAsTimeFormatter::Format(System.TimeSpan)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalAsTimeFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IntervalFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalFormatter::Format(System.TimeSpan)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IntervalTrinoFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalTrinoFormatter::Format(System.TimeSpan)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.IntervalTrinoFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.NullFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.NullFormatter::Format()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.NumberFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.NumberFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::get_Prefix()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T> DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::get_Formatter()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::Format(T)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.PrefixFormatter`1::.ctor(System.String,DubUrl.Querying.Dialects.Formatters.IValueFormatter`1<T>)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.QuotedIdentifierFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.QuotedIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.QuotedIdentifierFormatter::SurroundByQuotes(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.QuotedIdentifierFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::get_ResourcePath()
-
-
-
-
-
-
-
-
-
-
- System.Reflection.Assembly DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::get_ResourceAssembly()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::Dispose()
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::Dispose(System.Boolean)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::DisposeManagedState()
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::<ReadAll>b__8_0(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader::.ctor(System.Reflection.Assembly,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader/<ReadAll>d__8
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader/<ReadAll>d__8::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader/<ReadAll>d__9
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Formatters.ReservedKeywordsReader/<ReadAll>d__9::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.SimpleQuotedValueFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.SimpleQuotedValueFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.SimpleQuotedValueFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.SquareBracketIdentifierFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.SquareBracketIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.SquareBracketIdentifierFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.TimeFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.TimeFormatter::Format(System.TimeOnly)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.TimeFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.TimestampFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.TimestampFormatter::Format(System.DateTime)
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.TimestampFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Formatters.UnquotedIdentifierFormatter
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.UnquotedIdentifierFormatter::Format(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Querying.Dialects.Formatters.UnquotedIdentifierFormatter::Format(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.BaseCaster`2
-
-
-
-
- System.String DubUrl.Querying.Dialects.Casters.BaseCaster`2::get_MethodName()
-
-
-
-
-
-
-
-
-
-
- System.Type[] DubUrl.Querying.Dialects.Casters.BaseCaster`2::get_MethodTypeArgs()
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.BaseCaster`2::CanCast(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Reflection.MethodInfo DubUrl.Querying.Dialects.Casters.BaseCaster`2::GetMethod()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.Querying.Dialects.Casters.BaseCaster`2::Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.BaseCaster`2::.ctor(System.String,System.Type[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.BooleanConverter
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.BooleanConverter::Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.Converter`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.Converter`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.Converter`1::Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.Converter`1::HasImplicitConversion(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.Converter`1::HasExplicitConversion(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.Converter`1::CanCast(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.Querying.Dialects.Casters.Converter`1::DubUrl.Querying.Dialects.Casters.ICaster.Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.DateTimeCaster`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.DateTimeCaster`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.DateTimeCaster`1::Cast(System.DateTime)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.DateTimeCaster`1::TryTruncate(System.DateTime,T&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.DateTimeCaster`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.DecimalConverter
-
-
-
-
- System.Decimal DubUrl.Querying.Dialects.Casters.DecimalConverter::Cast(System.Object)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.NumericParser`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.NumericParser`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.NumericParser`1::Cast(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.NumericParser`1::TryParse(System.String,T&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.NumericParser`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.Parser`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.Parser`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.Parser`1::Cast(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.Parser`1::TryParse(System.String,T&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.Parser`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute
-
-
-
-
- System.Type DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute::get_CasterType()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute::.ctor(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute`1
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.ReturnCasterAttribute`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1::ThrowCastException(System.Object)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1::Cast(System.TimeSpan)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1::TryTruncate(System.TimeSpan,T&)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Querying.Dialects.Casters.TimeSpanCaster`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.Casters.TrinoTimeSpanParser
-
-
-
-
- System.Boolean DubUrl.Querying.Dialects.Casters.TrinoTimeSpanParser::TryParse(System.String,System.TimeSpan&)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Parsing.Parser
-
-
-
-
- DubUrl.Parsing.UrlInfo DubUrl.Parsing.Parser::Parse(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Parsing.UrlInfo
-
-
-
-
- System.String DubUrl.Parsing.UrlInfo::get_Host()
-
-
-
-
-
-
-
-
-
-
- System.Int32 DubUrl.Parsing.UrlInfo::get_Port()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Parsing.UrlInfo::get_Username()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Parsing.UrlInfo::get_Password()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Parsing.UrlInfo::get_Schemes()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Parsing.UrlInfo::get_Segments()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IDictionary`2<System.String,System.String> DubUrl.Parsing.UrlInfo::get_Options()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Parsing.UrlInfo::.ctor(System.String,System.Int32,System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrl
-
-
-
-
- DubUrl.MicroOrm.IReflectionCache DubUrl.MicroOrm.DatabaseUrl::get_ReflectionCache()
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrl DubUrl.MicroOrm.DatabaseUrl::WithoutCache()
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadSingle(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadSingle(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadSingleNonNull(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadSingleNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadFirst(System.String)
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadFirst(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- T DubUrl.MicroOrm.DatabaseUrl::ReadFirstNonNull(DubUrl.Querying.ICommandProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<T> DubUrl.MicroOrm.DatabaseUrl::ReadMultiple(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrl::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrl::.ctor(DubUrl.ConnectionUrlFactory,System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrl::.ctor(DubUrl.ConnectionUrlFactory,DubUrl.Querying.Reading.CommandProvisionerFactory,System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrl::.ctor(DubUrl.ConnectionUrl,DubUrl.Querying.Reading.CommandProvisionerFactory,DubUrl.MicroOrm.IReflectionCache)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrl/<ReadMultiple>d__17`1
-
-
-
-
- System.Boolean DubUrl.MicroOrm.DatabaseUrl/<ReadMultiple>d__17`1::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrlFactory
-
-
-
-
- DubUrl.MicroOrm.IReflectionCache DubUrl.MicroOrm.DatabaseUrlFactory::get_ReflectionCache()
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.DatabaseUrl DubUrl.MicroOrm.DatabaseUrlFactory::Instantiate(System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.DatabaseUrlFactory::.ctor(DubUrl.ConnectionUrlFactory,DubUrl.Querying.Reading.CommandProvisionerFactory,DubUrl.MicroOrm.IReflectionCache)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.IDataReaderExtensions
-
-
-
-
- T DubUrl.MicroOrm.IDataReaderExtensions::ToEntity(System.Data.IDataReader,DubUrl.MicroOrm.IReflectionCache)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Object DubUrl.MicroOrm.IDataReaderExtensions::ToExpandoObject(System.Data.IDataReader)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.NoneReflectionCache
-
-
-
-
- System.Void DubUrl.MicroOrm.NoneReflectionCache::Add(System.Reflection.PropertyInfo[],System.Reflection.FieldInfo[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.NoneReflectionCache::Clear()
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.MicroOrm.NoneReflectionCache::Exists()
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.Reflection.PropertyInfo[],System.Reflection.FieldInfo[]> DubUrl.MicroOrm.NoneReflectionCache::Get()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.NoneReflectionCache::Remove()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.ReflectionCache
-
-
-
-
- System.Void DubUrl.MicroOrm.ReflectionCache::Add(System.Reflection.PropertyInfo[],System.Reflection.FieldInfo[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.ReflectionCache::Clear()
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.MicroOrm.ReflectionCache::Exists()
-
-
-
-
-
-
-
-
-
-
- System.ValueTuple`2<System.Reflection.PropertyInfo[],System.Reflection.FieldInfo[]> DubUrl.MicroOrm.ReflectionCache::Get()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.ReflectionCache::Remove()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.MicroOrm.ReflectionCache::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.MicroOrm.ReflectionCache/CacheContent
-
-
-
-
- System.Reflection.PropertyInfo[] DubUrl.MicroOrm.ReflectionCache/CacheContent::get_Properties()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.AlternativeMapperAttribute`2
-
-
-
-
- System.Void DubUrl.Mapping.AlternativeMapperAttribute`2::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.AlternativeMapperAttribute
-
-
-
-
- System.Void DubUrl.Mapping.AlternativeMapperAttribute::.ctor(System.Type,System.Type,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapper
-
-
-
-
- DubUrl.Rewriting.IConnectionStringRewriter DubUrl.Mapping.BaseMapper::get_Rewriter()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Mapping.BaseMapper::get_Dialect()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Mapping.BaseMapper::get_Parametrizer()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.BaseMapper::GetConnectionString()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.BaseMapper::GetProviderName()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.IDialect DubUrl.Mapping.BaseMapper::GetDialect()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IConnectivity DubUrl.Mapping.BaseMapper::GetConnectivity()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.IParametrizer DubUrl.Mapping.BaseMapper::GetParametrizer()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IReadOnlyDictionary`2<System.String,System.Object> DubUrl.Mapping.BaseMapper::Rewrite(DubUrl.Parsing.UrlInfo)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.BaseMapper::.ctor(DubUrl.Rewriting.IConnectionStringRewriter,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapperAttribute
-
-
-
-
- System.Type DubUrl.Mapping.BaseMapperAttribute::get_Connectivity()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.BaseMapperAttribute::get_Parametrizer()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.BaseMapperAttribute::get_ProviderInvariantName()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.BaseMapperAttribute::.ctor(System.Type,System.Type,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseIntrospector
-
-
-
-
- DubUrl.Mapping.ITypesProbe DubUrl.Mapping.BaseIntrospector::get_Probe()
-
-
-
-
-
-
-
-
-
-
- System.Type[] DubUrl.Mapping.BaseIntrospector::get_Types()
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<T>> DubUrl.Mapping.BaseIntrospector::LocateAttribute()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.BaseIntrospector::.ctor(DubUrl.Mapping.ITypesProbe)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseIntrospector/AttributeInfo`1
-
-
-
-
- System.Type DubUrl.Mapping.BaseIntrospector/AttributeInfo`1::get_Type()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.AssemblyTypesProbe
-
-
-
-
- System.Reflection.Assembly[] DubUrl.Mapping.AssemblyTypesProbe::get_Assemblies()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<System.Type> DubUrl.Mapping.AssemblyTypesProbe::Locate()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.AssemblyTypesProbe::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.AssemblyTypesProbe::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapperIntrospector
-
-
-
-
- System.Void DubUrl.Mapping.BaseMapperIntrospector::.ctor(DubUrl.Mapping.ITypesProbe)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.DatabaseAttribute
-
-
-
-
- System.String DubUrl.Mapping.DatabaseAttribute::get_DatabaseName()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Mapping.DatabaseAttribute::get_Aliases()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.DatabaseAttribute::get_DialectType()
-
-
-
-
-
-
-
-
-
-
- System.Int32 DubUrl.Mapping.DatabaseAttribute::get_ListingPriority()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.DatabaseAttribute::.ctor(System.String,System.String[],System.Type,DubUrl.Mapping.DatabaseCategory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.DatabaseAttribute`1
-
-
-
-
- System.Void DubUrl.Mapping.DatabaseAttribute`1::.ctor(System.String,System.String[],DubUrl.Mapping.DatabaseCategory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.MapperAttribute`2
-
-
-
-
- System.Void DubUrl.Mapping.MapperAttribute`2::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.MapperAttribute
-
-
-
-
- System.Void DubUrl.Mapping.MapperAttribute::.ctor(System.Type,System.Type,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.MapperInfo
-
-
-
-
- System.Type DubUrl.Mapping.MapperInfo::get_MapperType()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.MapperInfo::get_DatabaseName()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Mapping.MapperInfo::get_Aliases()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.MapperInfo::get_DialectType()
-
-
-
-
-
-
-
-
-
-
- System.Int32 DubUrl.Mapping.MapperInfo::get_ListingPriority()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.MapperInfo::get_ProviderInvariantName()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.MapperInfo::get_ParametrizerType()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NativeMapperIntrospector
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Mapping.MapperInfo> DubUrl.Mapping.NativeMapperIntrospector::Locate()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<DubUrl.Mapping.MapperInfo> DubUrl.Mapping.NativeMapperIntrospector::LocateAlternative()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.NativeMapperIntrospector::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.NativeMapperIntrospector::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.NativeMapperIntrospector::.ctor(DubUrl.Mapping.ITypesProbe)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NativeMapperIntrospector/<>c__DisplayClass5_0`1
-
-
-
-
- System.Boolean DubUrl.Mapping.NativeMapperIntrospector/<>c__DisplayClass5_0`1::<Locate>b__0(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.DatabaseAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NativeMapperIntrospector/<Locate>d__5`1
-
-
-
-
- System.Boolean DubUrl.Mapping.NativeMapperIntrospector/<Locate>d__5`1::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.ProviderNotFoundException
-
-
-
-
- System.Void DubUrl.Mapping.ProviderNotFoundException::.ctor(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.SchemeMapperBuilder
-
-
-
-
- System.Boolean DubUrl.Mapping.SchemeMapperBuilder::get_IsBuilt()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.Dictionary`2<System.String,DubUrl.Mapping.IMapper> DubUrl.Mapping.SchemeMapperBuilder::get_Mappers()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.BaseMapperIntrospector[] DubUrl.Mapping.SchemeMapperBuilder::get_MapperIntrospectors()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Dialects.DialectBuilder DubUrl.Mapping.SchemeMapperBuilder::get_DialectBuilder()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Querying.Parametrizing.ParametrizerFactory DubUrl.Mapping.SchemeMapperBuilder::get_ParametrizerFactory()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::Initialize()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::Build()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Mapping.SchemeMapperBuilder::GetAlias(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IMapper DubUrl.Mapping.SchemeMapperBuilder::GetMapper(System.String)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.IMapper DubUrl.Mapping.SchemeMapperBuilder::GetMapper(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Data.Common.DbProviderFactory DubUrl.Mapping.SchemeMapperBuilder::GetProviderFactory(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Data.Common.DbProviderFactory DubUrl.Mapping.SchemeMapperBuilder::GetProvider(System.String)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::AddAlias(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::AddMapping(System.String,System.String,System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::AddMapping(System.String,System.String[],System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::AddMapping(DubUrl.Mapping.MapperInfo)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::RemoveMapping(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::ReplaceMapper(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::ReplaceDriverLocatorFactory(System.Type,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.SchemeMapperBuilder::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.SchemeMapperBuilder/ProviderInfo
-
-
-
-
- System.String DubUrl.Mapping.SchemeMapperBuilder/ProviderInfo::get_ProviderName()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperConnectivityAttribute
-
-
-
-
- System.String DubUrl.Mapping.WrapperConnectivityAttribute::get_ConnectivityName()
-
-
-
-
-
-
-
-
-
-
- System.String[] DubUrl.Mapping.WrapperConnectivityAttribute::get_Aliases()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.WrapperConnectivityAttribute::.ctor(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperAttribute`2
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperAttribute`2::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperAttribute
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperAttribute::.ctor(System.Type,System.Type,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NoElementFoundException
-
-
-
-
- System.Void DubUrl.Mapping.NoElementFoundException::.ctor(System.String,System.String,System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.NoElementFoundException::.ctor(System.String,System.String,System.String,System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NoMapperFoundException
-
-
-
-
- System.Void DubUrl.Mapping.NoMapperFoundException::.ctor(System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NoDatabaseFoundException
-
-
-
-
- System.Void DubUrl.Mapping.NoDatabaseFoundException::.ctor(System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.NoConnectivityFoundException
-
-
-
-
- System.Void DubUrl.Mapping.NoConnectivityFoundException::.ctor(System.Type,System.Type,System.Collections.Generic.IEnumerable`1<System.Type>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperIntrospector::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperIntrospector::.ctor(System.Reflection.Assembly[])
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.WrapperMapperIntrospector::.ctor(DubUrl.Mapping.ITypesProbe)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector/<>c
-
-
-
-
- System.Type DubUrl.Mapping.WrapperMapperIntrospector/<>c::<Locate>b__3_1(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.WrapperMapperAttribute>)
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.WrapperMapperIntrospector/<>c::<Locate>b__3_3(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.DatabaseAttribute>)
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Mapping.WrapperMapperIntrospector/<>c::<Locate>b__3_5(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.WrapperConnectivityAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_0
-
-
-
-
- System.Boolean DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_0::<Locate>b__0(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.WrapperMapperAttribute>)
-
-
-
-
-
-
-
-
-
-
- System.Boolean DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_0::<Locate>b__2(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.DatabaseAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_1
-
-
-
-
- System.Boolean DubUrl.Mapping.WrapperMapperIntrospector/<>c__DisplayClass3_1::<Locate>b__4(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.WrapperConnectivityAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.WrapperMapperIntrospector/<Locate>d__3
-
-
-
-
- System.Boolean DubUrl.Mapping.WrapperMapperIntrospector/<Locate>d__3::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.CockRoachMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.CockRoachMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.Db2Mapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.Db2Mapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.DrillOdbcMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.DrillOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.DrillOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.DuckdbMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.DuckdbMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.DuckdbMapper::.ctor(DubUrl.Rewriting.ConnectionStringRewriter,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.FirebirdSqlMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.FirebirdSqlMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MariaDbConnectorMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MariaDbConnectorMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MariaDbDataRewriter
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MariaDbDataRewriter::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MsSqlServerMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MsSqlServerMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MySqlConnectorMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MySqlConnectorMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MySqlConnectorMapper::.ctor(DubUrl.Rewriting.ConnectionStringRewriter,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.MySqlDataMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.MySqlDataMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.OdbcDbqMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OdbcDbqMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OdbcDbqMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.OdbcMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.OracleManagedDataAccessMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.OracleManagedDataAccessMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.PostgresqlMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.PostgresqlMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.PostgresqlMapper::.ctor(DubUrl.Rewriting.ConnectionStringRewriter,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.QuestDbMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.QuestDbMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.QuestDbOdbcMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.QuestDbOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.QuestDbOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.SnowflakeMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.SnowflakeMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.SqliteMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.SqliteMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.TeradataMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TeradataMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.TimescaleMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TimescaleMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.TrinoMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TrinoMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Implementation.TrinoOdbcMapper
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TrinoOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Mapping.Implementation.TrinoOdbcMapper::.ctor(System.Data.Common.DbConnectionStringBuilder,DubUrl.Querying.Dialects.IDialect,DubUrl.Querying.Parametrizing.IParametrizer,DubUrl.Locating.OdbcDriver.DriverLocatorFactory)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Connectivity.NativeConnectivity
-
-
-
-
- System.String DubUrl.Mapping.Connectivity.NativeConnectivity::get_Alias()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Connectivity.OdbcConnectivity
-
-
-
-
- System.String DubUrl.Mapping.Connectivity.OdbcConnectivity::get_Alias()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.IEnumerable`1<System.String> DubUrl.Mapping.Connectivity.OdbcConnectivity::DefineAliases(DubUrl.Mapping.WrapperConnectivityAttribute,DubUrl.Mapping.DatabaseAttribute,DubUrl.Locating.LocatorAttribute)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Mapping.Connectivity.OdbcConnectivity/<CartesianProduct>d__3
-
-
-
-
- System.Boolean DubUrl.Mapping.Connectivity.OdbcConnectivity/<CartesianProduct>d__3::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.BaseLocatorFactory
-
-
-
-
- System.String[] DubUrl.Locating.BaseLocatorFactory::GetValidAliases()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorFactory::AddAlias(System.String,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorFactory::AddElement(System.String,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorFactory::ReplaceMapping(System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorFactory::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.BaseLocatorRegex
-
-
-
-
- System.Type[] DubUrl.Locating.BaseLocatorRegex::get_Options()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorRegex::.ctor(DubUrl.Locating.RegexUtils.BaseRegex[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.LocatorAttribute
-
-
-
-
- System.Void DubUrl.Locating.LocatorAttribute::.ctor(System.String,System.Type[],System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.BaseLocatorAttribute
-
-
-
-
- System.String DubUrl.Locating.BaseLocatorAttribute::get_RegexPattern()
-
-
-
-
-
-
-
-
-
-
- System.Type[] DubUrl.Locating.BaseLocatorAttribute::get_Options()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Locating.BaseLocatorAttribute::get_Mapper()
-
-
-
-
-
-
-
-
-
-
- System.Type DubUrl.Locating.BaseLocatorAttribute::get_Database()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.BaseLocatorAttribute::.ctor(System.String,System.Type[],System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.AnyOfCapture
-
-
-
-
- System.String[] DubUrl.Locating.RegexUtils.AnyOfCapture::get_Options()
-
-
-
-
-
-
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.AnyOfCapture::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.AnyOfCapture::.ctor(System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.AnyOfCapture`1
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.AnyOfCapture`1::.ctor(System.String[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.BaseRegex
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.BaseRegex::ToRegex()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.CompositeRegex
-
-
-
-
- DubUrl.Locating.RegexUtils.BaseRegex[] DubUrl.Locating.RegexUtils.CompositeRegex::get_Regexes()
-
-
-
-
-
-
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.CompositeRegex::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.CompositeRegex::ToRegex()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.CompositeRegex::ToString()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.CompositeRegex::.ctor(DubUrl.Locating.RegexUtils.BaseRegex[])
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.LiteralMatch
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.LiteralMatch::get_Text()
-
-
-
-
-
-
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.LiteralMatch::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.LiteralMatch::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.OptionalCapture
-
-
-
-
- System.String DubUrl.Locating.RegexUtils.OptionalCapture::get_Option()
-
-
-
-
-
-
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.OptionalCapture::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.OptionalCapture::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.OptionalCapture`1
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.OptionalCapture`1::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.SpaceMatch
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.SpaceMatch::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.StringBuilderExtensions
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.StringBuilderExtensions::AppendEscaped(System.Text.StringBuilder,System.String)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.StringBuilderExtensions::.cctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.VersionCapture
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.VersionCapture::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.VersionCapture`1
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.VersionCapture`1::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.RegexUtils.WordMatch
-
-
-
-
- System.Text.StringBuilder DubUrl.Locating.RegexUtils.WordMatch::ToRegex(System.Text.StringBuilder)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.RegexUtils.WordMatch::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.Options.LocatorOptionAttribute
-
-
-
-
- System.Void DubUrl.Locating.Options.LocatorOptionAttribute::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.BaseDriverLocator
-
-
-
-
- System.String DubUrl.Locating.OdbcDriver.BaseDriverLocator::get_RegexPattern()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLister DubUrl.Locating.OdbcDriver.BaseDriverLocator::get_Lister()
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Locating.OdbcDriver.BaseDriverLocator::Locate()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.String DubUrl.Locating.OdbcDriver.BaseDriverLocator::GetRegexPattern()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Int32 DubUrl.Locating.OdbcDriver.BaseDriverLocator::GetOptionPosition(System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.BaseDriverLocator::.ctor(System.String)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.BaseDriverLocator::.ctor(System.String,DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.BaseDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.BaseDriverRegex::.ctor(DubUrl.Locating.RegexUtils.BaseRegex[])
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverAttribute
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverAttribute::.ctor(DubUrl.Locating.ILocatorRegex,System.Type,System.Type)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverAttribute`3
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverAttribute`3::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLister
-
-
-
-
- System.String[] DubUrl.Locating.OdbcDriver.DriverLister::List()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.DriverLister::ListFromRegistry(Microsoft.Win32.RegistryKey)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorFactory
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector DubUrl.Locating.OdbcDriver.DriverLocatorFactory::get_DriverLocatorIntrospector()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorFactory::Initialize()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.IDriverLocator DubUrl.Locating.OdbcDriver.DriverLocatorFactory::Instantiate(System.String)
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.IDriverLocator DubUrl.Locating.OdbcDriver.DriverLocatorFactory::Instantiate(System.String,System.Collections.Generic.IDictionary`2<System.Type,System.Object>)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorFactory::AddDriver(System.String,System.Type)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorFactory::<Initialize>g__AddSchemes|4_0(System.String[],System.Type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorFactory::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector::.ctor(DubUrl.Mapping.AssemblyTypesProbe)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/DriverLocatorInfo
-
-
-
-
- System.Type DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/DriverLocatorInfo::get_DriverLocatorType()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/<>c__DisplayClass3_0
-
-
-
-
- System.Boolean DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/<>c__DisplayClass3_0::<Locate>b__0(DubUrl.Mapping.BaseIntrospector/AttributeInfo`1<DubUrl.Mapping.DatabaseAttribute>)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/<Locate>d__3
-
-
-
-
- System.Boolean DubUrl.Locating.OdbcDriver.DriverLocatorIntrospector/<Locate>d__3::MoveNext()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.MsExcelDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.MsExcelDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.MsExcelDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.MsExcelDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.MsExcelDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.MsExcelDriverLocator/MsExcelDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.MsExcelDriverLocator/MsExcelDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.TextDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.TextDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.TextDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.TextDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.TextDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.TextDriverLocator/TextDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.TextDriverLocator/TextDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator
-
-
-
-
- DubUrl.Locating.Options.EncodingOption DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::get_Encoding()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator/DrillDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DrillDriverLocator/DrillDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator/DuckdbDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.DuckdbDriverLocator/DuckdbDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator
-
-
-
-
- DubUrl.Locating.Options.EncodingOption DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::get_Encoding()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator/MariaDbDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MariaDbDriverLocator/MariaDbDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator/MssqlDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MssqlDriverLocator/MssqlDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator
-
-
-
-
- DubUrl.Locating.Options.EncodingOption DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::get_Encoding()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::.ctor(DubUrl.Locating.Options.EncodingOption)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister,DubUrl.Locating.Options.EncodingOption)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator/MySqlConnectorDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.MySqlConnectorDriverLocator/MySqlConnectorDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator
-
-
-
-
- DubUrl.Locating.Options.EncodingOption DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::get_Encoding()
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.Options.ArchitectureOption DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::get_Architecture()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.Options.ArchitectureOption DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::GetRunningArchitecture()
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::.ctor(DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister,DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator/PostgresqlDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator/PostgresqlDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator/CandidateInfo
-
-
-
-
- System.String DubUrl.Locating.OdbcDriver.Implementation.PostgresqlDriverLocator/CandidateInfo::get_Driver()
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.QuestDbDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.QuestDbDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.QuestDbDriverLocator::.ctor(DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.QuestDbDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister,DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.TimescaleDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TimescaleDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TimescaleDriverLocator::.ctor(DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TimescaleDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister,DubUrl.Locating.Options.EncodingOption,DubUrl.Locating.Options.ArchitectureOption)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator::AddCandidate(System.String,System.String[])
-
-
-
-
-
-
-
-
-
-
- System.Collections.Generic.List`1<System.String> DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator::RankCandidates()
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator::.ctor()
-
-
-
-
-
-
-
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator::.ctor(DubUrl.Locating.OdbcDriver.DriverLister)
-
-
-
-
-
-
-
-
-
-
-
- DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator/TrinoDriverRegex
-
-
-
-
- System.Void DubUrl.Locating.OdbcDriver.Implementation.TrinoDriverLocator/TrinoDriverRegex::.ctor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file