Class PostgreSQLCopyStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dml.CopyStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml.PostgreSQLCopyStatement
-
- All Implemented Interfaces:
ASTNode,DMLStatement,SQLStatement,PostgreSQLStatement
public final class PostgreSQLCopyStatement extends CopyStatement implements PostgreSQLStatement
PostgreSQL copy statement.
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLCopyStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<PrepareStatementQuerySegment>getPrepareStatementQuerySegment()Get prepare statement query segment.-
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
-
getPrepareStatementQuerySegment
public Optional<PrepareStatementQuerySegment> getPrepareStatementQuerySegment()
Get prepare statement query segment.- Returns:
- prepare statement query segment
-
-