public interface JDBCDriverClass
| Modifier and Type | Method and Description |
|---|---|
Class<CallableStatement> |
getCallableStatement() |
Class<Connection> |
getConnection() |
Class<Driver> |
getDriver() |
Class<PreparedStatement> |
getPreparedStatement() |
Class<Statement> |
getStatement() |
Class<Connection> getConnection()
Class<PreparedStatement> getPreparedStatement()
Class<CallableStatement> getCallableStatement()
Copyright © 2012–2021 Naver Corporation. All rights reserved.