org.jboss.ejb.plugins.cmp.jdbc.metadata
Class JDBCFunctionMappingMetaData
java.lang.Object
org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCFunctionMappingMetaData
public final class JDBCFunctionMappingMetaData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCFunctionMappingMetaData
public JDBCFunctionMappingMetaData(String functionName,
String[] sqlChunks,
int[] parameters)
JDBCFunctionMappingMetaData
public JDBCFunctionMappingMetaData(Element element)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
JDBCFunctionMappingMetaData
public JDBCFunctionMappingMetaData(String functionName,
String sql)
throws org.jboss.deployment.DeploymentException
- Throws:
org.jboss.deployment.DeploymentException
getFunctionName
public String getFunctionName()
getFunctionSql
public StringBuffer getFunctionSql(Object[] args,
StringBuffer buf)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.