kaputte Anführungszeichen repariert

This commit is contained in:
Alexander Schroth 2019-02-14 12:29:04 +01:00
parent 9831d5db61
commit a34634b52b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -226,7 +226,7 @@
\item Anfrage enthält Platzhalter für Werte
\item Analyse, Ausführungsplanerstellung und weiteres wird sofort durchgeführte
\item JDBC: \begin{itemize}
\item \texttt{PreparedStatement prep = con.prepareStatement("INSERT \textellipsis VALUES (?,?))}
\item \texttt{PreparedStatement prep =\\con.prepareStatement("{}INSERT INTO ... VALUES (?,?)"{})}
\item Setzen der Werte mittels \texttt{void setDATENTYP(int paramId, DATENTYP val)}
\item Ausführung mit \texttt{prep.executeUpdate()}
\end{itemize}
@ -445,4 +445,4 @@
\item fehlgeschlagene Transaktionen von \enquote{neu nach alt} rückgängig machen
\end{itemize}
\end{itemize}
\end{document}
\end{document}