Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
63649a97
Commit
63649a97
authored
Jul 03, 2000
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved mailhost and extmeth
parent
8784dd17
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
2 deletions
+29
-2
lib/python/Products/ExternalMethod/help/ExternalMethod.py
lib/python/Products/ExternalMethod/help/ExternalMethod.py
+0
-0
lib/python/Products/MailHost/help/MailHost.py
lib/python/Products/MailHost/help/MailHost.py
+0
-0
lib/python/Products/ZSQLMethods/help/ZSQLMethod.py
lib/python/Products/ZSQLMethods/help/ZSQLMethod.py
+29
-2
No files found.
lib/python/Products/
OFSP
/help/ExternalMethod.py
→
lib/python/Products/
ExternalMethod
/help/ExternalMethod.py
View file @
63649a97
File moved
lib/python/Products/
OFSP
/help/MailHost.py
→
lib/python/Products/
MailHost
/help/MailHost.py
View file @
63649a97
File moved
lib/python/Products/ZSQLMethods/help/ZSQLMethod.py
View file @
63649a97
...
...
@@ -137,8 +137,35 @@ class ZSQLMethod:
The returned value is a sequence of record objects.
XXX describe record objects XXX
"""
def
manage_edit
(
self
,
title
,
connection_id
,
arguments
,
template
):
"""
Change database method properties.
The 'connection_id' argument is the id of a database
connection that resides in the current folder or in a folder
above the current folder. The database should understand SQL.
The 'arguments' argument is a string containing an arguments
specification, as would be given in the SQL method cration
form.
The 'template' argument is a string containing the source for
the SQL Template.
"""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment