Descripción
Sintaxis
public interface Statement extends Wrapper, AutoCloseable
Campos
- CLOSE_ALL_RESULTS
- CLOSE_CURRENT_RESULT
- EXECUTE_FAILED
- KEEP_CURRENT_RESULT
- NO_GENERATED_KEYS
- RETURN_GENERATED_KEYS
- SUCCESS_NO_INFO
Métodos
- addBatch()
- cancel()
- clearBatch()
- clearWarnings()
- close()
- closeOnCompletion()
- enquoteIdentifier()
- enquoteLiteral()
- enquoteNCharLiteral()
- execute()
- executeBatch()
- executeLargeBatch()
- executeLargeUpdate()
- executeQuery()
- executeUpdate()
- getConnection()
- getFetchDirection()
- getFetchSize()
- getGeneratedKeys()
- getLargeMaxRows()
- getLargeUpdateCount()
- getMaxFieldSize()
- getMaxRows()
- getMoreResults()
- getQueryTimeout()
- getResultSet()
- getResultSetConcurrency()
- getResultSetHoldability()
- getResultSetType()
- getUpdateCount()
- getWarnings()
- isClosed()
- isCloseOnCompletion()
- isPoolable()
- isSimpleIdentifier()
- setCursorName()
- setEscapeProcessing()
- setFetchDirection()
- setFetchSize()
- setLargeMaxRows()
- setMaxFieldSize()
- setMaxRows()
- setPoolable()
- setQueryTimeout()
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.