public class MySqlInsertReader extends Object implements Closeable
| Constructor and Description |
|---|
MySqlInsertReader(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
MySqlInsertStatement |
getStatement() |
boolean |
isEOF() |
MySqlInsertStatement |
parseStatement() |
SQLInsertStatement.ValuesClause |
readCaluse() |
public MySqlInsertReader(Reader in)
public MySqlInsertStatement parseStatement() throws IOException
IOExceptionpublic MySqlInsertStatement getStatement()
public SQLInsertStatement.ValuesClause readCaluse()
public boolean isEOF()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2013–2022 Alibaba Group. All rights reserved.