Class SimpleSQLStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.SimpleSQLStatement
-
- All Implemented Interfaces:
ASTNode,SQLStatement
public final class SimpleSQLStatement extends Object implements SQLStatement
Simple SQL statement.
-
-
Constructor Summary
Constructors Constructor Description SimpleSQLStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetParameterCount()Get count of parameters.
-
-
-
Method Detail
-
getParameterCount
public int getParameterCount()
Description copied from interface:SQLStatementGet count of parameters.- Specified by:
getParameterCountin interfaceSQLStatement- Returns:
- count of parameters
-
-