Skip to content

preparers

Functions

FunctionDescription
prepareArrayPrepares an array value for database storage with nullable support
prepareBigintPrepares a bigint value for database storage with nullable support
prepareBinaryPrepares a binary value for database storage with nullable support
prepareBooleanPrepares a boolean value for database storage with nullable support
prepareDatePrepares a date value for database storage with nullable support and enhanced string parsing
prepareDateTimePrepares a datetime value for database storage with nullable support and enhanced string parsing
prepareIntegerPrepares an integer value for database storage with nullable support
prepareNumberPrepares a number value for database storage with nullable support
prepareObjectPrepares an object value for database storage with nullable support
prepareStringPrepares a string value for database storage with nullable support
prepareUnsignedintPrepares an unsigned integer value for database storage with nullable support