public interface SQLInsertValueHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
newRow() |
void |
processBoolean(Object row,
int index,
boolean value) |
void |
processComplete() |
void |
processDate(Object row,
int index,
Date value) |
void |
processDate(Object row,
int index,
String value) |
void |
processDecimal(Object row,
int index,
BigDecimal value) |
void |
processFunction(Object row,
int index,
String funcName,
long funcNameHashCode64,
Object... values) |
void |
processInteger(Object row,
int index,
Number value) |
void |
processNull(Object row,
int index) |
void |
processRow(Object row) |
void |
processString(Object row,
int index,
String value) |
void |
processTime(Object row,
int index,
String value) |
void |
processTimestamp(Object row,
int index,
Date value) |
void |
processTimestamp(Object row,
int index,
String value) |
Object newRow() throws SQLException
SQLExceptionvoid processInteger(Object row, int index, Number value) throws SQLException
SQLExceptionvoid processString(Object row, int index, String value) throws SQLException
SQLExceptionvoid processDate(Object row, int index, String value) throws SQLException
SQLExceptionvoid processDate(Object row, int index, Date value) throws SQLException
SQLExceptionvoid processTimestamp(Object row, int index, String value) throws SQLException
SQLExceptionvoid processTimestamp(Object row, int index, Date value) throws SQLException
SQLExceptionvoid processTime(Object row, int index, String value) throws SQLException
SQLExceptionvoid processDecimal(Object row, int index, BigDecimal value) throws SQLException
SQLExceptionvoid processBoolean(Object row, int index, boolean value) throws SQLException
SQLExceptionvoid processNull(Object row, int index) throws SQLException
SQLExceptionvoid processFunction(Object row, int index, String funcName, long funcNameHashCode64, Object... values) throws SQLException
SQLExceptionvoid processRow(Object row) throws SQLException
SQLExceptionvoid processComplete()
throws SQLException
SQLExceptionCopyright © 2013–2022 Alibaba Group. All rights reserved.