JDBC Driver for SAP BusinessObjects BI

Build 25.0.9434

DocumentDetails

Query all document details for a SAP Business Objects BI instance.

Select

The following queries are processed server-side:

    SELECT * FROM DocumentDetails
    SELECT * FROM DocumentDetails WHERE Id=1

Update


    UPDATE DocumentDetails SET Keywords='test,cdata', Description='Updated', Name='document from CData', ParentId=5524 WHERE ID=5570

Columns

Name Type ReadOnly Description
Id [KEY] Integer False

The document ID.

CUID String False

The document CUID.

Name String False

The document name.

Description String False

The document description.

Type String False

The document type.

Keywords String False

The document keywords.

OwnerID String False

The document owner ID.

ParentID String False

The document parent ID.

ParentCUID String False

The document parent CUID.

Created Datetime False

The datetime when the document created.

Updated Datetime False

The datetime when the document was last updated.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434