This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/
Datatype | Property name | Property description | Default Value |
---|---|---|---|
Boolean | AlwaysGenerateAs | Determines whether fields will always use the "AS" keyword when generating SQL queries. (deprecated) | inherited from concrete class |
String | AsForTables | Represents the keyword used to separate identifiers from aliases. | inherited from concrete class |
String | CacheKeyBase | Gets a System.String that represents a unique key that can be used to query the cache.(deprecated) | inherited from concrete class |
Int32 | CmdTimeout | inherited from concrete class | |
IDbConnection | Connection | Gets the current connection to the database or creates a new one if one does not exist or if the existing connection is dropped. | inherited from concrete class |
IDbConnection | ConnectionOpened | inherited from concrete class | |
String | ConnectionString | Represents the default connection string for the driver in use. | inherited from concrete class |
DatabaseSchema | DatabaseSchema | Represents the schema obtained from the database. | inherited from concrete class |
String[] | DateFormats | Gets a collection of all the date format strings that are available. | inherited from concrete class |
String | DefaultSchemaName | Represents the name of the default schema of the DBMS for this driver. | inherited from concrete class |
Encoding | Encoding | inherited from concrete class | |
String[] | MainFusionDriverAllAliases | inherited from concrete class | |
Hashtable | NativeToInternalTypesMap | Collection of the key-value pairs to map native DB types to corresponding Izenda types Key - DB native type (type of String) Value - Corresponding Izenda.AdHoc.Database.SqlType | inherited from concrete class |
List | NativeTypesOverrides | Collection of the key-value pairs that is used to create a temporary table when SP is used as a data source. Key - SqlDbType Value - corresponding native DB type | inherited from concrete class |
Boolean | OnlyNullIsBlank | inherited from concrete class | |
Int64 | QuantityOfCallsInvalidate | Gets the number of requests to the web server to invalidate before accepting requests again. | inherited from concrete class |
TimeSpan | QueryCachingTime | Represents the period of time that queries made to the database will remain in the cache. Cached queries exist within application memory until this time period has elapsed or the queries cache is invalidated. The default is five minutes. | inherited from concrete class |
TimeSpan | SchemaCachingTime | Represents the period of time that the database schema will remain in the cache before it is invalidated and will be re-loaded from the database. The default is one day. | inherited from concrete class |
Hashtable | SqlTypeToDbTypeMap | Collection of the key-value pairs to map Izenda internal SqlType enum type to the .Net DbType Key - SqlType Value - DbType corresponding .Net DbType | inherited from concrete class |
Boolean | SupportsCreateDateExpression | Determines if the version of the database supports the ability to create a date from portions of a date. | inherited from concrete class |
Boolean | UseTablesFromSchemaOnly | Determines whether data sources only from the default for the current connection/user schema will be used. | inherited from concrete class |
Version | Version | Gets the version of the database that is being connected to. Once the version has been obtained, its value will be cached to disk. | inherited from concrete class |
Represents a method used to add a primary/foreign key relationship between two tables' columns in the schema using an INNER JOIN. The wildcard "*" is accepted and column names are case sensitive.
Parameters:
Parameters:
Represents a method to add a primary/foreign key relationship between two tables in the schema using a LEFT OUTER JOIN.
Parameters:
Represents a method to add a primary/foreign key relationship between a table and itself in the schema using a LEFT OUTER JOIN.
Parameters:
Checks to ensure connectivity to the database
Represents a method to determine whether the specified table in the schema contains the column with the specified name.
Parameters:
Returns:
True if the column was found on the database. False if not.
Checks to see if the specified table exists on the database.
Parameters:
Returns:
A System.Boolean representation of the table's existence.
Represents a method that gets the System.Data.SqlDbType that is type equivalent to the specified System.Type
Parameters:
Returns:
The System.Data.SqlDbType produced from the specified System.Type
Parameters:
Represents a method that creates a connection to the database if the connection string exists.
Represents a method that creates an executable System.Data.IDbDataAdapter for the specified command.
Parameters:
Returns:
The executable adapter.
Represents a method that creates an executable System.Data.IDbDataAdapter for the specified command.
Parameters:
Returns:
The executable adapter.
Represents a method that creates a collection of related tables from the provided array of datasources for determining possible relationships between datasources.
Parameters:
Represents a method that creates a generically-typed System.Data.IDataParameter object from the specified values that can be typecast to a System.Data.IDataParameter object.
Parameters:
Returns:
The System.Data.IDataParameter created.
Represents a method that creates a generically-typed System.Data.IDataParameter object from the specified values that can be typecast to a System.Data.IDataParameter object.
Parameters:
Returns:
The System.Data.IDataParameter created.
Represents a method that gets the System.String representation of the MSSQL command to return the current system date from the database server.
Returns:
The System.String function for returning the current date.
Creates a System.Data.IDbCommand that can be executed to delete the HTML form for the specified report from the database.
Parameters:
Returns:
A System.Data.IDbCommand that can be used to delete the form data.
Creates a System.Data.IDbCommand that can be executed to delete a report thumbnail image in the SavedReportsTable on the database.(deprecated)
Parameters:
Returns:
A System.Data.IDbCommand that can be used to delete a thumbnail.
Creates a System.Data.IDbCommand that can be executed to delete a report thumbnail image in the SavedReportsTable on the database.
Parameters:
Returns:
A System.Data.IDbCommand that can be used to delete a thumbnail.
Represents the method that is used to get the version of the database.
Rrepresents a method that is used to create a clustered index on the specified table name if one doesn't exist.
Parameters:
Parameters:
Represents a method that is used to obtain the database schema by populating the tables, views, stored procedures, and constraints.
Returns:
The Izenda.AdHoc.Database.DatabaseSchema object representing the collection of tables, views, stored procedures, and constraints.
Gets a System.Data.DataSet object from the database using the SQL query provided.
Parameters:
Returns:
The System.Data.DataSet produced by the query from the database.
Gets a System.Data.DataSet object from the database using the SQL query provided.
Parameters:
Executes the SQL query on the database server and produces its return code.
Parameters:
Returns:
The System.Int32 return code of the query.
Executes the SQL command on the database server and produces its return code.
Parameters:
Returns:
The System.Int32 return code of the command.
Gets the first result from executing the specified SQL System.String.
Parameters:
Returns:
The first result from the executed scalar command.
Gets the first result from executing the specified SQL System.String.
Parameters:
Returns:
The first result from the executed scalar command.
Represents a method that gets a System.Data.IDataReader object from the specified database command that can be typecast to a System.Data.IDbCommand.
Parameters:
Returns:
The executed System.Data.IDataReader object.
Represents a method that gets a list of all stored procedures on the database.
Returns:
The Izenda.AdHoc.Database.StoredProcedure array corresponding to the stored procedures found.
Creates an System.Data.IDbCommand object from the specified Izenda.AdHoc.Report.
Parameters:
Returns:
The System.Data.IDbCommand that can be executed to get the report data.
Gets a SQL statement for the specified report with the option of including filter parameters in the output.
Parameters:
Represents a method that gets the SQL-safe System.String of the given description.
Parameters:
Returns:
The System.String represetation of the description that has been made safe for executing.
Gets a System.Data.IDbCommand that produces grand totals for the specified Izenda.AdHoc.Report.
Parameters:
Returns:
The System.Data.IDbCommand that produces grand totals.
Gets a SQL statement that generates subtotals for the specified report with the option of including filter parameters in the output.
Parameters:
Gets the System.String representation of the SQL expression for the specified aggregate function using the input expression.
Parameters:
Returns:
The System.String representation of the entire aggregate function expression.
Represents a method that gets a list of all stored procedures on the database from the VisibleDataSources.
Returns:
The Izenda.AdHoc.Database.StoredProcedure array corresponding to the stored procedures found.
Represents a method that gets a list of all tables and views on the database from the VisibleDataSources.
Returns:
The Izenda.AdHoc.Database.Table array corresponding to the tables and views found.
Parameters:
Represents the keyword signifying NULLs or BLANK on the database.
Returns:
The symbol signifying NULL or BLANK
Represents a method that gets the complete list of columns found on the database for the specified table.
Parameters:
Returns:
The Izenda.AdHoc.Database.Column array corresponding to the columns found.
Represents a method that gets the list of columns for the specified stored procedure on the database.
Parameters:
Returns:
The Izenda.AdHoc.Database.Column array corresponding to the columns found.
Parameters:
Represents a method that gets the System.String of an expression to concatenate three strings.
Parameters:
Returns:
The System.String representation of the SQL statement that can be executed to concatenate strings.
Represents a method that gets the System.String of an expression to concatenate two strings.
Parameters:
Returns:
The System.String representation of the SQL statement that can be executed to concatenate strings.
GRepresents a method that gets a list of constraints for the specified database schema on the database.
Parameters:
Returns:
The Izenda.AdHoc.Database.Constraint array corresponding to the database constraints found.
Gets the System.String SQL statement to create a table with the specified name to be used as the archived reports table.
Parameters:
Returns:
The complete command to be executed.
Represents a method that gets the System.String of the function used to convert the specified parameters into a date.
Parameters:
Returns:
The SQL statement that can be executed to construct a formatted date from the parts provided.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to create a report on the database.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to create a report on the database. This method uses an empty tenantId.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Parameters:
Gets a System.Data.DataSet for the specified SQL command.
Parameters:
Returns:
The new System.Data.DataSet with the results of the query.
Gets a System.Data.DataSet for the specified SQL command.
Parameters:
Returns:
The new System.Data.DataSet with the results of the query.
Gets a System.Data.DataSet for the specified SQL expression from the cache if possible. CacheQueries must be on, otherwise the query will touch the database instead.
Parameters:
Returns:
The System.Data.DataSet that was cached the first time the query was executed or a new System.Data.DataSet with the results.
Gets a System.Data.DataSet for the specified SQL command from the cache if possible. CacheQueries must be on, otherwise the query will touch the database instead.
Parameters:
Returns:
The System.Data.DataSet that was cached the first time the query was executed or a new System.Data.DataSet with the results.
Gets a System.Data.DataSet for the specified SQL command with the option of using the cached version.
Parameters:
Returns:
The System.Data.DataSet that was cached the first time the query was executed or a new System.Data.DataSet with the results.
Gets the first System.Data.DataTable in the DataSet returned from executing the SQL.
Parameters:
Returns:
The first System.Data.DataTable found on the System.Data.DataSet returned by the query.
Gets the first System.Data.DataTable in the DataSet returned from executing the SQL. The results are loaded from the cache if possible when CacheQueries is on.
Parameters:
Returns:
The first System.Data.DataTable found on the System.Data.DataSet returned by the query.
Gets the first System.Data.DataTable in the DataSet returned from executing the SQL command.
Parameters:
Returns:
The first System.Data.DataTable found on the System.Data.DataSet returned by the query.
Gets the first System.Data.DataTable in the DataSet returned from executing the SQL command.
Parameters:
Returns:
The first System.Data.DataTable found on the System.Data.DataSet returned by the query.
Gets the first System.Data.DataTable in the DataSet returned from executing the SQL command.
Parameters:
Returns:
The first System.Data.DataTable found on the System.Data.DataSet returned by the query.
Gets a System.Data.DataTable from the specified Izenda.AdHoc.Report and System.Data.IDbCommand provided.
Parameters:
Returns:
The first System.Data.DataTable found on the System.Data.DataSet returned by the query.
Gets a formatted System.String that constructs a SQL statement to add the specified value to the dateTime provided.
Parameters:
Returns:
The SQL formatted System.String constructed from the parts.
Parameters:
Represents a method that gets the difference in days between the two dates using the specified aggregation function.
Parameters:
Returns:
The System.String representation of the completed function to calculate the difference in days between dates.
Represents a method that gets the difference between the two dates using the specified aggregation function.
Parameters:
Returns:
The System.String representation of the completed function to calculate the difference between dates for the interval specified.
Represents a method that gets the System.String of the specified System.DateTime formatted into a datetime format specific to the database system.
Parameters:
Returns:
The System.String representation of the date.
Represents a method that gets the System.String of the specified date part and SQL expression formatted to be executed in SQL.
Parameters:
Returns:
The System.String representation of the completed expression.
Represents a method that gets the System.String of the specified date part and SQL expression formatted to be executed in SQL.
Parameters:
Returns:
The System.String representation of the completed expression.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to delete the specified report definition from the database.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to delete the specified report definition from the database.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Represents a method that is used to get the SQL function that will be used for joining tables with web addresses.
Returns:
The System.String representation of the name of the SQL function if the DBMS supports it, or an exception if not.
Parameters:
Parameters:
Represents a method that gets the System.String of an Oracle statement that will check if the input statement is null.
Parameters:
Returns:
The System.String statement that can be executed.
Represents a method that gets a SQL formatted LIKE statement between the given values.
Parameters:
Returns:
The System.String representation of the SQL formatted LIKE statement.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to get a list of reports from the database.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to load the specified report definition from the database.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to load the specified report definition with the specified name and tenantId from the database.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Gets the minimum and maximum System.DateTime values from a collection of date columns across various tables.
Parameters:
Represents the DBMS's NOLOCK statement, if one exists for the DBMS.
Represents a method that gets a SQL formatted function to ROUND a numeric column.
Parameters:
Returns:
The System.String representation of the SQL statement or column with the applied ROUND function.
Gets a System.String representation of an Oracle command that gets the id and type of the specified object.
Parameters:
Returns:
The System.String representation of the database command to get an object ID and its type.
Gets the System.String representation of an database command that obtains metadata information about the object with the specified ID.
Parameters:
Returns:
The System.String representation of the command that gets the metadata for the object with the specified ID.
Gets the System.String representation of a command that selects the database schema(owner) of the object with the specified name.
Parameters:
Returns:
The System.String representation of the database command to get the schema of the object.
Gets a collection of all the filters in a report that are parameters for stored procedures.
Parameters:
Returns:
The Izenda.AdHoc.FilterCollection containing all the filters that are stored procedure parameters.
Parameters:
Represents a method that gets the System.String of a DATEPART function to extract the quarter number from the specified SQL expression.
Parameters:
Returns:
The SQL formatted System.String that can be executed to extract the quarter of the year from the expression.
Creates a new Izenda.AdHoc.ReportInfo object from the parameters provided.
Parameters:
Returns:
The Izenda.AdHoc.ReportInfo object containing information about the report.
Returns a new Izenda.AdHoc.ReportInfo object from the specified System.Data.DataRow that contains data relevant to constructing the object.
Parameters:
Returns:
A new Izenda.AdHoc.ReportInfo object built from the System.Data.DataRow.
Gets a collection of Izenda.AdHoc.Database.Table objects that represent the stored procedures included on the report.
Parameters:
Returns:
A list of Izenda.AdHoc.Database.Table objects corresponding to the stored procedures found on the report.
Creates a System.Data.IDbCommand that can be executed to get the HTML form for the specified report from the database.
Parameters:
Returns:
A System.Data.IDbCommand that can be used to get the form data.
Creates a System.Data.IDbCommand that can be executed to get the binary thumbnail data for the specified report from the database.
Parameters:
Returns:
A System.Data.IDbCommand that can be used to obtain the thumbnail.
Gets the first result from executing the specified SQL System.Data.IDbCommand.
Parameters:
Returns:
The first result from the executed scalar command.
Gets the first result from executing the specified SQL System.String.
Parameters:
Returns:
The first result from the executed scalar command.
Represents a method to obtain an array of Izenda.AdHoc.Webservices.DataBaseInfo objects from a single database or multiple databases. Multiple databases are only supported when using Fusion.
Parameters:
Returns:
The collection of Izenda.AdHoc.Webservices.DataBaseInfo objects corresponding to all tables, views, stored procedures, constraints, and columns in the database schema with category information.
Parameters:
Parameters:
Represents a method that gets the System.String representation of the fully-qualified name of the table formatted for the specified database.
Parameters:
Returns:
The System.String representation of the table name.
Represents a method that gets the System.String of the fully-qualified name of the column formatted for the specified database.
Parameters:
Returns:
The System.String representation of the column name.
Represents a method that gets an Izenda.AdHoc.Database.SqlType object from the specified database type string if it exists in the list of registered types.
Parameters:
Returns:
The Izenda.AdHoc.Database.SqlType that was found.
Gets a System.Data.IDbCommand that contains the SQL generated for a report containing stored procedures.
Parameters:
Returns:
A System.Data.IDbCommand that can be executed to obtain the data for the stored procedure report.
Parameters:
Parameters:
Parameters:
Gets the database field delimiter character.
Returns:
The character that is used to delimit identifiers on the database.
Gets a formatted System.String that constructs a SQL statement to get the aggregate sum of the SQL time expression.
Parameters:
Returns:
The sum of time that has elapsed since January 1, 1900 until the specified date.
Represents a method that creates a TOP statement to be used with the specified SQL expression to select the number of records specified.
Parameters:
Returns:
The System.String SQL statement with the appended TOP n records.
Represents a method that gets the System.String of the specified SQL expression CAST to a string.
Parameters:
Returns:
The System.String representation of the SQL statement.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to update a report on the database.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Represents a method that gets a SQL command from the specified parameters that creates a System.Data.IDbCommand to update a report on the database. This method uses an empty tenantId.
Parameters:
Returns:
The System.Data.IDbCommand created from the parameters.
Represents a method that gets a list of all tables and views on the database available to the user(schema) specified in the connection string.
Returns:
The Izenda.AdHoc.Database.Table array corresponding to the tables and views found.
Represents a method that gets the System.String of a function to extract the week from the specified SQL expression.
Parameters:
Returns:
The SQL formatted System.String that can be executed to extract the week portion from the expression.
Represents a method that gets the System.String of an MSSQL function to extract the year and week from the specified SQL expression.
Parameters:
Returns:
The SQL formatted System.String that can be executed to extract the year and week portion from the expression.
Represents a method to invalidate specific datasources in schema cache.
Parameters:
Represents a method to remove queries from the application's in-memory cache.
Represents a method to remove the schema from the application's in-memory cache.
Represents a method that determines whether two tables' Izenda.AdHoc.Database.SqlTypes are compatible to join the tables.
Parameters:
Returns:
True if the types are compatible, false if not.
Determines whether Oracle standard functions are available to query and obtain metadata for.
Returns:
A System.Boolean representing whether standard functions are available or not.
Determines whether the object with the specified name is a user function or a system function for the specified database object.
Parameters:
Returns:
A System.Boolean returned from executing the database command.
Represents a method that gets the System.String for the specified parameter name formatted for the specified database.
Parameters:
Returns:
The formatted parameter name.
Represents a method that can be used to pre-process the report before the results are obtained from the database and the data is formatted.
Parameters:
Parameters:
Represents a method that safely converts the expression into a database type that can receive arithmetic operations.
Parameters:
Returns:
The SQL formatted expression that allows arithmetic operations to be performed on it.
Represents a method that removes a primary/foreign key relationship between two tables' columns in the schema. Wildcards are not accepted and column names are case sensitive.
Parameters:
Returns:
True when the constraint was removed. When it could not be found or removed, this is false.
Represents a method that removes a primary/foreign key relationship between two tables' columns in the schema. Wildcards are not accepted and column names are case sensitive.
Parameters:
Returns:
True when the constraint was removed. When it could not be found or removed, this is false.
Represents a method that gets the System.String of the specified value that will be formatted to be acceptible as an identifier.
Parameters:
Returns:
The value specified with the identifier notation of the database.
Represents a method that gets the System.String of the specified value that will be formatted to be acceptible as an identifier.
Parameters:
Returns:
The value specified with the identifier notation of the database.
Represents a method that can be used to post-process the report after the results are obtained from the database and the data is formatted.
Parameters:
Updates the database table where reports are stored with the System.String representation of the HTML form used for the specified report.
Parameters:
Creates a System.Data.IDbCommand that can be executed to update a report thumbnail image in the SavedReportsTable on the database. When the command is created, set @param0 to the thumbnail image.
Parameters:
Returns:
A System.Data.IDbCommand that can be used to update a thumbnail.
Creates a System.Data.IDbCommand that can be executed to find whether the specified report on the database has a thumbnail for it.
Parameters:
Returns:
A System.Data.IDbCommand that can be used to verify a thumbnail exists for a report.
Last edited by ericpfeifer-izenda, 2017-12-22 14:42:27