How can PrepareStatements be used in eva/3?
The class DBUtils has two Methods to create a PreparedStatement from the ConnectionDescriptor: PreparedStatement prepareStatement(String sql, ConnectionDescriptor connectionDescriptor) PreparedStatement prepareStatement(QueryDescriptor queryDescriptor) The following code fragment updates a row in the “Kunden” table.