public interface Update extends ParameterProvider<Update,PreparedStatement>
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Executes the query and return the amount of rows modified by this query.
|
long |
largeCount()
Executes the query and return the amount of rows modified by this query as a long.
|
prepare, set, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setURL, withclose, execute, getStatementint count()
PreparedStatement.executeUpdate()long largeCount()
PreparedStatement.executeLargeUpdate()Copyright © 2019. All rights reserved.