mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
31 lines
1.5 KiB
C#
31 lines
1.5 KiB
C#
// This file contains auto-generated code.
|
|
|
|
namespace System
|
|
{
|
|
namespace Data
|
|
{
|
|
namespace SQLite
|
|
{
|
|
namespace EF6
|
|
{
|
|
// Generated from `System.Data.SQLite.EF6.SQLiteProviderFactory` in `System.Data.SQLite.EF6, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`
|
|
public class SQLiteProviderFactory : System.Data.Common.DbProviderFactory, System.IDisposable, System.IServiceProvider
|
|
{
|
|
public override System.Data.Common.DbCommand CreateCommand() => throw null;
|
|
public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() => throw null;
|
|
public override System.Data.Common.DbConnection CreateConnection() => throw null;
|
|
public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() => throw null;
|
|
public override System.Data.Common.DbDataAdapter CreateDataAdapter() => throw null;
|
|
public override System.Data.Common.DbParameter CreateParameter() => throw null;
|
|
public void Dispose() => throw null;
|
|
public object GetService(System.Type serviceType) => throw null;
|
|
public static System.Data.SQLite.EF6.SQLiteProviderFactory Instance;
|
|
public SQLiteProviderFactory() => throw null;
|
|
// ERR: Stub generator didn't handle member: ~SQLiteProviderFactory
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|