public class SqlBulkLoadCommand extends Object implements SqlCommand
| Constructor and Description |
|---|
SqlBulkLoadCommand() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
columns()
Returns the list of columns.
|
BulkLoadFormat |
inputFormat()
Returns the input file format.
|
String |
localFileName()
Returns the local file name.
|
void |
localFileName(String locFileName)
Sets the local file name.
|
Integer |
packetSize()
Returns the packet size.
|
void |
packetSize(int packetSize)
Sets the packet size.
|
SqlCommand |
parse(SqlLexer lex)
Parses the command.
|
String |
schemaName()
Returns the schemaName.
|
void |
schemaName(String schemaName) |
String |
tableName()
Returns the table name.
|
void |
tableName(String tblName)
Sets the table name
|
String |
toString() |
public SqlCommand parse(SqlLexer lex)
parse in interface SqlCommandlex - The lexer.public String schemaName()
schemaName in interface SqlCommandpublic void schemaName(String schemaName)
schemaName in interface SqlCommandschemaName - Schema name.public String tableName()
public void tableName(String tblName)
tblName - The table name.public String localFileName()
public void localFileName(String locFileName)
locFileName - The local file name.public BulkLoadFormat inputFormat()
public Integer packetSize()
public void packetSize(int packetSize)
packetSize - The packet size.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019