3.4 convert

Convers the data passed to the subroutine into SQL-formatted data.

Parameters:

$kiriwrite_dbmodule->convert(data);

Usage:

$data_sql = $kiriwrite_dbmodule->convert("This 'data' should be SQL formatted.");

data
Specifies the data to be converted into SQL formatted data.