|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.broker.platforms.PlatformDefaultImpl
This class is a concrete implementation of Platform
. Provides default implementations for all
methods declared in Platform
.
It is intended as a vanilla implementation and as baseclass for
platform specific implementations.
Constructor Summary | |
PlatformDefaultImpl()
|
Method Summary | |
void |
initializeJdbcConnection(java.sql.Connection conn)
callback called immediately after a JDBC Connection has been obtained in ... |
void |
setNullForStatement(java.sql.PreparedStatement ps,
int index,
int sqlType)
some JDBC-Drivers do not support all sqlTypes this callback is used set parameters to a PreparedStatement |
void |
setObjectForStatement(java.sql.PreparedStatement ps,
int index,
java.lang.Object value,
int sqlType)
some JDBC-Drivers do not support all sqlTypes this callback is used set parameters to a PreparedStatement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PlatformDefaultImpl()
Method Detail |
public void initializeJdbcConnection(java.sql.Connection conn)
Platform
initializeJdbcConnection
in interface Platform
Platform.initializeJdbcConnection(Connection)
public void setObjectForStatement(java.sql.PreparedStatement ps, int index, java.lang.Object value, int sqlType) throws java.sql.SQLException
Platform
setObjectForStatement
in interface Platform
java.sql.SQLException
public void setNullForStatement(java.sql.PreparedStatement ps, int index, int sqlType) throws java.sql.SQLException
Platform
setNullForStatement
in interface Platform
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |