com.alibaba.druid.sql.visitor.functions
类 Insert

java.lang.Object
  继承者 com.alibaba.druid.sql.visitor.functions.Insert
所有已实现的接口:
Function

public class Insert
extends Object
implements Function


字段摘要
static Insert instance
           
 
构造方法摘要
Insert()
           
 
方法摘要
 Object eval(SQLEvalVisitor visitor, SQLMethodInvokeExpr x)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

instance

public static final Insert instance
构造方法详细信息

Insert

public Insert()
方法详细信息

eval

public Object eval(SQLEvalVisitor visitor,
                   SQLMethodInvokeExpr x)
指定者:
接口 Function 中的 eval


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.