preparers
Functions
| Function | Description |
|---|---|
| prepareArray | Prepares an array value for database storage with nullable support |
| prepareBigint | Prepares a bigint value for database storage with nullable support |
| prepareBinary | Prepares a binary value for database storage with nullable support |
| prepareBoolean | Prepares a boolean value for database storage with nullable support |
| prepareDate | Prepares a date value for database storage with nullable support and enhanced string parsing |
| prepareDateTime | Prepares a datetime value for database storage with nullable support and enhanced string parsing |
| prepareInteger | Prepares an integer value for database storage with nullable support |
| prepareNumber | Prepares a number value for database storage with nullable support |
| prepareObject | Prepares an object value for database storage with nullable support |
| prepareString | Prepares a string value for database storage with nullable support |
| prepareUnsignedint | Prepares an unsigned integer value for database storage with nullable support |