comparison docs/source/capabilities.rst @ 329:3efffbf7481f

fixed bug in assigning 0, null to bind vars
author Catherine Devlin <catherine.devlin@gmail.com>
date Mon, 06 Apr 2009 14:45:05 -0400
parents dd7b3e4b58dd
children 80a1976decf2 2fd766784ff2
comparison
equal deleted inserted replaced
325:8721372d81be 329:3efffbf7481f
102 \\g list wide output with linewraps 102 \\g list wide output with linewraps
103 \\G aligned list 103 \\G aligned list
104 \\h HTML table web reports 104 \\h HTML table web reports
105 \\i INSERT statements copying to other instances 105 \\i INSERT statements copying to other instances
106 \\j JSON 106 \\j JSON
107 \\r ReStructured Text inclusion in documentation
107 \\s CSV (with headings) 108 \\s CSV (with headings)
108 \\S CSV (no headings) 109 \\S CSV (no headings)
109 \\t transposed "narrow" tables like v$database 110 \\t transposed "wide" tables like v$database
110 \\x XML 111 \\x XML
111 \\l line plot, with markers 112 \\l line plot, with markers
112 \\L scatter plot (no lines) 113 \\L scatter plot (no lines)
113 \\b bar graph 114 \\b bar graph
114 \\p pie chart 115 \\p pie chart
115 ========== ======================== ================================ 116 ========== ======================== ================================
116 117
117 Most of these output formats are even more useful when combined with special output 118 Most of these output formats are even more useful when combined with special output
118 destinations. For example, `SELECT * FROM party\h > /var/www/party_report.html` 119 destinations. For example, `SELECT * FROM party\\h > /var/www/party_report.html`
119 could create an HTML report in the webserver's documents directory, ready to serve. 120 could create an HTML report in the webserver's documents directory, ready to serve.
120 121
121 UNIX-like commands 122 UNIX-like commands
122 ================== 123 ==================
123 124