119 MssqlTable 
get_table(AbstractDatasource nds, 
string nname, *hash<auto> opts);
 
provides the Mssql-specific implementation of the AbstractDatabase interface
Definition: FreetdsSqlUtil.qm.dox.h:127
 
provides the Mssql-specific implementation of the SqlUtil::AbstractTable interface
Definition: FreetdsSqlUtil.qm.dox.h:135
 
constructor(AbstractDatasource nds, string nname, *hash< auto > opts)
Creates the object with the given arguments.
 
*string getSqlValueImpl(auto v)
returns a string for use in SQL queries representing the DB-specific value of the argument
 
the FreetdsSqlUtil namespace contains all the objects in the FreetdsSqlUtil module
Definition: FreetdsSqlUtil.qm.dox.h:117
 
MssqlTable get_table(AbstractDatasource nds, string nname, *hash< auto > opts)
returns a MssqlTable object corresponding to the arguments
 
MssqlDatabase get_database(AbstractDatasource nds, *hash< auto > opts)
returns a MssqlDatabase object corresponding to the arguments