public class JDBCOracleCreateCommand extends JDBCIdentityColumnCreateCommand
pkField, pkSQLcreateAllowed, debug, entity, exceptionProcessor, insertAfterEjbPostCreate, insertFields, insertSQL, log, securityManager, trace| Constructor and Description |
|---|
JDBCOracleCreateCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx) |
void |
init(JDBCStoreManager manager) |
protected void |
initEntityCommand(JDBCEntityCommandMetaData entityCommand) |
protected void |
initInsertSQL() |
protected PreparedStatement |
prepareStatement(Connection c,
String sql,
CmpEntityBeanContext ctx) |
initGeneratedFields, isInsertField, processExceptionafterInsert, beforeInsert, checkCreateAllowed, execute, generateFields, getGeneratedPKField, getPrimaryKey, initInsertFields, performInsertpublic void init(JDBCStoreManager manager)
init in interface JDBCCreateCommandinit in class JDBCAbstractCreateCommandprotected void initEntityCommand(JDBCEntityCommandMetaData entityCommand)
initEntityCommand in class JDBCAbstractCreateCommandprotected void initInsertSQL()
initInsertSQL in class JDBCAbstractCreateCommandprotected PreparedStatement prepareStatement(Connection c, String sql, CmpEntityBeanContext ctx) throws SQLException
prepareStatement in class JDBCAbstractCreateCommandSQLExceptionprotected int executeInsert(int paramIndex,
PreparedStatement ps,
CmpEntityBeanContext ctx)
throws SQLException
executeInsert in class JDBCIdentityColumnCreateCommandSQLExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.