Class EmptyStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.EmptyStatement
-
- All Implemented Interfaces:
ASTNode,SQLStatement
- Direct Known Subclasses:
OpenGaussEmptyStatement,PostgreSQLEmptyStatement
public class EmptyStatement extends AbstractSQLStatement
Empty statement.
-
-
Constructor Summary
Constructors Constructor Description EmptyStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetParameterCount()Get count of parameters.-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments
-
-
-
-
Method Detail
-
getParameterCount
public int getParameterCount()
Description copied from interface:SQLStatementGet count of parameters.- Specified by:
getParameterCountin interfaceSQLStatement- Overrides:
getParameterCountin classAbstractSQLStatement- Returns:
- count of parameters
-
-