asSqlValue method

String asSqlValue([
  1. bool nullAsBlank = false,
  2. bool quoteStrings = true
])

Implementation

String asSqlValue([bool nullAsBlank = false, bool quoteStrings = true]) => SqlUtil.value(this, nullAsBlank, quoteStrings);