Package com.alibaba.druid.wall.spi
Class WallVisitorUtils.WallTopStatementContext
- java.lang.Object
-
- com.alibaba.druid.wall.spi.WallVisitorUtils.WallTopStatementContext
-
- Enclosing class:
- WallVisitorUtils
public static class WallVisitorUtils.WallTopStatementContext extends Object
-
-
Constructor Summary
Constructors Constructor Description WallTopStatementContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfromPermitTable()booleanfromSysSchema()booleanfromSysTable()voidsetFromPermitTable(boolean fromPermitTable)voidsetFromSysSchema(boolean fromSysSchema)voidsetFromSysTable(boolean fromSysTable)
-
-
-
Method Detail
-
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)
-
-