|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclarion.clarion.BindProcedure
org.jclarion.clarion.runtime.ObjectBindProcedure
org.jclarion.clarion.runtime.ViewObjectBindProcedure
public class ViewObjectBindProcedure
Special type of bind - it is a SQLFile parameter which has a known SQL column name and SQL column type
| 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 |
|---|
public java.lang.String sqlColumn
public int sqlType
| Constructor Detail |
|---|
public ViewObjectBindProcedure(ClarionObject value,
java.lang.String sqlColumn,
int sqlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||