MarkLogic XDBC.NET Library

XdbcConnectionFactory Class

An abstract factory class for creating XDBC database connection objects.

For a list of all members of this type, see XdbcConnectionFactory Members.

System.Object
   XdbcConnectionFactory

[Visual Basic]
MustInherit Public Class XdbcConnectionFactory
[C#]
public abstract class XdbcConnectionFactory

Remarks

To use this factory, first create a new instance of the factory using the static method NewInstance(). Then call NewXdbcConnection() to get a connection to an XML data source or data base.

Requirements

Namespace: MarkLogic.Xdbc

Assembly: MarkLogicXdbc (in MarkLogicXdbc.dll)

See Also

XdbcConnectionFactory Members | MarkLogic.Xdbc Namespace