📄 command_option.html
字号:
<html>
<head>
<meta name="KEYWORDS" content=" library, C++, Oracle, SQLServer, DB2, Sybase, Informix, InterBase, SQLBase, ODBC,
SQL, server, client, database, programming, development, software,
Win32, Windows, Linux, Unix, Solaris,
Microsoft, Borland, Centura, Gupta, IBM"><meta name="DESCRIPTION" content=
"SQLAPI++ is C++ library for accessing SQL databases (Oracle, SQLServer, Sybase, DB2, InterBase, SQLBase, Informix, ODBC).
It uses native APIs, provides low-level access to database-specific features."><title>SQLAPI++ Library - Online Documentation - SACommand::Option</title>
</head>
<body bgcolor="#ffffff" BACKGROUND="../images/bg.gif" text="#000000"><!--GlbHdr--> <table WIDTH="600" height="40" frame="hsides" BORDER="2" BORDERCOLOR="#004fcd" align="right" cellpadding="0" cellspacing="2" id="TABLE1">
<tr><!--class="GlbDefault"-->
<td width="70" bgcolor="#000094" bordercolor="black" align="middle"><A href="../index.html" style="TEXT-DECORATION: none">
<font color="white" size="3" face="sans-serif">
<b>Home</b></font></A></td></TD>
<td width="70" bgcolor="#000094" bordercolor="black" align="middle"><A href="../HowTo/index.html" style="TEXT-DECORATION: none"> <font color="white" size="3" face="sans-serif">
<b>How To</b></font></A></td><!--class="GlbActive"-->
<td width="70" bgcolor="#00bb00" bordercolor="black" align="middle"><A href="index.html" style="TEXT-DECORATION: none"> <font color="white" size="3" face="sans-serif">
<b>Online
Documentation</b></font></A></td><!--class="GlbDefault"-->
<td width="70" bgcolor="#000094" bordercolor="black" align="middle"><A href="../Support/index.html" style="TEXT-DECORATION: none"> <font color="white" size="3" face="sans-serif">
<b>Support</b></font></A></td>
<td width="70" bgcolor="#000094" bordercolor="black" align="middle">
<A href="../Download/index.html" style="TEXT-DECORATION: none">
<font color="white" size="3" face="sans-serif">
<b>Download</b></font></A></td>
<td width="70" bgcolor="#000094" bordercolor="black" align="middle"><A href="../Order/index.html" style="TEXT-DECORATION: none"> <font color="white" size="3" face="sans-serif">
<b>Order</b></font></A></td> </tr>
</table>
<p> </p>
<p> </p>
<table width="100%">
<tr>
<td valign="top" width="165"><!--LeftMenu-->
<table frame="void" CELLSPACING="5" width="165">
<tr><td><p> </p></td>
</tr>
<tr>
<td><img align="middle" src="../images/red.gif" WIDTH="12" HEIGHT="12">
<A href="Command.html" style="TEXT-DECORATION: none">
<font color="white" size="2" face="sans-serif">
SACommand</A> </FONT> </td>
</tr>
<tr>
<td><img align="middle" src="../images/green.gif" WIDTH="12" HEIGHT="12">
<A href="Connection.html" style="TEXT-DECORATION: none">
<font color="white" size="2" face="sans-serif">
SAConnection</A> </FONT> </td>
</tr>
<tr>
<td><img align="middle" src="../images/green.gif" WIDTH="12" HEIGHT="12">
<A href="Exception.html" style="TEXT-DECORATION: none">
<font color="white" size="2" face="sans-serif">
SAException</font></A> </td>
</tr>
<tr>
<td><img align="middle" src="../images/green.gif" WIDTH="12" HEIGHT="12">
<A href="Field.html" style="TEXT-DECORATION: none">
<font color="white" size="2" face="sans-serif">
SAField</A> </FONT> </td>
</tr>
<tr>
<td><img align="middle" src="../images/green.gif" WIDTH="12" HEIGHT="12">
<A href="Param.html" style="TEXT-DECORATION: none">
<font color="white" size="2" face="sans-serif">
SAParam</A> </FONT> </td>
</tr>
<tr><td><hr></td></tr>
<tr>
<td><img align="middle" src="../images/green.gif" WIDTH="12" HEIGHT="12">
<A href="String.html" style="TEXT-DECORATION: none">
<font color="white" size="2" face="sans-serif">
SAString</A> </FONT> </td>
</tr>
<tr>
<td><img align="middle" src="../images/green.gif" WIDTH="12" HEIGHT="12">
<A href="DateTime.html" style="TEXT-DECORATION: none">
<font color="white" size="2" face="sans-serif">
SADateTime</A> </FONT> </td>
</tr>
</table>
</td><!--empty column-->
<td width="20">
<p> </p>
</td><!--Content-->
<td valign="top" align="left">
<table width="100%" cellspacing="2" cellpadding="2">
<tr>
<td align="left">
<A href="Command_Usage.html" style="TEXT-DECORATION: none"><h3>Usage</h3></A>
</td>
<td align="left">
<A href="Command.html" style="TEXT-DECORATION: none"><h3>Class Members</h3></A>
</td>
<td align="left">
<A href="Command_Examples.html#Option" style="TEXT-DECORATION: none"><h3>Examples</h3></A>
</td>
</tr>
<tr>
<td colspan="3"><h1>SACommand::Option</h1></td>
</tr>
</table>
<p><font face="Arial"><b> SAString Option( const SAString
&</b>sOptionName<b> ) const</b> <b >
;</b></font></p>
<p> Gets a string value of a specific command
option.
</p>
<h3>Parameters</h3>
<p><i>sOptionName</i>. A string key of the command
option.<p>
<h3>Remarks</h3>
<p>
Call this method to get value(s) of server
specific command options. See <STRONG>Server
specific notes</STRONG>.
<p>A specific option can be related with a
command or with a connection. A connection related option must be
specified in a <A href="Connection.html">SAConnection</A>
object. A command related option may be
specified in either <A
href="Connection.html">SAConnection</A>
object or <A
href="Command.html">SACommand</A>
object. If an option is not specially assigned
to the <A href="Command.html">SACommand</A>
object the Library takes this option from related <A
href="Connection.html">SAConnection</A>
object
(see <A
href="Connection_Option.html">SAConnection::Option</A>
method). If an option is not specified
in neither <A
href="Command.html">SACommand</A>
nor <A
href="Connection.html">SAConnection</A> objects, the Library takes the default option
value.
</p>
<P></P>
<h3>Server specific notes</h3>
<table width="100%" border=1 cellpadding=5>
<tr bgColor=#000094>
<td width=17%>
<p><STRONG><FONT color=white face="">DBMS client</FONT> </STRONG></p></td>
<td >
<P><STRONG><FONT color=white face="">Specific command options</FONT> </STRONG></P></td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/Oracle.html" title="Oracle server specific information">Oracle</A></STRONG></p>
</td>
<td>
<P><STRONG>PreFetchRows</STRONG><BR>Forces SQLAPI++
Library to fetch rows in bulk, rather than retrieving
records one by one. <BR>Command
related. Should be specified before command
execution.<BR>Valid values: String
containing number of rows in the fetch buffer. <BR
>Default value: "1".</P>
</td>
</tr>
<tr>
<td>
<p><STRONG><A
href="../ServerSpecific/SQLServer_OleDb.html" title="SQL Server (OLE DB) specific information">SQL
Server (OLE DB)</A>
</STRONG> </p>
</td>
<td>
<P><STRONG>PreFetchRows</STRONG><BR>Forces SQLAPI++
Library to fetch rows in bulk, rather than retrieving
records one by one. <BR>Command
related. Should be specified before command
execution.<BR>Valid values: String
containing number of rows in the fetch buffer. <BR
>Default value: "1".</P>
<P><STRONG>DBPROP_SERVERCURSOR</STRONG><BR>Forces SQL
Server to return result sets using one of the following
methods:</P>
<UL>
<LI>Default result sets,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -