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
Dialect
public SqlDialect? Dialect { get; init; }
Property Value
Error
public string? Error { get; init; }
Property Value
ErrorCode
public SqlExecuteErrorCode? ErrorCode { get; init; }
Property Value
Rows
public List<Dictionary<string, SqlValue>> Rows { get; init; }
Property Value
Success
public required bool Success { get; init; }