Class CopyStatement (0.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
public class CopyStatement extends IntermediatePortalStatement
Static Methods
public static IntermediatePortalStatement create(ConnectionHandler connectionHandler, OptionsMetadata options, String name, AbstractStatementParser.ParsedStatement parsedStatement, Statement originalStatement)
Parameters
Returns
Constructors
public CopyStatement(ConnectionHandler connectionHandler, OptionsMetadata options, String name, AbstractStatementParser.ParsedStatement parsedStatement, Statement originalStatement, CopyStatement.ParsedCopyStatement parsedCopyStatement)
Parameters
Methods
close()
Cleanly close the statement. Does nothing if the statement has not been executed or has no
result.
Overrides
Exceptions
createPortal(String name, byte[][] parameters, List<Short> parameterFormatCodes, List<Short> resultFormatCodes)
public IntermediatePortalStatement createPortal(String name, byte[][] parameters, List<Short> parameterFormatCodes, List<Short> resultFormatCodes)
Creates a portal from this statement.
Parameters
Returns
Overrides
executeAsync(BackendConnection backendConnection)
public void executeAsync(BackendConnection backendConnection)
Parameter
Overrides
getCopyColumnNames()
public List<SimpleParser.TableOrIndexName> getCopyColumnNames()
Returns
Type | Description |
List<com.google.cloud.spanner.pgadapter.statements.SimpleParser.TableOrIndexName> | List of column names specified in COPY statement, if provided.
|
getDelimiterChar()
public char getDelimiterChar()
Returns
Type | Description |
char | Delimiter character specified in COPY statement, if provided.
|
getEscapeChar()
public char getEscapeChar()
Returns
Type | Description |
char | Escape character specified in COPY statement, if provided.
|
public int getFormatCode()
Returns
Type | Description |
int | 0 for text/csv formatting and 1 for binary
|
public String getFormatType()
Returns
Type | Description |
String | Format type specified in COPY statement, if provided.
|
getMutationWriter()
public MutationWriter getMutationWriter()
Returns
getNullString()
public String getNullString()
Returns
Type | Description |
String | Null string specified in COPY statement, if provided.
|
public CSVFormat getParserFormat()
Returns
Type | Description |
org.apache.commons.csv.CSVFormat | |
getQuoteChar()
public char getQuoteChar()
Returns
Type | Description |
char | Quote character specified in COPY statement, if provided.
|
getStatementType()
public AbstractStatementParser.StatementType getStatementType()
Returns
Overrides
getTableColumns()
public Map<String,Type> getTableColumns()
Returns
Type | Description |
Map<String,com.google.cloud.spanner.Type> | Mapping of table column names to column type.
|
getTableName()
public SimpleParser.TableOrIndexName getTableName()
Returns
Type | Description |
com.google.cloud.spanner.pgadapter.statements.SimpleParser.TableOrIndexName | |
getUpdateCount()
public long getUpdateCount()
Returns
Overrides
hasException()
public boolean hasException()
Returns
Overrides
public boolean hasHeader()
Returns
Type | Description |
boolean | True if copy data contains a header, false otherwise.
|
public void setParserFormat(CopyStatement.ParsedCopyStatement parsedCopyStatement)
CSVFormat for parsing copy data based on COPY statement options specified.
Parameter
Name | Description |
parsedCopyStatement | com.google.cloud.spanner.pgadapter.statements.CopyStatement.ParsedCopyStatement
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-01 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-10-01 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-01 UTC."]]