mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Support slave clog-one-rows to handle one to many relationships
This commit is contained in:
parent
1f56039d99
commit
d903791c86
4 changed files with 104 additions and 51 deletions
|
|
@ -544,25 +544,26 @@ embedded in a native template application.)"
|
|||
(create-database generic-function)
|
||||
(database-connection generic-function)
|
||||
|
||||
(clog-one-row class)
|
||||
(set-on-fetch generic-function)
|
||||
(create-one-row generic-function)
|
||||
(clog-database generic-function)
|
||||
(table-name generic-function)
|
||||
(where-clause generic-function)
|
||||
(order-by generic-function)
|
||||
(limit generic-function)
|
||||
(row-id-name generic-function)
|
||||
(rowid generic-function)
|
||||
(table-columns generic-function)
|
||||
(last-fetch generic-function)
|
||||
(query-row generic-function)
|
||||
(get-row generic-function)
|
||||
(next-row generic-function)
|
||||
(insert-row generic-function)
|
||||
(update-row generic-function)
|
||||
(clear-row generic-function)
|
||||
(delete-row generic-function))
|
||||
(clog-one-row class)
|
||||
(set-on-fetch generic-function)
|
||||
(set-master-one-row generic-function)
|
||||
(create-one-row generic-function)
|
||||
(clog-database generic-function)
|
||||
(table-name generic-function)
|
||||
(where-clause generic-function)
|
||||
(order-by generic-function)
|
||||
(limit generic-function)
|
||||
(row-id-name generic-function)
|
||||
(rowid generic-function)
|
||||
(table-columns generic-function)
|
||||
(last-fetch generic-function)
|
||||
(query-row generic-function)
|
||||
(get-row generic-function)
|
||||
(next-row generic-function)
|
||||
(insert-row generic-function)
|
||||
(update-row generic-function)
|
||||
(clear-row generic-function)
|
||||
(delete-row generic-function))
|
||||
|
||||
(defsection @clog-panels (:title "CLOG Panels")
|
||||
"CLOG-Panel - CLOG Panels"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue