Files
codeql/csharp/ql/test/resources/stubs/System.Data.SQLite.EF6/1.0.116/System.Data.SQLite.EF6.cs
2022-08-10 11:08:27 +02:00

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
}
}
}
}
}