Class SQLServerCreateTableStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateTableStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl.SQLServerCreateTableStatement
-
- All Implemented Interfaces:
ASTNode,DDLStatement,SQLStatement,SQLServerStatement
public final class SQLServerCreateTableStatement extends CreateTableStatement implements SQLServerStatement
SQLServer create table statement.
-
-
Constructor Summary
Constructors Constructor Description SQLServerCreateTableStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<SelectStatement>getSelectStatement()Get select statement.-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getParameterCount
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
getParameterCount
-
-
-
-
Method Detail
-
getSelectStatement
public Optional<SelectStatement> getSelectStatement()
Get select statement.- Returns:
- select statement
-
-