org.jclarion.clarion.runtime
Class SQLBindProcedure

java.lang.Object
  extended by org.jclarion.clarion.BindProcedure
      extended by org.jclarion.clarion.runtime.SQLBindProcedure

public abstract class SQLBindProcedure
extends BindProcedure

A bind procedure that has a SQL analogue

Author:
barney

Constructor Summary
SQLBindProcedure(java.lang.String name, CExprType returnType, CExprType... paramTypes)
           
 
Method Summary
 boolean generateString(java.lang.StringBuilder out, boolean strict, CExpr[] params)
           
 CExprType getReturnType()
           
 
Methods inherited from class org.jclarion.clarion.BindProcedure
execute, isProcedure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLBindProcedure

public SQLBindProcedure(java.lang.String name,
                        CExprType returnType,
                        CExprType... paramTypes)
Method Detail

generateString

public boolean generateString(java.lang.StringBuilder out,
                              boolean strict,
                              CExpr[] params)

getReturnType

public CExprType getReturnType()


Copyright © 2010. All Rights Reserved.