Table of Contents

Class SQLResult

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Represents a row returned in an SQL result. See Result/Results.

public sealed class SQLResult
Inheritance
SQLResult
Inherited Members
Extension Methods

Methods

GetFloat(int)

Gets the float result for the specified column.

GetFloat(string)

Gets the float result for the specified column.

GetInt(int)

Gets the int result for the specified column.

GetInt(string)

Gets the int result for the specified column.

GetObject<T>(int, Location, NwGameObject?)

Gets the serialized object result for the specified column, and spawns the object at the specified location and inventory.

GetObject<T>(string, Location, NwGameObject?)

Gets the serialized object result for the specified column, and spawns the object at the specified location and inventory.

GetString(int)

Gets the string result for the specified column.

GetString(string)

Gets the string result for the specified column.

GetVector3(int)

Gets the Vector3 result for the specified column.

GetVector3(string)

Gets the Vector3 result for the specified column.