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

📄 axionsqlparser.html

📁 Axion 是一个小型的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/axiondb/WhereNode.html">WhereNode</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/parser/AxionSqlParser.html#SqlWhereOr()">SqlWhereOr</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<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>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="token_source"><!-- --></A><H3>
token_source</H3>
<PRE>
public <A HREF="../../../org/axiondb/parser/AxionSqlParserTokenManager.html">AxionSqlParserTokenManager</A> <B>token_source</B></PRE>
<DL>
</DL>
<HR>

<A NAME="token"><!-- --></A><H3>
token</H3>
<PRE>
public <A HREF="../../../org/axiondb/parser/Token.html">Token</A> <B>token</B></PRE>
<DL>
</DL>
<HR>

<A NAME="jj_nt"><!-- --></A><H3>
jj_nt</H3>
<PRE>
public <A HREF="../../../org/axiondb/parser/Token.html">Token</A> <B>jj_nt</B></PRE>
<DL>
</DL>
<HR>

<A NAME="lookingAhead"><!-- --></A><H3>
lookingAhead</H3>
<PRE>
public boolean <B>lookingAhead</B></PRE>
<DL>
</DL>

<!-- ========= 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="AxionSqlParser()"><!-- --></A><H3>
AxionSqlParser</H3>
<PRE>
public <B>AxionSqlParser</B>()</PRE>
<DL>
</DL>
<HR>

<A NAME="AxionSqlParser(java.io.InputStream)"><!-- --></A><H3>
AxionSqlParser</H3>
<PRE>
public <B>AxionSqlParser</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/InputStream.html">InputStream</A>&nbsp;stream)</PRE>
<DL>
</DL>
<HR>

<A NAME="AxionSqlParser(java.io.Reader)"><!-- --></A><H3>
AxionSqlParser</H3>
<PRE>
public <B>AxionSqlParser</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/Reader.html">Reader</A>&nbsp;stream)</PRE>
<DL>
</DL>
<HR>

<A NAME="AxionSqlParser(org.axiondb.parser.AxionSqlParserTokenManager)"><!-- --></A><H3>
AxionSqlParser</H3>
<PRE>
public <B>AxionSqlParser</B>(<A HREF="../../../org/axiondb/parser/AxionSqlParserTokenManager.html">AxionSqlParserTokenManager</A>&nbsp;tm)</PRE>
<DL>
</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="parse(java.io.InputStream)"><!-- --></A><H3>
parse</H3>
<PRE>
public <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>parse</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/InputStream.html">InputStream</A>&nbsp;sql)                   throws <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Exception.html">Exception</A></PRE>
<DL>
<DD>Translates SQL input into a Database-centric Command.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/parser/Parser.html#parse(java.io.InputStream)">parse</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/parser/Parser.html">Parser</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sql</CODE> - the SQL input stream<DT><B>Returns:</B><DD>a Command that may be executed by <A HREF="../../../org/axiondb/Database.html"><CODE>Database</CODE></A><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Exception.html">Exception</A></CODE> - if a command doesn't parse according to the grammar described by this class</DL>
</DD>
</DL>
<HR>

<A NAME="parse(java.lang.String)"><!-- --></A><H3>
parse</H3>
<PRE>
public <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>parse</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A>&nbsp;sql)                   throws <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Exception.html">Exception</A></PRE>
<DL>
<DD>Translates SQL input into a Database-centric Command.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/parser/Parser.html#parse(java.lang.String)">parse</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/parser/Parser.html">Parser</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sql</CODE> - the SQL input<DT><B>Returns:</B><DD>a Command that may be executed by <A HREF="../../../org/axiondb/Database.html"><CODE>Database</CODE></A><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Exception.html">Exception</A></CODE> - if a command doesn't parse according to the grammar described by this class</DL>
</DD>
</DL>
<HR>

<A NAME="parse()"><!-- --></A><H3>
parse</H3>
<PRE>
public <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>parse</B>()                   throws <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Exception.html">Exception</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/parser/Parser.html">Parser</A></CODE></B></DD>
<DD>Parse a <A HREF="../../../org/axiondb/AxionCommand.html"><CODE>command</CODE></A> from some implementation  determined source. (Is this used?)<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/parser/Parser.html#parse()">parse</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/parser/Parser.html">Parser</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="SqlCommand()"><!-- --></A><H3>
SqlCommand</H3>
<PRE>
public final <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>SqlCommand</B>()                              throws <A HREF="../../../org/axiondb/parser/ParseException.html">ParseException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="SqlAxionCustom()"><!-- --></A><H3>
SqlAxionCustom</H3>
<PRE>
public final <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>SqlAxionCustom</B>()                                  throws <A HREF="../../../org/axiondb/parser/ParseException.html">ParseException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="SqlRemount()"><!-- --></A><H3>
SqlRemount</H3>
<PRE>
public final <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>SqlRemount</B>()                              throws <A HREF="../../../org/axiondb/parser/ParseException.html">ParseException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="SqlCreate()"><!-- --></A><H3>
SqlCreate</H3>
<PRE>
public final <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>SqlCreate</B>()                             throws <A HREF="../../../org/axiondb/parser/ParseException.html">ParseException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="SqlCreateTable(java.lang.String)"><!-- --></A><H3>
SqlCreateTable</H3>
<PRE>
public final <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>SqlCreateTable</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A>&nbsp;type)                                  throws <A HREF="../../../org/axiondb/parser/ParseException.html">ParseException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="SqlColumnExpression(org.axiondb.engine.commands.CreateTableCommand)"><!-- --></A><H3>
SqlColumnExpression</H3>
<PRE>
public final void <B>SqlColumnExpression</B>(<A HREF="../../../org/axiondb/engine/commands/CreateTableCommand.html">CreateTableCommand</A>&nbsp;result)                               throws <A HREF="../../../org/axiondb/parser/ParseException.html">ParseException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="SqlCreateIndex(boolean, java.lang.String)"><!-- --></A><H3>
SqlCreateIndex</H3>
<PRE>
public final <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>SqlCreateIndex</B>(boolean&nbsp;unique,                                         <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A>&nbsp;type)                                  throws <A HREF="../../../org/axiondb/parser/ParseException.html">ParseException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="SqlCreateSequence()"><!-- --></A><H3>
SqlCreateSequence</H3>
<PRE>
public final <A HREF="../../../org/axiondb/AxionCommand.html">AxionCommand</A> <B>SqlCreateSequence</B>()                                     throws <A HREF="../../../org/axiondb/parser/ParseException.html">ParseException</A></PRE>

⌨️ 快捷键说明

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