JDBC Driver for Act-On

Build 25.0.9539

Media

Query the available media on your Act-On account.

View Specific Information

The driver will use the Act-On API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the driver.

  • Id supports the '=' operator.

For example, the following queries are processed server side:

SELECT * FROM Images WHERE Id = '001'

Columns

Name Type Description
Id [KEY] String The Id of the image.
FolderName String The name of the folder that contains the image.
Name String The name of the image.
CreationTime Datetime The date and time the image was created.
LastModified Datetime The date and time the image was last modified.
Url String The URL of the media.
Size Int The size of the image.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539