MarkLogic XDBC.NET Library

IXdbcDatabaseMetaData Members

IXdbcDatabaseMetaData overview

Public Instance Properties

CommandCount Return the number of IXdbcCommand instances currently open by this driver to the database.
Connection Retrieves the connection that produced this metadata object.
ConnectionCount Returns the number of IXdbcConnection objects currently open by this XDBC driver to the database.
DatabaseMajorVersion Returns the major version of this database product.
DatabaseMinorVersion Return the minor version of this database product.
DefaultTransactionIsolation Returns the database's default transaction isolation level.
DriverMajorVersion Return the XDBC driver's major version number.
DriverMinorVersion Return the XDBC driver's minor version number.
IsReadOnly Returns true exactly when the database is in read-only mode.
UserName Returns the user name as known to the database.

Public Instance Methods

SupportsResultSequenceConcurrency Returns true or false depending on whether the specified concurrency level is supported by result sequences returned from the database.

See Also

IXdbcDatabaseMetaData Interface | MarkLogic.Xdbc Namespace