Home
last modified time | relevance | path

Searched refs:getOutputBindBlob (Results 1 – 25 of 66) sorted by relevance

123

/dports/databases/sqlrelay/sqlrelay-1.7.0/doc/programming/parts/
H A Druby-bind-lob-out.rb11 image=cur->getOutputBindBlob("image")
H A Dpython-bind-lob-out.py11 image=cur.getOutputBindBlob('image')
H A Dnodejs-bind-lob-out.js11 var image=cur.getOutputBindBlob("image");
H A Dc++-bind-lob-out.cpp13 char *image=cur->getOutputBindBlob("image"); in main()
H A Dperl-bind-lob-out.pl12 $image=$cur->getOutputBindBlob("image");
H A Dtcl-bind-lob-out.tcl11 set $image [$cur getOutputBindBlob "image"]
H A Djava-bind-lob-out.java15 String image=cur.getOutputBindBlob("image"); in main()
H A Dcs-bind-lob-out.cs18 String image = cur.getOutputBindBlob("image"); in Main()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/tcl/
H A DsqlrcurCmd.tcl221 proc getOutputBindBlob {variable} procedure
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/cs/
H A DSQLRelayCommand.cs566 param.Value = _sqlrcur.getOutputBindBlob(param.ParameterName); in copyOutBindValues()
606 param.Value = _sqlrcur.getOutputBindBlob(param.ParameterName); in copyOutBindValues()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/java/com/firstworks/sqlrelay/
H A DSQLRCursor.java209 public native byte[] getOutputBindBlob(String variable); in getOutputBindBlob() method in SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/python/
H A DPySQLRClient.py769 def getOutputBindBlob(self, variable): member in sqlrcursor
774 return CSQLRelay.getOutputBindBlob(self.cursor, variable)
H A DCSQLRelay.cpp1092 static PyObject *getOutputBindBlob(PyObject *self, PyObject *args) { in getOutputBindBlob() function
1099 rc=((sqlrcursor *)sqlrcur)->getOutputBindBlob(variable); in getOutputBindBlob()
2044 {"getOutputBindBlob", getOutputBindBlob, METH_VARARGS},
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/perl/
H A DCursor.xs336 sqlrcursor::getOutputBindBlob(variable)
339 const char *value=THIS->getOutputBindBlob(variable);
H A DSQLRelay.pm646 $$variable=$cursor->getOutputBindBlob($p);
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/sqlrelay/
H A Dsqlrclient.h689 const char *getOutputBindBlob(const char *variable);
/dports/databases/sqlrelay/sqlrelay-1.7.0/test/erlang/
H A Dtest.erl26 …tOutputBindString/1, getOutputBindInteger/1, getOutputBindDouble/1, getOutputBindBlob/1, getOutput…
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/nodejs/
H A Dsqlrelay.doc.h620 function getOutputBindBlob(var variable);
H A Dsqlrelay.cpp236 static RET getOutputBindBlob(const ARGS &args);
921 getOutputBindBlob); in Init()
1721 RET SQLRCursor::getOutputBindBlob(const ARGS &args) { in getOutputBindBlob() function in SQLRCursor
1727 const char *result=sqlrcur(args)->getOutputBindBlob( in getOutputBindBlob()
/dports/databases/sqlrelay/sqlrelay-1.7.0/test/c++/
H A Dfirebird.cpp182 checkSuccess(cur->getOutputBindBlob("4"),"blob"); in main()
203 checkSuccess(cur->getOutputBindBlob("1"),blobval); in main()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/erlang/
H A Dsqlrelay.erl.in32 -export([getOutputBindString/1, getOutputBindInteger/1, getOutputBindDouble/1, getOutputBindBlob/1,…
361 getOutputBindBlob(Variable) when is_list(Variable) -> function
362 call_port({getOutputBindBlob, Variable}).
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c/
H A Dsqlrclientwrapper.cpp497 return sqlrcurref->getOutputBindBlob(variable); in sqlrcur_getOutputBindBlob()
/dports/databases/sqlrelay/sqlrelay-1.7.0/test/ruby/
H A Doracle.rb686 blobvar=cur.getOutputBindBlob("blobvar")
H A Dtls.rb692 blobvar=cur.getOutputBindBlob("blobvar")
H A Dkrb.rb686 blobvar=cur.getOutputBindBlob("blobvar")

123