Modifier and Type | Interface and Description |
---|---|
interface |
CallableStatement |
interface |
PreparedStatement |
Modifier and Type | Method and Description |
---|---|
Statement |
Connection.createStatement() |
Statement |
Connection.createStatement(int resultSetType,
int resultSetConcurrency) |
Statement |
Connection.createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
Copyright © 2009–2018 JolBox. All rights reserved.