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
590ae55b
Commit
590ae55b
authored
Jan 10, 2000
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved ZSQL Method help files from OFSP to the ZSQLMethod product.
parent
9be8c249
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
75 deletions
+0
-75
lib/python/Products/OFSP/help/Z-SQL-Method.dtml
lib/python/Products/OFSP/help/Z-SQL-Method.dtml
+0
-6
lib/python/Products/OFSP/help/Z-SQL-Method_Add.dtml
lib/python/Products/OFSP/help/Z-SQL-Method_Add.dtml
+0
-16
lib/python/Products/OFSP/help/Z-SQL-Method_Advanced.dtml
lib/python/Products/OFSP/help/Z-SQL-Method_Advanced.dtml
+0
-22
lib/python/Products/OFSP/help/Z-SQL-Method_Edit.dtml
lib/python/Products/OFSP/help/Z-SQL-Method_Edit.dtml
+0
-17
lib/python/Products/OFSP/help/Z-SQL-Method_Security.dtml
lib/python/Products/OFSP/help/Z-SQL-Method_Security.dtml
+0
-5
lib/python/Products/OFSP/help/Z-SQL-Method_Test.dtml
lib/python/Products/OFSP/help/Z-SQL-Method_Test.dtml
+0
-9
No files found.
lib/python/Products/OFSP/help/Z-SQL-Method.dtml
deleted
100644 → 0
View file @
9be8c249
<dtml-var standard_html_header>
<h1>Z SQL Method</h1>
<p>Z SQL Methods allows you to access data in SQL databases.</p>
<p>Z SQL Methods define and call SQL statements on databases which are
defined by database connection objects.</p>
<dtml-var standard_html_footer>
lib/python/Products/OFSP/help/Z-SQL-Method_Add.dtml
deleted
100644 → 0
View file @
9be8c249
<dtml-var standard_html_header>
<h1>
<a href="../Z-SQL-Method.dtml">Z SQL Method</a>>Add</h1>
<p> This view allows you to create a new Z SQL Method.</p>
<p> The <tt>ID</tt> field specifies the id of the sql
method. The <tt>Title</tt> field allows you to specify the title of
the sql method. The <tt>Connection id</tt> select list specifies the
database connection on which the sql method operates. The
<tt>Arguments</tt> field allows you to specify a list of arguments
that the sql method takes. The arguments should be separated by spaces in the
field. The <tt>Query template</tt> text area specifies the SQL query
that the sql method will execute. The query template can contain DTML markup to
tailor the SQL statement to the arguments. Note: the SQL statement need not be
a SELECT query, it may be any valid SQL statement including an INSERT or
UPDATE. </p>
<dtml-var standard_html_footer>
lib/python/Products/OFSP/help/Z-SQL-Method_Advanced.dtml
deleted
100644 → 0
View file @
9be8c249
<dtml-var standard_html_header>
<h1>
<a href="../Z-SQL-Method.dtml">Z SQL Method</a>>Advanced</h1>
<p> This view allows you to manage the advanced settings of a sql
method. </p>
<p> The <tt>ID</tt> and <tt>Title</tt> fields
indicate the id and title of the sql method. The <tt>Maximum number of
rows retrieved</tt> field allows you to specify an upper limit for the
number of rows a sql method can retrieve. The <tt>Maximum number of
results in the cache</tt> field allows you to set the size of the sql
method cache. The <tt>Maximum time (seconds) to cache results</tt>
field allows you to specify the how fresh the sql method cache must be. By
setting this time to a number greater than zero you enable sql method caching.
</p>
<p> You can provide a Python class for adding behavior to returns
rows. The results of the sql method will consist of a sequence of instances of
the specified class. The <tt>Class name</tt> field allows you to
specify the name of the Python class. The <tt>Class file</tt> field
allows you to specify the name of the Python module that the class is defined
in. The class file should reside in the Zope Extensions
directory. </p>
<dtml-var standard_html_footer>
lib/python/Products/OFSP/help/Z-SQL-Method_Edit.dtml
deleted
100644 → 0
View file @
9be8c249
<dtml-var standard_html_header>
<h1>
<a href="../Z-SQL-Method.dtml">Z SQL Method</a>>Edit</h1>
<p> This view allows you to edit the attributes of a sql method.
</p>
<p> The <tt>ID</tt> field indicates the id of the sql
method. The <tt>Title</tt> field allows you to specify the title of
the sql method. The <tt>Connection id</tt> select list specifies the
database connection on which the sql method operates. The
<tt>Arguments</tt> field allows you to specify a list of arguments
that the sql method takes. The arguments should be separated by spaces in the
field. The <tt>Query template</tt> text area specifies the SQL query
that the sql method will execute. The query template can contain DTML markup to
tailor the SQL statement to the arguments. Note: the SQL statement need not be
a SELECT query, it may be any valid SQL statement including an INSERT or
UPDATE. </p>
<dtml-var standard_html_footer>
lib/python/Products/OFSP/help/Z-SQL-Method_Security.dtml
deleted
100644 → 0
View file @
9be8c249
<dtml-var standard_html_header>
<h1>
<a href="../Z-SQL-Method.dtml">Z SQL Method</a>>Security</h1>
<p> See <a href="../Folder_Security.dtml">Folder>Security</a>. </p>
<dtml-var standard_html_footer>
lib/python/Products/OFSP/help/Z-SQL-Method_Test.dtml
deleted
100644 → 0
View file @
9be8c249
<dtml-var standard_html_header>
<h1>
<a href="../Z-SQL-Method.dtml">Z SQL Method</a>>Test</h1>
<p> This view allows you to test a sql method. </p>
<p> If arguments have been defined for this method there will be
fields available to provide values for the arguments. To execute the sql method
click the <tt>Submit Query</tt> button and the results if any will be
returned. </p>
<dtml-var standard_html_footer>
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