com.alibaba.druid.wall.spi
类 WallVisitorUtils.WallTopStatementContext

java.lang.Object
  继承者 com.alibaba.druid.wall.spi.WallVisitorUtils.WallTopStatementContext
包容类:
WallVisitorUtils

public static class WallVisitorUtils.WallTopStatementContext
extends Object


构造方法摘要
WallVisitorUtils.WallTopStatementContext()
           
 
方法摘要
 boolean fromPermitTable()
           
 boolean fromSysSchema()
           
 boolean fromSysTable()
           
 void setFromPermitTable(boolean fromPermitTable)
           
 void setFromSysSchema(boolean fromSysSchema)
           
 void setFromSysTable(boolean fromSysTable)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WallVisitorUtils.WallTopStatementContext

public WallVisitorUtils.WallTopStatementContext()
方法详细信息

fromSysTable

public boolean fromSysTable()

setFromSysTable

public void setFromSysTable(boolean fromSysTable)

fromSysSchema

public boolean fromSysSchema()

setFromSysSchema

public void setFromSysSchema(boolean fromSysSchema)

fromPermitTable

public boolean fromPermitTable()

setFromPermitTable

public void setFromPermitTable(boolean fromPermitTable)


Copyright © 2013 Alibaba Group. All Rights Reserved.