类分层结构
- java.lang.Object
- com.github.aqiu202.sqlparser.AbstractSQL (implements com.github.aqiu202.sqlparser.SQL)
- com.github.aqiu202.sqlparser.AbstractSQLFragment<T> (implements com.github.aqiu202.sqlparser.SQLFragment)
- com.github.aqiu202.sqlparser.DeleteSQLFragment
- com.github.aqiu202.sqlparser.InsertSQLFragment
- com.github.aqiu202.sqlparser.SelectSQLFragment
- com.github.aqiu202.sqlparser.UpdateSQLFragment
- com.github.aqiu202.sqlparser.SimpleSQLParser (implements com.github.aqiu202.sqlparser.SQLParser)
接口分层结构
- com.github.aqiu202.sqlparser.fragment.ExpressionAppendable
- com.github.aqiu202.sqlparser.SQLFragment (并 extends com.github.aqiu202.sqlparser.fragment.ExpressionHandler)
- com.github.aqiu202.sqlparser.fragment.ExpressionHandler
- com.github.aqiu202.sqlparser.SQL
- com.github.aqiu202.sqlparser.SQLFragment (并 extends com.github.aqiu202.sqlparser.fragment.ExpressionAppendable)
- com.github.aqiu202.sqlparser.SQLParser