| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultJDBCApi.DefaultCallableStatementClass |
static class |
DefaultJDBCApi.DefaultConnectionClass |
static class |
DefaultJDBCApi.DefaultDriverClass |
static class |
DefaultJDBCApi.DefaultPreparedStatementClass |
static class |
DefaultJDBCApi.DefaultStatementClass |
JDBCApi.CallableStatementClass, JDBCApi.ConnectionClass, JDBCApi.DriverClass, JDBCApi.PreparedStatementClass, JDBCApi.StatementClass| Modifier and Type | Field and Description |
|---|---|
JDBCDriverClass |
jdbcDriverClass |
| Constructor and Description |
|---|
DefaultJDBCApi(JDBCDriverClass jdbcDriverClass) |
| Modifier and Type | Method and Description |
|---|---|
JDBCApi.CallableStatementClass |
getCallableStatement() |
JDBCApi.ConnectionClass |
getConnection() |
static Method |
getDeclaredMethod(Class<?> clazz,
String name,
Class<?>... parameterTypes) |
JDBCApi.DriverClass |
getDriver() |
JDBCDriverClass |
getJDBCDriverClass() |
JDBCApi.PreparedStatementClass |
getPreparedStatement() |
JDBCApi.StatementClass |
getStatement() |
public final JDBCDriverClass jdbcDriverClass
public DefaultJDBCApi(JDBCDriverClass jdbcDriverClass)
public JDBCDriverClass getJDBCDriverClass()
getJDBCDriverClass in interface JDBCApipublic JDBCApi.DriverClass getDriver()
public JDBCApi.ConnectionClass getConnection()
getConnection in interface JDBCApipublic JDBCApi.StatementClass getStatement()
getStatement in interface JDBCApipublic JDBCApi.PreparedStatementClass getPreparedStatement()
getPreparedStatement in interface JDBCApipublic JDBCApi.CallableStatementClass getCallableStatement()
getCallableStatement in interface JDBCApiCopyright © 2012–2021 Naver Corporation. All rights reserved.