Qore FreetdsSqlUtil Module Reference 1.6
|
provides the Mssql-specific implementation of the SqlUtil::AbstractTable interface More...
#include <FreetdsSqlUtil.qm.dox.h>
Public Member Methods | |
constructor (AbstractDatasource nds, string nname, *hash< auto > opts) | |
Creates the object with the given arguments. | |
Private Member Methods | |
*string | getSqlValueImpl (auto v) |
returns a string for use in SQL queries representing the DB-specific value of the argument More... | |
provides the Mssql-specific implementation of the SqlUtil::AbstractTable interface
|
privatevirtual |
returns a string for use in SQL queries representing the DB-specific value of the argument
returns NOTHING if the type cannot be converted to an SQL string
Reimplemented from MssqlSqlUtilBase::MssqlTable.