📄 jco.basicrepository.html
字号:
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#getNextRepository()">getNextRepository</A></B>()</CODE>
<BR>
Returns the next repository that will be used if a function or structure could not be found in this one.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#getStructureDefinition(java.lang.String)">getStructureDefinition</A></B>(java.lang.String structure_name)</CODE>
<BR>
Returns the meta data for the passed structure</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#getTableDefinition(java.lang.String)">getTableDefinition</A></B>(java.lang.String table_name)</CODE>
<BR>
Returns the meta data for the passed table</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#load(java.lang.String)">load</A></B>(java.lang.String filename)</CODE>
<BR>
Load the repository from the specified file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#removeFunctionInterfaceFromCache(java.lang.String)">removeFunctionInterfaceFromCache</A></B>(java.lang.String function_name)</CODE>
<BR>
Removes a function interface from the local cache. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#removeStructureDefinitionFromCache(java.lang.String)">removeStructureDefinitionFromCache</A></B>(java.lang.String structure_name)</CODE>
<BR>
Removes a function interface from the local cache. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#save(java.lang.String)">save</A></B>(java.lang.String filename)</CODE>
<BR>
Save the repository to the specified file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.BasicRepository.html#setNextRepository(com.sap.mw.jco.IRepository)">setNextRepository</A></B>(<A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A> next)</CODE>
<BR>
Sets the next repository that will be used if a function or structure could not be found in this one.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="JCO.BasicRepository(java.lang.String)"><!-- --></A><H3>
JCO.BasicRepository</H3>
<PRE>
public <B>JCO.BasicRepository</B>(java.lang.String name)</PRE>
<DL>
<DD>Constructs a new BasicRepository<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the repository</DL>
</DD>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public java.lang.String <B>getName</B>()</PRE>
<DL>
<DD>Returns the repository name<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getName()">getName</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the name of the repository</DL>
</DD>
</DL>
<HR>
<A NAME="getFunctionTemplate(java.lang.String)"><!-- --></A><H3>
getFunctionTemplate</H3>
<PRE>
public <A HREF="../../../../com/sap/mw/jco/IFunctionTemplate.html">IFunctionTemplate</A> <B>getFunctionTemplate</B>(java.lang.String function_name)</PRE>
<DL>
<DD>Returns the template for the passed function.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getFunctionTemplate(java.lang.String)">getFunctionTemplate</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>function_name</CODE> - the name of the function for which the template is being returned.<DT><B>Returns:</B><DD>the template for the function or <tt>null</tt> if the function template could not be retrieved.<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if another error occurred during the retrieval of the function interface with the group field set appropiately.</DL>
</DD>
</DL>
<HR>
<A NAME="getFunctionInterface(java.lang.String)"><!-- --></A><H3>
getFunctionInterface</H3>
<PRE>
public <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> <B>getFunctionInterface</B>(java.lang.String function_name)</PRE>
<DL>
<DD>Returns the meta data for the passed function<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getFunctionInterface(java.lang.String)">getFunctionInterface</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>function_name</CODE> - the name of the function for which the meta data is being returned<DT><B>Returns:</B><DD>the meta data for the function or <tt>null</tt> if the function couldn't be found<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if an error occurred during the retrieval of the function interface.</DL>
</DD>
</DL>
<HR>
<A NAME="getStructureDefinition(java.lang.String)"><!-- --></A><H3>
getStructureDefinition</H3>
<PRE>
public <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> <B>getStructureDefinition</B>(java.lang.String structure_name)</PRE>
<DL>
<DD>Returns the meta data for the passed structure<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getStructureDefinition(java.lang.String)">getStructureDefinition</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>structure_name</CODE> - the name of the structure for which the meta data is being returned<DT><B>Returns:</B><DD>the meta data for the structure or <tt>null</tt> if the structure couldn't be found<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if an error occurred during the retrieval of the data structure definition.</DL>
</DD>
</DL>
<HR>
<A NAME="getTableDefinition(java.lang.String)"><!-- --></A><H3>
getTableDefinition</H3>
<PRE>
public <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> <B>getTableDefinition</B>(java.lang.String table_name)</PRE>
<DL>
<DD>Returns the meta data for the passed table<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getTableDefinition(java.lang.String)">getTableDefinition</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>table_name</CODE> - the name of the table for which the meta data is being returned<DT><B>Returns:</B><DD>the meta data for the table or <tt>null</tt> if not found<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - if an error occurred during the retrieval of the table definition.</DL>
</DD>
</DL>
<HR>
<A NAME="getNextRepository()"><!-- --></A><H3>
getNextRepository</H3>
<PRE>
public <A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A> <B>getNextRepository</B>()</PRE>
<DL>
<DD>Returns the next repository that will be used if a function or structure could not be found in this one.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getNextRepository()">getNextRepository</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the next repository to use or <tt>null</tt> if not set</DL>
</DD>
</DL>
<HR>
<A NAME="setNextRepository(com.sap.mw.jco.IRepository)"><!-- --></A><H3>
setNextRepository</H3>
<PRE>
public void <B>setNextRepository</B>(<A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A> next)</PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -