Descripción
Sintaxis
PreparedStatement prepareStatement(String sql) throws SQLException
PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
Parámetros
- int autoGeneratedKeys,
- int[] columnIndexes,
- int resultSetHoldability,
- String sql,
- int resultSetType,
- String[] columnNames,
- int resultSetConcurrency,
Excepciones
SQLException, SQLFeatureNotSupportedException
Clase Padre
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.