当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
JDBCParameterSetter.JDBCAbstractParameterSetter (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.jdbc
Class JDBCParameterSetter.JDBCAbstractParameterSetter
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc.JDBCParameterSetter.JDBCAbstractParameterSetter
- All Implemented Interfaces:
- JDBCParameterSetter
- Enclosing class:
- JDBCParameterSetter
- public abstract static class JDBCParameterSetter.JDBCAbstractParameterSetter
- extends Object
- implements JDBCParameterSetter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCParameterSetter.JDBCAbstractParameterSetter
public JDBCParameterSetter.JDBCAbstractParameterSetter()
set
public void set(PreparedStatement ps,
int index,
int jdbcType,
Object value,
org.jboss.logging.Logger log)
throws SQLException
- Description copied from interface:
JDBCParameterSetter
- Sets a parameter of a specific JDBC type.
- Specified by:
set
in interface JDBCParameterSetter
- Parameters:
ps
- the java.sql.PreparedStatement to set parameter onindex
- the index of the parameterjdbcType
- the JDBC type of the parameter as defined by java.sql.Typesvalue
- parameter valuelog
- the logger
- Throws:
SQLException
setNotNull
protected abstract void setNotNull(PreparedStatement ps,
int index,
int jdbcType,
Object value,
org.jboss.logging.Logger log)
throws SQLException
- Throws:
SQLException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.