Home
last modified time | relevance | path

Searched defs:SQLRCursor (Results 1 – 4 of 4) sorted by relevance

/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/java/com/firstworks/sqlrelay/
H A DSQLRCursor.java5 public class SQLRCursor { class
11 public SQLRCursor(SQLRConnection con) { in SQLRCursor() method in SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/python/
H A DPySQLRDB.py.in121 class SQLRCursor: class
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/cs/
H A DSQLRCursor.cs12 public class SQLRCursor : IDisposable class
17 public SQLRCursor(SQLRConnection conn) in SQLRCursor() method in SQLRClient.SQLRCursor
22 private SQLRCursor(IntPtr sqlrcurref) in SQLRCursor() method in SQLRClient.SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/nodejs/
H A Dsqlrelay.cpp189 class SQLRCursor : public ObjectWrap { class
981 SQLRCursor::SQLRCursor() { in SQLRCursor() function in SQLRCursor