📄 mdidxcommandjavasyntax.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML dir=ltr>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=gb2312"><title>Command (ADO/WFC 语法)</title>
<style>@import url(msdn_ie4.css);</style>
</HEAD>
<BODY>
<h2><a name="mdidxcommandjavasyntax"></a>Command (ADO/WFC 语法)</h2>
<p><a href="dir.htm">目录</a></p>
<p>
<b>包 com.ms.wfc.data</b></p>
<h3>构造函数</h3>
<p>
public <a href="mdobjcommand.htm">Command</a>()<br>
public <b>Command</b>(String <i>commandtext</i>)</p>
<h3>方法</h3>
<p>
public void <a href="mdmthadocancel.htm">cancel</a>()</p>
<p>
public com.ms.wfc.data.Parameter <a href="mdmthcreateparam.htm">createParameter</a>(String <i>Name</i>, int <i>Type</i>, int <i>Direction</i>, int <i>Size</i>, Object <i>Value</i>)</p>
<p>
public Recordset <a href="mdmthcmdexecute.htm">execute</a>()<br>
public Recordset <b>execute</b>(Object[] <i>parameters</i>)<br>
public Recordset <b>execute</b>(Object[] <i>parameters</i>, int <i>options</i>)</p>
<p>
public int <a href="mdmthcnnexecute.htm">executeUpdate</a>(Object[] <i>parameters</i>)<br>
public int <b>executeUpdate</b>(Object[] <i>parameters</i>, int <i>options</i>)<br>
public int <b>executeUpdate</b>()</p>
<h3>属性</h3>
<p>
public com.ms.wfc.data.Connection <a href="mdproactivecon.htm">getActiveConnection</a>()<br>
public void <b>setActiveConnection</b>(com.ms.wfc.data.Connection <i>con</i>)<br>
public void <b>setActiveConnection</b>(String <i>conString</i>)</p>
<p>
public String <a href="mdprocommandtext.htm">getCommandText</a>()<br>
public void <b>setCommandText</b>(String <i>command</i>)</p>
<p>
public int <a href="mdprocommandtimeout.htm">getCommandTimeout</a>()<br>
public void <b>setCommandTimeout</b>(int <i>timeout</i>)</p>
<p>
public int <a href="mdprocommandtype.htm">getCommandType</a>()<br>
public void <b>setCommandType</b>(int <i>type</i>)</p>
<p>
public String <a href="mdproname.htm">getName</a>()<br>
public void <b>setName</b>(String <i>name</i>)</p>
<p>
public boolean <a href="mdproprepared.htm">getPrepared</a>()<br>
public void <b>setPrepared</b>(boolean <i>prepared</i>)</p>
<p>
public int <a href="mdprostate.htm">getState</a>()</p>
<p>
public com.ms.wfc.data.Parameter <a href="mdobjparameter.htm">getParameter</a>(int <i>n</i>)<br>
public com.ms.wfc.data.Parameter <b>getParameter</b>(String <i>n</i>)</p>
<p>
public com.ms.wfc.data.Parameters <a href="mdcolparameters.htm">getParameters</a>()</p>
<p>
public AdoProperties <a href="mdcolproperties.htm">getProperties</a>()</p>
<center> <A HREF="http://www.51windows.Net">www.51windows.Net</A></center>
<SCRIPT LANGUAGE="JavaScript" src="/log/sitelog2.asp"></SCRIPT>
<script src="script.js"></script></BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -