public final class SqlCallableStatementImpl extends SqlPreparedStatementImpl implements SqlCallableStatement
| Constructor and Description |
|---|
SqlCallableStatementImpl(SqlStatementHandler statementHandler,
AnalyticsManager analyticsManager,
SqlConnection connection,
String procName)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(int index) |
addBatch, close, executeBatch, executeQuery, executeUpdate, getGeneratedKey, init, registerParameter, setValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddBatch, close, executeBatch, executeQuery, executeUpdate, getGeneratedKey, init, registerParameter, setValuepublic SqlCallableStatementImpl(SqlStatementHandler statementHandler, AnalyticsManager analyticsManager, SqlConnection connection, String procName)
connection - Connexion SQLprocName - Nom de la procédurepublic Object getValue(int index) throws SQLException
getValue in interface SqlCallableStatementSQLExceptionCopyright © 2016. All Rights Reserved.