Prepared Statements in Portable Applications

If your application runs on databases from different vendors and you want some PreparedStatement objects to contain precompiled statements and others to contain uncompiled statements, use the PreparedStatement in portable applications.