Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
15a2671f
Commit
15a2671f
authored
15 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Updated the documentation somewhat.
Rev: lib/modules/Sql.pmod/mysql.pike:1.45
parent
8f3bc167
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/modules/Sql.pmod/mysql.pike
+6
-3
6 additions, 3 deletions
lib/modules/Sql.pmod/mysql.pike
with
6 additions
and
3 deletions
lib/modules/Sql.pmod/mysql.pike
+
6
−
3
View file @
15a2671f
/*
/*
* $Id: mysql.pike,v 1.4
4
2009/11/1
0
1
2:55:57
grubba Exp $
* $Id: mysql.pike,v 1.4
5
2009/11/1
1
1
3:38:19
grubba Exp $
*
*
* Glue for the Mysql-module
* Glue for the Mysql-module
*/
*/
...
@@ -710,6 +710,9 @@ Mysql.mysql_result big_query (string query,
...
@@ -710,6 +710,9 @@ Mysql.mysql_result big_query (string query,
//! A @[Mysql.mysql_result] object is returned if the query is of a
//! A @[Mysql.mysql_result] object is returned if the query is of a
//! kind that returns a result. Zero is returned otherwise.
//! kind that returns a result. Zero is returned otherwise.
//!
//!
//! The individual fields are returned as strings except for @tt{NULL@},
//! which is returned as @[UNDEFINED].
//!
//! @seealso
//! @seealso
//! @[Sql.big_query()], @[big_typed_query()], @[streaming_query()]
//! @[Sql.big_query()], @[big_typed_query()], @[streaming_query()]
{
{
...
@@ -744,8 +747,8 @@ Mysql.mysql_result big_typed_query (string query,
...
@@ -744,8 +747,8 @@ Mysql.mysql_result big_typed_query (string query,
//! The types of the result fields depend on the corresponding SQL types.
//! The types of the result fields depend on the corresponding SQL types.
//! They are mapped as follows:
//! They are mapped as follows:
//! @mixed
//! @mixed
//! @type
zero
//! @type
Sql.Null
//! The @tt{NULL@} value is returned as @[
UNDEFINED
].
//! The @tt{NULL@} value is returned as @[
Sql.NULL
].
//! @type int
//! @type int
//! Integer values are returned as @tt{int@} values.
//! Integer values are returned as @tt{int@} values.
//! @type float
//! @type float
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment