⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 SAP ERP的二次开发
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DD>Returns the fully-qualified name of the Java class whose instances  are manufactured if the methods <tt>getValue(int index)</tt> or  <tt>getValue(String field_name)</tt> are called to retrieve a  calue from the field.
<DT><A HREF="com/sap/mw/jco/JCO.Record.html#getClassNameOfValue(java.lang.String)"><B>getClassNameOfValue(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Record.html">JCO.Record</A>
<DD>Returns the fully-qualified name of the Java class whose instances  are manufactured if the methods <tt>getValue(int index)</tt> or  <tt>getValue(String field_name)</tt> are called to retrieve a  calue from the field.
<DT><A HREF="com/sap/mw/jco/JCO.Attributes.html#getClient()"><B>getClient()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Attributes.html">JCO.Attributes</A>
<DD>Retrieves the SAP client field from the attributes
<DT><A HREF="com/sap/mw/jco/JCO.Client.html#getClient()"><B>getClient()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Client.html">JCO.Client</A>
<DD>Returns the client
<DT><A HREF="com/sap/mw/jco/JCO.html#getClient(java.lang.String)"><B>getClient(String)</B></A> - 
Static method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.html">JCO</A>
<DD>Returns a client connection from the specified pool.<br> If no clients are available in pool, pool will wait max <code>max_wait_time</code> ms until an other thread releases a client. 
<DT><A HREF="com/sap/mw/jco/JCO.PoolManager.html#getClient(java.lang.String)"><B>getClient(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.PoolManager.html">JCO.PoolManager</A>
<DD>Returns a new client connection from the specified pool.<br>  <em>Note:</em> Any client obtained by this method <em>must</em> be released with  <tt>JCO.releaseClient()</tt> if not needed anymore.  
<DT><A HREF="com/sap/mw/jco/JCO.html#getClient(java.lang.String, boolean)"><B>getClient(String, boolean)</B></A> - 
Static method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.html">JCO</A>
<DD>Returns a client connection from the specified pool.<br> <em>Note:</em> Any client obtained by this method <em>must</em> be released with <tt>JCO.releaseClient()</tt><br> <em>Note:</em> To avoid reconnect on connections to the SAP Systems below 4.0A it is necessary to set the <tt>resetOnRelease</tt> property to false and use <tt>JCO.getClient([pool name], false)</tt>. 
<DT><A HREF="com/sap/mw/jco/JCO.PoolManager.html#getClient(java.lang.String, boolean)"><B>getClient(String, boolean)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.PoolManager.html">JCO.PoolManager</A>
<DD>Returns a new client connection from the specified pool and resets  all resources associated with this connection.  
<DT><A HREF="com/sap/mw/jco/JCO.html#getClientPoolManager()"><B>getClientPoolManager()</B></A> - 
Static method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.html">JCO</A>
<DD>Returns the pool manager
<DT><A HREF="com/sap/mw/jco/JCO.Connection.html#getConnectionHandle()"><B>getConnectionHandle()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Connection.html">JCO.Connection</A>
<DD>Returns the handle of connection. 
<DT><A HREF="com/sap/mw/jco/JCO.Pool.html#getConnectionTimeout()"><B>getConnectionTimeout()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Pool.html">JCO.Pool</A>
<DD>Returns the connection timeout in milliseconds.  
<DT><A HREF="com/sap/mw/jco/JCO.PoolManager.html#getConnectionTimeout()"><B>getConnectionTimeout()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.PoolManager.html">JCO.PoolManager</A>
<DD>Returns the default value for the connection timeout in milliseconds. 
<DT><A HREF="com/sap/mw/jco/JCO.Attributes.html#getCPICConversationID()"><B>getCPICConversationID()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Attributes.html">JCO.Attributes</A>
<DD>Retrieves the low-level CPIC conversion ID for a connection
<DT><A HREF="com/sap/mw/jco/JCO.Pool.html#getCurrentPoolSize()"><B>getCurrentPoolSize()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Pool.html">JCO.Pool</A>
<DD>Returns the number of connections that are created for this pool and are currently alive. 
<DT><A HREF="com/sap/mw/jco/JCO.Field.html#getDate()"><B>getDate()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Field.html">JCO.Field</A>
<DD>Returns the field's value as a <tt>Date</tt> object
<DT><A HREF="com/sap/mw/jco/JCO.Record.html#getDate(int)"><B>getDate(int)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Record.html">JCO.Record</A>
<DD>Returns the value of the i'th field as a date
<DT><A HREF="com/sap/mw/jco/JCO.Record.html#getDate(java.lang.String)"><B>getDate(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Record.html">JCO.Record</A>
<DD>Returns the value of the named field as a <tt>Date</tt> object
<DT><A HREF="com/sap/mw/jco/JCO.Field.html#getDecimals()"><B>getDecimals()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Field.html">JCO.Field</A>
<DD>Returns the number of decimals of the field  Decimals are only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT.
<DT><A HREF="com/sap/mw/jco/JCO.MetaData.html#getDecimals(int)"><B>getDecimals(int)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.MetaData.html">JCO.MetaData</A>
<DD>Returns the number of decimals of the field Decimals are only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT.
<DT><A HREF="com/sap/mw/jco/IMetaData.html#getDecimals(int)"><B>getDecimals(int)</B></A> - 
Method in interface com.sap.mw.jco.<A HREF="com/sap/mw/jco/IMetaData.html">IMetaData</A>
<DD>Returns the number of decimals of the data field at the specified index Decimals are only necessary for the JCO data types TYPE_BCD and TYPE_FLOAT, respectively.
<DT><A HREF="com/sap/mw/jco/JCO.MetaData.html#getDecimals(java.lang.String)"><B>getDecimals(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.MetaData.html">JCO.MetaData</A>
<DD>Returns the number of decimals of the field Decimals are only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT.
<DT><A HREF="com/sap/mw/jco/IMetaData.html#getDecimals(java.lang.String)"><B>getDecimals(String)</B></A> - 
Method in interface com.sap.mw.jco.<A HREF="com/sap/mw/jco/IMetaData.html">IMetaData</A>
<DD>Returns the number of decimals for the field with the specified name Decimals are only necessary for the JCO data types TYPE_BCD and TYPE_FLOAT, respectively.
<DT><A HREF="com/sap/mw/jco/JCO.Field.html#getDefault()"><B>getDefault()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Field.html">JCO.Field</A>
<DD>Returns the default value of this field
<DT><A HREF="com/sap/mw/jco/JCO.MetaData.html#getDefault(int)"><B>getDefault(int)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.MetaData.html">JCO.MetaData</A>
<DD>Returns the default value for the specified field
<DT><A HREF="com/sap/mw/jco/IMetaData.html#getDefault(int)"><B>getDefault(int)</B></A> - 
Method in interface com.sap.mw.jco.<A HREF="com/sap/mw/jco/IMetaData.html">IMetaData</A>
<DD>Returns the default value of the data field at the specified index
<DT><A HREF="com/sap/mw/jco/JCO.MetaData.html#getDefault(java.lang.String)"><B>getDefault(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.MetaData.html">JCO.MetaData</A>
<DD>Returns the default value for the specified field
<DT><A HREF="com/sap/mw/jco/IMetaData.html#getDefault(java.lang.String)"><B>getDefault(String)</B></A> - 
Method in interface com.sap.mw.jco.<A HREF="com/sap/mw/jco/IMetaData.html">IMetaData</A>
<DD>Returns the default value for the field with the specified name
<DT><A HREF="com/sap/mw/jco/JCO.Field.html#getDescription()"><B>getDescription()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Field.html">JCO.Field</A>
<DD>Returns a textual description for this field
<DT><A HREF="com/sap/mw/jco/JCO.MetaData.html#getDescription(int)"><B>getDescription(int)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.MetaData.html">JCO.MetaData</A>
<DD>Returns a textual description for the specified field
<DT><A HREF="com/sap/mw/jco/IMetaData.html#getDescription(int)"><B>getDescription(int)</B></A> - 
Method in interface com.sap.mw.jco.<A HREF="com/sap/mw/jco/IMetaData.html">IMetaData</A>
<DD>Returns the descriptional text of the data field at the specified index
<DT><A HREF="com/sap/mw/jco/JCO.MetaData.html#getDescription(java.lang.String)"><B>getDescription(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.MetaData.html">JCO.MetaData</A>
<DD>Returns a textual description for the specified field
<DT><A HREF="com/sap/mw/jco/IMetaData.html#getDescription(java.lang.String)"><B>getDescription(String)</B></A> - 
Method in interface com.sap.mw.jco.<A HREF="com/sap/mw/jco/IMetaData.html">IMetaData</A>
<DD>Returns the descriptional text for the field with the specified name
<DT><A HREF="com/sap/mw/jco/JCO.Attributes.html#getDestination()"><B>getDestination()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Attributes.html">JCO.Attributes</A>
<DD>Retrieves the <tt>dest</tt> field of the connection attributes
<DT><A HREF="com/sap/mw/jco/JCO.Field.html#getDouble()"><B>getDouble()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Field.html">JCO.Field</A>
<DD>Returns the field's value as a double
<DT><A HREF="com/sap/mw/jco/JCO.Record.html#getDouble(int)"><B>getDouble(int)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Record.html">JCO.Record</A>
<DD>Returns the value of the i'th field as a double
<DT><A HREF="com/sap/mw/jco/JCO.Record.html#getDouble(java.lang.String)"><B>getDouble(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Record.html">JCO.Record</A>
<DD>Returns the value of the named field as a double
<DT><A HREF="com/sap/mw/jco/JCO.Server.html#getDsrPassport()"><B>getDsrPassport()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Server.html">JCO.Server</A>
<DD><B>Deprecated.</B>&nbsp;<I>only for internal use</I>
<DT><A HREF="com/sap/mw/jco/JCO.Request.html#getException(java.lang.String)"><B>getException(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Request.html">JCO.Request</A>
<DD>Returns the ABAP exception for the specified key
<DT><A HREF="com/sap/mw/jco/JCO.Response.html#getException(java.lang.String)"><B>getException(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Response.html">JCO.Response</A>
<DD>Returns the ABAP exception for the specified key
<DT><A HREF="com/sap/mw/jco/JCO.FunctionTemplate.html#getException(java.lang.String)"><B>getException(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.FunctionTemplate.html">JCO.FunctionTemplate</A>
<DD>Returns the ABAP exception for the specified key
<DT><A HREF="com/sap/mw/jco/JCO.Function.html#getException(java.lang.String)"><B>getException(String)</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Function.html">JCO.Function</A>
<DD>Returns the ABAP exception for the specified key
<DT><A HREF="com/sap/mw/jco/JCO.Request.html#getExceptionList()"><B>getExceptionList()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Request.html">JCO.Request</A>
<DD>Returns the ABAP exception list
<DT><A HREF="com/sap/mw/jco/JCO.Response.html#getExceptionList()"><B>getExceptionList()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.Response.html">JCO.Response</A>
<DD>Returns the ABAP exception list
<DT><A HREF="com/sap/mw/jco/JCO.FunctionTemplate.html#getExceptionList()"><B>getExceptionList()</B></A> - 
Method in class com.sap.mw.jco.<A HREF="com/sap/mw/jco/JCO.FunctionTemplate.html">JCO.FunctionTemplate</A>
<DD>Returns the ABAP exception list
<DT><A HREF="com/sap/mw/jco/JCO.Function.html#getExceptionList()"><B

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -