Qore FreetdsSqlUtil Module Reference 1.6
Loading...
Searching...
No Matches
FreetdsSqlUtil::FreetdsTable Class Reference

provides the Mssql-specific implementation of the SqlUtil::AbstractTable interface More...

#include <FreetdsSqlUtil.qm.dox.h>

Inheritance diagram for FreetdsSqlUtil::FreetdsTable:
[legend]

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...
 

Detailed Description

provides the Mssql-specific implementation of the SqlUtil::AbstractTable interface

Member Function Documentation

◆ getSqlValueImpl()

*string FreetdsSqlUtil::FreetdsTable::getSqlValueImpl ( auto  v)
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.