Basics#
Execute the given script. |
|
Call the specified function with the provided arguments. |
|
Set variables with the provided values. |
|
Executes a SQL query. |
|
Creates a Swordfish Scalar from a Python object. |
|
Creates a Swordfish Vector from a Python object or initializes one with specified type, size, capacity, and default value. |
|
Creates a Swordfish AnyVector from a Python object or initializes one with specified size, capacity, and default value. |
|
Creates a Swordfish ArrayVector from a Python object or using specified index, value, and type. |
|
Creates a Swordfish Pair from two Scalar values. |
|
Creates a Swordfish Matrix from a Python object or initializes one with specified parameters. |
|
Creates a Swordfish Set from a Python object or initializes one with a specified type and capacity. |
|
Creates a Swordfish Dictionary from a Python object, from separate keys and values, or as an empty dictionary with specified key and value types. |
|
Creates or retrieves a Swordfish Table using various initialization methods. |
|
Creates a partially applied function by binding arguments to the original function. |
|
Registers a user-defined function (UDF) in Swordfish. |
|
Generates the MetaCode context for working with MetaCode. |
|
Establishes a connection to different types of databases or sessions based on the provided parameters. |