Home
last modified time | relevance | path

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

/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/erlang/
H A Dsqlrelay.erl.in224 cacheToFile(Filename) when is_list(Filename) -> call_port({cacheToFile, Filename}). function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/tcl/
H A DsqlrcurCmd.tcl61 proc cacheToFile {filename} procedure
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/java/com/firstworks/sqlrelay/
H A DSQLRCursor.java58 public native void cacheToFile(String filename); in cacheToFile() method in SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/python/
H A DPySQLRClient.py510 def cacheToFile(self, filename): member in sqlrcursor
H A DCSQLRelay.cpp611 static PyObject *cacheToFile(PyObject *self, PyObject *args) { in cacheToFile() function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/nodejs/
H A Dsqlrelay.cpp1092 RET SQLRCursor::cacheToFile(const ARGS &args) { in cacheToFile() function in SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/cs/
H A DSQLRCursor.cs114 public void cacheToFile(String filename) in cacheToFile() method in SQLRClient.SQLRCursor
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/
H A Dsqlrcursor.cpp546 void sqlrcursor::cacheToFile(const char *filename) { in cacheToFile() function in sqlrcursor