public interface JDBCApi
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JDBCApi.CallableStatementClass |
static interface |
JDBCApi.ConnectionClass |
static interface |
JDBCApi.DriverClass |
static interface |
JDBCApi.PreparedStatementClass |
static interface |
JDBCApi.StatementClass |
| Modifier and Type | Method and Description |
|---|---|
JDBCApi.CallableStatementClass |
getCallableStatement() |
JDBCApi.ConnectionClass |
getConnection() |
JDBCApi.DriverClass |
getDriver() |
JDBCDriverClass |
getJDBCDriverClass() |
JDBCApi.PreparedStatementClass |
getPreparedStatement() |
JDBCApi.StatementClass |
getStatement() |
JDBCDriverClass getJDBCDriverClass()
JDBCApi.DriverClass getDriver()
JDBCApi.ConnectionClass getConnection()
JDBCApi.StatementClass getStatement()
JDBCApi.PreparedStatementClass getPreparedStatement()
JDBCApi.CallableStatementClass getCallableStatement()
Copyright © 2012–2021 Naver Corporation. All rights reserved.