Qore JdbcMicrosoftSqlUtil Module Reference 1.0
Loading...
Searching...
No Matches

JdbcMicrosoftSqlUtil Module Introduction

The JdbcMicrosoftSqlUtil module provides a high level API for working with MS SQL Server database objects using the jdbc driver.

Usually this module is loaded on demand from the SqlUtil module, however to use this module directly, use "%requires JdbcMicrosoftSqlUtil" in your code.

All the public symbols in the module are defined in the JdbcMicrosoftSqlUtil namespace

Note
This module requires the jni binary module and the MS SQL Server JDBC driver for communication with MS SQL Server databases
See also
MssqlSqlUtilBase Module Introduction for implementation information about this module

Release Notes

JdbcMicrosoftSqlUtil v1.0

  • initial release