Qizx/db 2.1 API

com.qizx.api
Interface Product


public interface Product

Product information.


Field Summary
static String FULL_VERSION
          Full version number.
static int MAJOR_VERSION
          Major version number.
static int MINOR_VERSION
          Minor version number.
static int PATCH_VERSION
          Maintenance version number.
static String PRODUCT_NAME
          Name of the product, namely: Qizx/db.
static String VENDOR
          Name of the vendor of the product.
static String VENDOR_URL
          Main web address of the vendor of the product.
static String XQUERY_VERSION
          Supported XQuery version.
 

Field Detail

PRODUCT_NAME

public static final String PRODUCT_NAME
Name of the product, namely: Qizx/db.

See Also:
Constant Field Values

VENDOR

public static final String VENDOR
Name of the vendor of the product.

See Also:
Constant Field Values

VENDOR_URL

public static final String VENDOR_URL
Main web address of the vendor of the product.

See Also:
Constant Field Values

MAJOR_VERSION

public static final int MAJOR_VERSION
Major version number.

See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
Minor version number.

See Also:
Constant Field Values

PATCH_VERSION

public static final int PATCH_VERSION
Maintenance version number.

See Also:
Constant Field Values

FULL_VERSION

public static final String FULL_VERSION
Full version number.

See Also:
Constant Field Values

XQUERY_VERSION

public static final String XQUERY_VERSION
Supported XQuery version.

See Also:
Constant Field Values

© 2008 Axyana Software