Query\Drivers\Firebird\SQL
Firebird Specific SQL
Synopsis
- // methods
- public string limit()
- public string explain()
- public string random()
- public NULL db_list()
- public string table_list()
- public string system_table_list()
- public string view_list()
- public string trigger_list()
- public string function_list()
- public string procedure_list()
- public string sequence_list()
- public string column_list()
- public string type_list()
- public string fk_list()
- public array index_list()
- // Inherited methods from AbstractSQL
- public string limit()
Hierarchy
Extends
Coverage
Methods | 100% | 15 / 15 |
Lines | 100% | 26 / 26 |
Methods
public
- column_list() — Return sql to list columns of the specified table
- db_list() — Returns sql to list other databases
- explain() — Get the query plan for the sql query
- fk_list() — Get the list of foreign keys for the current table
- function_list() — Return sql to list functions
- index_list() — Get the list of indexes for the current table
- limit() — Limit clause
- procedure_list() — Return sql to list stored procedures
- random() — Random ordering keyword
- sequence_list() — Return sql to list sequences
- system_table_list() — Returns sql to list system tables
- table_list() — Returns sql to list tables
- trigger_list() — Returns sql to list triggers
- type_list() — SQL to show list of field types
- view_list() — Returns sql to list views
Inherited from Query\AbstractSQL
public
- limit() — Limit clause
History
-
2015-11-10T10:12:23-05:00 (commit #b5a141f)
Author: Timothy J Warren (tim@timshomepage.net) / Commiter: Timothy J Warren (tim@timshomepage.net)
Make class names Pascal Case
-
2015-07-29T16:51:17-04:00 (commit #8511c6a)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Move library into src folder, fix simpletest test runner
-
2015-07-16T16:56:13-04:00 (commit #bfc3ea3)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Reorganize drivers into a more modern layout
-
2014-04-28T16:41:46-04:00 (commit #6a38213)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Improve some tests and docblocks
-
2014-04-24T15:32:09-04:00 (commit #17354ee)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Move SQL and Util classes to their own namespaces
-
2014-04-23T15:53:16-04:00 (commit #aa5aa8e)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Docblock fixes and more dependency injection
-
2014-04-17T16:41:12-04:00 (commit #d6c0fd2)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Add update and delete rules to foreign key methods
-
2014-04-15T16:15:08-04:00 (commit #80595df)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Update foreign key driver methods to return the same kind of information
-
2014-04-10T15:54:43-04:00 (commit #32696a5)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Flesh out the table builder a bit, and add some missing driver methods to SQLite
-
2014-04-08T14:43:07-04:00 (commit #85b804a)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Update drivers with missing method
-
2014-04-07T16:49:49-04:00 (commit #2af3b0b)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Add method to retrieve foreign keys for a table to driver classes
-
2014-04-02T17:08:50-04:00 (commit #e3fdad5)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Namespaces!
-
2014-03-26T21:33:58-04:00 (commit #5b908f5)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Add abstract class for sql classes to have base limit method
-
2014-02-07T15:43:25-05:00 (commit #7c0b951)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
More firebird coverage
-
2014-02-04T20:59:30-05:00 (commit #8dc2079)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Add `explain` method to query builder
-
2014-01-02T12:36:50-05:00 (commit #6dc9ed0)
Author: Timothy J. Warren (tim@timshomepage.net) / Commiter: Timothy J. Warren (tim@timshomepage.net)
Update copyright for the new year