public interface Record extends RecordCursor
Modifier and Type | Method and Description |
---|---|
void |
convert(java.sql.ResultSet result)
Convert the result of a query.
|
java.lang.String |
getColumnName(int index)
Returns name of column.
|
LastInsertId |
getLastInsertId(java.sql.Statement statement)
Returns last insert id.
|
end, field, field, fieldArray, fieldBigDecimal, fieldBytes, fieldDouble, fieldFloat, fieldInt, fieldLong, fieldNames, fieldObject, first, forEach, getFieldCount, getRecordCount, isBof, isEof, isNull, move, next, parallelStream, previous, stream
java.lang.String getColumnName(int index)
index
- indexvoid convert(java.sql.ResultSet result) throws java.sql.SQLException
result
- Result of query.java.sql.SQLException
- SQLExceptionLastInsertId getLastInsertId(java.sql.Statement statement) throws java.sql.SQLException
statement
- statementjava.sql.SQLException
- SQLException