AUTO_INCREMENT clause for the last added column.* to the selected expression list.Statement.executeBatch() method.BIGINT column.TINYINT(1) column.CHAR(size) column.ResultSet.WHERE clause.CREATE TABLE query.DELETE query.DESC clause to the ORDER BY clause.FOR UPDATE clause to the end of the query.IF NOT EXISTS clause to the query.IGNORE clause to the query.INSERT query.INT column.INT AUTO_INCREMENT PRIMARY KEY column.LIMIT limit clause to the query.ResultSet to a value.NOT NULL for the last added column.OFFSET offset clause to the query.ON DUPLICATE KEY UPDATE clause with all values added using
value*() methods, exclusing colums marked as keys.ORDER BY column clause to the query.ORDER BY expression clause to the query.PRIMARY KEY clause for the last added column.ResultSetWrapper.map(ResultSetMapper) with the specified
mapper and returns the result.ResultSetWrapper.mapAll(ResultSetMapper) with the specified
mapper and returns the result.ResultSet to a value.ResultSet wrapper allowing useful operations like mapping.SELECT query.TEXT column.UPDATE query.` characters.?NULL value to be inserted for the specified column.NULL value for the specified column.NULL value for the specified column,
othwerise adds specified value as a value for the column.NULL value for the specified column,
otherwise adds specified value as value for the column.VARCHAR(size) column.WHERE condition that checks that specified column has specified value.WHERE condition, like `mycolumn` / 100 = ?WHERE condition that checks that specified column has a NULL value.WHERE condition that checks that specified column has specified value, which can be NULL.Copyright © 2021. All rights reserved.