Table of Contents

Class SqlExecuteResponse

Namespace
AiDotNet.ProgramSynthesis.Execution
Assembly
AiDotNet.dll
public sealed class SqlExecuteResponse
Inheritance
SqlExecuteResponse
Inherited Members

Properties

Columns

public List<string> Columns { get; init; }

Property Value

List<string>

Dialect

public SqlDialect? Dialect { get; init; }

Property Value

SqlDialect?

Error

public string? Error { get; init; }

Property Value

string

ErrorCode

public SqlExecuteErrorCode? ErrorCode { get; init; }

Property Value

SqlExecuteErrorCode?

Rows

public List<Dictionary<string, SqlValue>> Rows { get; init; }

Property Value

List<Dictionary<string, SqlValue>>

Success

public required bool Success { get; init; }

Property Value

bool