org.jclarion.clarion.runtime
Class ViewObjectBindProcedure

java.lang.Object
  extended by org.jclarion.clarion.BindProcedure
      extended by org.jclarion.clarion.runtime.ObjectBindProcedure
          extended by org.jclarion.clarion.runtime.ViewObjectBindProcedure

public class ViewObjectBindProcedure
extends ObjectBindProcedure

Special type of bind - it is a SQLFile parameter which has a known SQL column name and SQL column type

Author:
barney

Field Summary
 java.lang.String sqlColumn
           
 int sqlType
           
 
Constructor Summary
ViewObjectBindProcedure(ClarionObject value, java.lang.String sqlColumn, int sqlType)
           
 
Method Summary
 
Methods inherited from class org.jclarion.clarion.runtime.ObjectBindProcedure
execute, isProcedure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sqlColumn

public java.lang.String sqlColumn

sqlType

public int sqlType
Constructor Detail

ViewObjectBindProcedure

public ViewObjectBindProcedure(ClarionObject value,
                               java.lang.String sqlColumn,
                               int sqlType)


Copyright © 2010. All Rights Reserved.