Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConversionOpts

Options to use when converting certain values to their SQL-safe equivalents.

Hierarchy

  • ConversionOpts

Index

Properties

convertDate

convertDate: DateConversionFn

A function to be called to convert dates to their SQL equivalent.

param

the date conversion function

convertObject

convertObject: ObjectConversionFn

A function to be called to convert objects to their SQL equivalent.

param

the object conversion function

Generated using TypeDoc