package androidx.room.driver;

import java.io.IOException;
import l3.j;

/* JADX INFO: loaded from: classes.dex */
public final class g extends h {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final j f4056d;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public g(l3.b bVar, String str) {
        super(bVar, str);
        nb.g.i(str, "sql");
        this.f4056d = bVar.o(str);
    }

    @Override // k3.c
    public final String A(int i10) {
        e();
        ua.b.I(21, "no row");
        throw null;
    }

    @Override // k3.c
    public final boolean G() {
        e();
        this.f4056d.execute();
        return false;
    }

    @Override // k3.c
    public final void a(int i10, long j10) {
        e();
        this.f4056d.a(i10, j10);
    }

    @Override // k3.c
    public final void b(double d10, int i10) {
        e();
        this.f4056d.b(d10, i10);
    }

    @Override // java.lang.AutoCloseable
    public final void close() throws IOException {
        this.f4056d.close();
        this.f4059c = true;
    }

    @Override // k3.c
    public final void d(int i10) {
        e();
        this.f4056d.d(i10);
    }

    @Override // k3.c
    public final int getColumnCount() {
        e();
        return 0;
    }

    @Override // k3.c
    public final String getColumnName(int i10) {
        e();
        ua.b.I(21, "no row");
        throw null;
    }

    @Override // k3.c
    public final double getDouble(int i10) {
        e();
        ua.b.I(21, "no row");
        throw null;
    }

    @Override // k3.c
    public final long getLong(int i10) {
        e();
        ua.b.I(21, "no row");
        throw null;
    }

    @Override // k3.c
    public final boolean isNull(int i10) {
        e();
        ua.b.I(21, "no row");
        throw null;
    }

    @Override // k3.c
    public final void reset() {
    }

    @Override // k3.c
    public final void s(int i10, String str) {
        nb.g.i(str, "value");
        e();
        this.f4056d.l(i10, str);
    }
}
