DB2XmlAsBlobFileReference class

The com.ibm.db2.jcc.DB2XmlAsBlobFileReference class is subclass of DB2FileReference that is used for creating XML AS BLOB file reference variable objects. This class applies only to IBM® Data Server Driver for JDBC and SQLJ type 2 connectivity to Db2 for z/OS® Version 9 or later.

DB2XmlAsBlobFileReference constructor

The following constructor is defined only for the IBM Data Server Driver for JDBC and SQLJ.

DB2XmlAsBlobFileReference
Format:
public DB2XmlAsBlobFileReference(String fileName)
  throws java.sql.SQLException

Constructs a DB2XmlAsBlobFileReference object for an XML AS BLOB file reference variable.

Parameter descriptions:
fileName
The name of the file for the file reference variable. The name must specify the absolute path name for an existing HFS file.