library


Description:

public static int library ()

Return an integer representation of the version currenly in use.

This result is major * 1000000 + minor * 1000 + micro.

Returns:

the version number of the library

Namespace: SQLHeavy.Version
Package: SQLHeavy