Präambel entschlackt
This commit is contained in:
parent
d7b4166d5b
commit
c868971126
Binary file not shown.
@ -33,30 +33,11 @@
|
||||
\pdfminorversion=7 % Import-Unterstützung für PDFs bis Version 1.7
|
||||
\pgfplotsset{compat=1.16} % verhindern, dass pgfplots im Rückwärtskompatibilitätsmodus arbeitet
|
||||
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{aufgabe}{Aufgabe}[section]
|
||||
\newtheorem{definition}{Definition}[section]
|
||||
|
||||
\renewcommand\qedsymbol{}
|
||||
\renewcommand*{\proofname}{Antwort}
|
||||
\addto\captionsngerman{\renewcommand\proofname{Antwort}}
|
||||
|
||||
\newcommand*{\bps}{\frac{\text{b}}{\text{s}}}
|
||||
\newcommand*{\kbps}{\frac{\text{Kb}}{\text{s}}}
|
||||
\newcommand*{\mbps}{\frac{\text{Mb}}{\text{s}}}
|
||||
\newcommand*{\gbps}{\frac{\text{Gb}}{\text{s}}}
|
||||
\newcommand*{\tbps}{\frac{\text{Tb}}{\text{s}}}
|
||||
|
||||
\newcommand{\sql}[1]{\lstinline[frameround=fttt,language=SQL,numbers=left,breaklines=true,keywordstyle=\color{blue}\bfseries,basicstyle=\ttfamily\color{red},numberstyle=\color{black}]{#1}}
|
||||
|
||||
\definecolor{fau_blau}{RGB}{26, 71, 115}
|
||||
|
||||
\newcommand{\begriff}[1]{\textcolor{fau_blau}{\emph{#1}}}
|
||||
\newcommand{\wichtig}[1]{\emph{#1}}
|
||||
|
||||
\setlist[enumerate,1]{label={\alph*)}}
|
||||
\setlist[enumerate,2]{label={\roman*)}}
|
||||
|
||||
\tikzset{rectangle state/.style={draw,rectangle}}
|
||||
|
||||
\title{Zusammenfassung IDB}
|
||||
@ -239,9 +220,7 @@
|
||||
\item \texttt{Statement anweisung = con.createStatement();\\
|
||||
ResultSet ergebnis = anweisung.execureQuery(ANFRAGE);}\\
|
||||
außerdem: \texttt{int executeUpdate(String sql)}, \texttt{boolean execute(String sql)}
|
||||
\item \texttt{while (ergebnis.next()) \{\\
|
||||
int pnr = ergebnis.getInt(1);\\
|
||||
\}}
|
||||
\item \texttt{while (ergebnis.next()) int pnr = ergebnis.getInt(1);}
|
||||
\end{itemize}
|
||||
\item Bei mehrfacher Ausführung der gleichen Abfrage mit unterschiedlichen Werten \begriff{prepared statements} sinnvoll: \begin{itemize}
|
||||
\item Anfrage enthält Platzhalter für Werte
|
||||
|
Loading…
Reference in New Issue
Block a user