public final class CopyStatementHandler extends Object implements SQLStatementHandler
| 构造器和说明 |
|---|
CopyStatementHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<ColumnSegment> |
getColumns(CopyStatement copyStatement)
Get list of column segment.
|
static Optional<PrepareStatementQuerySegment> |
getPrepareStatementQuerySegment(CopyStatement copyStatement)
Get prepare statement query segment.
|
public static Optional<PrepareStatementQuerySegment> getPrepareStatementQuerySegment(CopyStatement copyStatement)
copyStatement - copy statementpublic static Collection<ColumnSegment> getColumns(CopyStatement copyStatement)
copyStatement - copy statementCopyright © 2022 The Apache Software Foundation. All rights reserved.