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

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

public class BitLength
extends Object
implements Function


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

字段详细信息

instance

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

BitLength

public BitLength()
方法详细信息

eval

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


Copyright © 2013 Alibaba Group. All Rights Reserved.