public class YqlBatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
YqlBatcher.Cmd |
| Constructor and Description |
|---|
YqlBatcher() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumns() |
YqlBatcher.Cmd |
getCommand() |
List<String> |
getKeyColumns() |
List<String> |
getKeyValues() |
String |
getTableName() |
List<String> |
getValues() |
boolean |
isValidBatch() |
void |
readCloseParen() |
void |
readComma() |
void |
readDelete() |
void |
readDoubleQuoteLiteral(char[] query,
int start,
int length) |
void |
readEqual() |
void |
readIdentifier(char[] query,
int start,
int length) |
void |
readInsert() |
void |
readOpenParen() |
void |
readParameter() |
void |
readReplace() |
void |
readSemiColon() |
void |
readSingleQuoteLiteral(char[] query,
int start,
int length) |
void |
readUpdate() |
void |
readUpsert() |
void |
setForcedUpsert() |
public void setForcedUpsert()
public YqlBatcher.Cmd getCommand()
public String getTableName()
public boolean isValidBatch()
public void readInsert()
public void readUpsert()
public void readReplace()
public void readUpdate()
public void readDelete()
public void readOpenParen()
public void readCloseParen()
public void readComma()
public void readEqual()
public void readSemiColon()
public void readParameter()
public void readSingleQuoteLiteral(char[] query,
int start,
int length)
public void readDoubleQuoteLiteral(char[] query,
int start,
int length)
public void readIdentifier(char[] query,
int start,
int length)
Copyright © 2024. All rights reserved.