ModValue
import type { ModValue } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Returns the value and associated metadata for a particular field of the Mod.
interface ModValue {
columnMetadataIndex?: number;
value?: any;
}import type { ModValue } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Returns the value and associated metadata for a particular field of the Mod.