System Methods
This section describes the Lyftrondata driver framework methods used to establish API connectivity and data fetching.
Methods Detail
The Lyftrondata driver for Unified provides information about the description and usage of the method in the code.
Methods Return Type: tuple(bool, token:str)
initializeAPI
tuple
credentials
This method is use to initialize the API
fetchDataFromAPI
tuple
table(tablename)
parameter(schemaname) from_page(start page number) to_page (end page number)
columName(name of column)
columnValue(column value)
limit(rows limit)
This method is use to fetch data from API
execute_query
tuple
string
This method is use to execute query
get_schema_list
tuple
ConnectorObj
This method is use to get the schema list
get_schema_objects
tuple
ConnectorObj schema
This method is use to get the schema object details
get_object_columns
tuple
ConnectorObj schema
list
number_of_page
This method is use to get the object columns detail
Quickstart Steps
Do you have questions about how to use the platform? Don't worry; we've got you covered. Simply follow the quickstart instructions here.
Questions?
We're always happy to answer any additional questions you may have! Set up a meeting with our data experts.
Last updated