Skip to contents

S3 method: Extract SQL command from DataProcessLink Extracts the SQL command string from a DataProcessLink object, if available.

Usage

# S3 method for class 'DataProcessLink'
extract_sql_command(object, ...)

Arguments

object

The DataProcessLink object to extract from.

...

Additional arguments (not used).

Value

The SQL command string, or an empty string if not available.