Home
last modified time | relevance | path

Searched defs:endOfResultSet (Results 1 – 8 of 8) sorted by relevance

/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/erlang/
H A Dsqlrelay.erl.in394 endOfResultSet() -> call_port({endOfResultSet}). function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/tcl/
H A DsqlrcurCmd.tcl280 proc endOfResultSet {} procedure
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/java/com/firstworks/sqlrelay/
H A DSQLRCursor.java272 public native boolean endOfResultSet(); in endOfResultSet() method in SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/python/
H A DPySQLRClient.py866 def endOfResultSet(self): member in sqlrcursor
H A DCSQLRelay.cpp1210 static PyObject *endOfResultSet(PyObject *self, PyObject *args) { in endOfResultSet() function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/nodejs/
H A Dsqlrelay.cpp1836 RET SQLRCursor::endOfResultSet(const ARGS &args) { in endOfResultSet() function in SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/cs/
H A DSQLRCursor.cs555 public Boolean endOfResultSet() in endOfResultSet() method in SQLRClient.SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/
H A Dsqlrcursor.cpp6082 bool sqlrcursor::endOfResultSet() { in endOfResultSet() function in sqlrcursor