Methods in com.webobjects.jdbcadaptor with parameters of type JDBCChannel |
NSArray |
OraclePlugIn.newPrimaryKeys(int count,
EOEntity entity,
JDBCChannel channel)
|
void |
OraclePlugIn.updateLOBs(JDBCChannel channel,
JDBCExpression expression,
NSDictionary row,
EOEntity entity)
|
NSArray |
JDBCPlugIn.newPrimaryKeys(int count,
EOEntity entity,
JDBCChannel channel)
Generates a batch of new primary keys for
entity . |
EOStoredProcedure |
JDBCPlugIn.storedProcedureNamed(String spName,
JDBCChannel channel,
NSDictionary jdbcTypeDictionary)
Deprecated. |
void |
JDBCPlugIn.updateLOBs(JDBCChannel channel,
JDBCExpression expr,
NSDictionary row,
EOEntity entity)
Update LOBs (BLOBs and CLOBs). |