📄 baseselectablebasedconstraint.html
字号:
<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.<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#toString()">toString</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.axiondb.Constraint"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface org.axiondb.<A HREF="../../../org/axiondb/Constraint.html">Constraint</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/axiondb/Constraint.html#getName()">getName</A>, <A HREF="../../../org/axiondb/Constraint.html#getType()">getType</A>, <A HREF="../../../org/axiondb/Constraint.html#isDeferrable()">isDeferrable</A>, <A HREF="../../../org/axiondb/Constraint.html#isDeferred()">isDeferred</A>, <A HREF="../../../org/axiondb/Constraint.html#setDeferrable(boolean)">setDeferrable</A>, <A HREF="../../../org/axiondb/Constraint.html#setDeferred(boolean)">setDeferred</A>, <A HREF="../../../org/axiondb/Constraint.html#setName(java.lang.String)">setName</A></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="BaseSelectableBasedConstraint(java.lang.String, java.lang.String)"><!-- --></A><H3>
BaseSelectableBasedConstraint</H3>
<PRE>
public <B>BaseSelectableBasedConstraint</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> type)</PRE>
<DL>
<DD>Creates a <A HREF="../../../org/axiondb/Constraint.html"><CODE>Constraint</CODE></A> with the given <i>name</i> and <i>type</i>.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of this constraint (see <A HREF="../../../org/axiondb/constraints/BaseConstraint.html#setName(java.lang.String)"><CODE>BaseConstraint.setName(java.lang.String)</CODE></A>) which may be <code>null</code><DD><CODE>type</CODE> - the type of this constraint (see <A HREF="../../../org/axiondb/constraints/BaseConstraint.html#getType()"><CODE>BaseConstraint.getType()</CODE></A>), which should not be <code>null</code></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="evaluate(org.axiondb.event.RowEvent)"><!-- --></A><H3>
evaluate</H3>
<PRE>
public abstract boolean <B>evaluate</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Constraint.html">Constraint</A></CODE></B></DD>
<DD>Evaluate the given <i>event</i> under me. Returns <code>false</code> if the constraint I represent has been violated.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Constraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Constraint.html">Constraint</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/constraints/BaseConstraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></CODE> in class <CODE><A HREF="../../../org/axiondb/constraints/BaseConstraint.html">BaseConstraint</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="addSelectable(org.axiondb.Selectable)"><!-- --></A><H3>
addSelectable</H3>
<PRE>
public void <B>addSelectable</B>(<A HREF="../../../org/axiondb/Selectable.html">Selectable</A> sel)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/SelectableBasedConstraint.html#addSelectable(org.axiondb.Selectable)">addSelectable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/SelectableBasedConstraint.html">SelectableBasedConstraint</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getSelectableCount()"><!-- --></A><H3>
getSelectableCount</H3>
<PRE>
public int <B>getSelectableCount</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/SelectableBasedConstraint.html#getSelectableCount()">getSelectableCount</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/SelectableBasedConstraint.html">SelectableBasedConstraint</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getSelectable(int)"><!-- --></A><H3>
getSelectable</H3>
<PRE>
public <A HREF="../../../org/axiondb/Selectable.html">Selectable</A> <B>getSelectable</B>(int i)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/SelectableBasedConstraint.html#getSelectable(int)">getSelectable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/SelectableBasedConstraint.html">SelectableBasedConstraint</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getSelectableList()"><!-- --></A><H3>
getSelectableList</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html">List</A> <B>getSelectableList</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="resolve(org.axiondb.Database, org.axiondb.TableIdentifier)"><!-- --></A><H3>
resolve</H3>
<PRE>
public void <B>resolve</B>(<A HREF="../../../org/axiondb/Database.html">Database</A> db, <A HREF="../../../org/axiondb/TableIdentifier.html">TableIdentifier</A> table) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>This base implementation <A HREF="../../../org/axiondb/Database.html#resolveSelectable(org.axiondb.Selectable, org.axiondb.TableIdentifier[])"><CODE>resolves</CODE></A> all of the <A HREF="../../../org/axiondb/Selectable.html"><CODE>Selectable</CODE></A>s in my list.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Constraint.html#resolve(org.axiondb.Database, org.axiondb.TableIdentifier)">resolve</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Constraint.html">Constraint</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/constraints/BaseConstraint.html#resolve(org.axiondb.Database, org.axiondb.TableIdentifier)">resolve</A></CODE> in class <CODE><A HREF="../../../org/axiondb/constraints/BaseConstraint.html">BaseConstraint</A></CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BaseSelectableBasedConstraint.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/axiondb/constraints/BaseConstraint.html"><B>PREV CLASS</B></A>
<A HREF="../../../org/axiondb/constraints/CheckConstraint.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="BaseSelectableBasedConstraint.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2002-2003 Axion Development Team. All Rights Reserved.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -