-
Notifications
You must be signed in to change notification settings - Fork 0
Types
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
| TQuery Types | |
|---|---|
| DbEc<T> | An DbEc<T> instanse which will be used to query and/or modify the Database with DbEasyConnect method extensions. |
| DbEcBool<T> | An DbEcBool<T> instanse which will be used for the 'Boolean' method extensions. |
| DbEcCreate<T> | An DbEcCreate<T> instanse which will be used for all 'Create/Modify/Delete Table' method extensions. |
| DbEcDelete<T> | An DbEcDelete<T> instanse which will be used for the 'Delete' method extensions. |
| DbEcExtended<T> | An DbEcExtended<T> instanse which will be used to query and/or modify the Database with TQuery method extensions with advanced options of the TQuery library, to read/modify the generated SQL command, and more. |
| DbEcOrder<T> | An DbEcOrder<T> instanse which will be used for the 'Order' method extensions. |
| DbEcSelect<T> | An DbEcSelect<T> instanse which will be used for the 'Select' method extensions. |
| DbEcUpdate<T> | An DbEcUpdate<T> instanse which will be used for the 'Update' method extensions. |
| TQueryDatabase | An TQueryDatabase instanse which will be used to handle with all tables at once on the Database with DbEasyConnect method extensions. Like create/drop all tables, get all table defenitions and compare with the code tables, and more. |
| TQueryDatabaseExtended | An TQueryDatabase instanse which will be used to handle with all tables at once on the Database with DbEasyConnect method extensions, with some advanced options of the TQuery library, to read/modify the generated SQL command, and more. |
| TQueryExecute<T> | |
| TQueryGet<T> | |
| TQueryTableExtensions.CompareDb | An object that contains comperasion information between code table fields, properties, and server database table defenitions. |
| Enums | |
|---|---|
| JoinType | SQL Join Type enumeration |
| SqlDialect | SQL dialect enumeration |