Package org.xbib.multiserv.plugin.jdbc
Klasse NamedParameterStatement
java.lang.Object
org.xbib.multiserv.plugin.jdbc.NamedParameterStatement
- Alle implementierten Schnittstellen:
AutoCloseable
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNamedParameterStatement
(Connection connection, String query) NamedParameterStatement
(Connection connection, String query, boolean isFetch) NamedParameterStatement
(Connection connection, String query, boolean isFetch, boolean isAutoCommit) -
Methodenübersicht
-
Konstruktordetails
-
NamedParameterStatement
- Löst aus:
SQLException
-
NamedParameterStatement
public NamedParameterStatement(Connection connection, String query, boolean isFetch) throws SQLException - Löst aus:
SQLException
-
NamedParameterStatement
public NamedParameterStatement(Connection connection, String query, boolean isFetch, boolean isAutoCommit) throws SQLException - Löst aus:
SQLException
-
-
Methodendetails
-
close
- Angegeben von:
close
in SchnittstelleAutoCloseable
- Löst aus:
SQLException
-
setObject
- Löst aus:
SQLException
-
execute
- Löst aus:
SQLException
-
addBatch
- Löst aus:
SQLException
-
executeBatch
- Löst aus:
SQLException
-
executeUpdate
- Löst aus:
SQLException
-
executeQuery
- Löst aus:
SQLException
-