接口 SQLInsertValueHandler
public interface SQLInsertValueHandler
-
方法概要
修饰符和类型方法说明newRow()voidprocessBoolean(Object row, int index, boolean value) voidvoidprocessDate(Object row, int index, String value) voidprocessDate(Object row, int index, Date value) voidprocessDecimal(Object row, int index, BigDecimal value) voidprocessFunction(Object row, int index, String funcName, long funcNameHashCode64, Object... values) voidprocessInteger(Object row, int index, Number value) voidprocessNull(Object row, int index) voidprocessRow(Object row) voidprocessString(Object row, int index, String value) voidprocessTime(Object row, int index, String value) voidprocessTimestamp(Object row, int index, String value) voidprocessTimestamp(Object row, int index, Date value)
-
方法详细资料
-
newRow
- 抛出:
SQLException
-
processInteger
- 抛出:
SQLException
-
processString
- 抛出:
SQLException
-
processDate
- 抛出:
SQLException
-
processDate
- 抛出:
SQLException
-
processTimestamp
- 抛出:
SQLException
-
processTimestamp
- 抛出:
SQLException
-
processTime
- 抛出:
SQLException
-
processDecimal
- 抛出:
SQLException
-
processBoolean
- 抛出:
SQLException
-
processNull
- 抛出:
SQLException
-
processFunction
void processFunction(Object row, int index, String funcName, long funcNameHashCode64, Object... values) throws SQLException - 抛出:
SQLException
-
processRow
- 抛出:
SQLException
-
processComplete
- 抛出:
SQLException
-