Home
last modified time | relevance | path

Searched defs:getBindVariableDelimiterQuestionMarkSupported (Results 1 – 12 of 12) sorted by relevance

/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/tcl/
H A DsqlrconCmd.tcl56 proc getBindVariableDelimiterQuestionMarkSupported {} procedure
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/java/com/firstworks/sqlrelay/
H A DSQLRConnection.java67 public native boolean getBindVariableDelimiterQuestionMarkSupported(); in getBindVariableDelimiterQuestionMarkSupported() method in SQLRConnection
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/erlang/
H A Dsqlrelay.erl.in110 getBindVariableDelimiterQuestionMarkSupported() -> call_port({getBindVariableDelimiterQuestionMarkS… function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/java/
H A Dcom_firstworks_sqlrelay_SQLRConnection.cpp133 JNIEXPORT jboolean getBindVariableDelimiterQuestionMarkSupported in getBindVariableDelimiterQuestionMarkSupported() function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/cs/
H A DSQLRConnection.cs90 public Boolean getBindVariableDelimiterQuestionMarkSupported() in getBindVariableDelimiterQuestionMarkSupported() method in SQLRClient.SQLRConnection
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/
H A Dsqlrconnection.cpp2084 bool sqlrconnection::getBindVariableDelimiterQuestionMarkSupported() { in getBindVariableDelimiterQuestionMarkSupported() function in sqlrconnection
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/php/
H A Dsql_relay.doc.php52 function getBindVariableDelimiterQuestionMarkSupported(){} function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/configs/
H A Dxmldom.cpp746 bool sqlrconfig_xmldom::getBindVariableDelimiterQuestionMarkSupported() { in getBindVariableDelimiterQuestionMarkSupported() function in sqlrconfig_xmldom
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/python/
H A DPySQLRClient.py79 def getBindVariableDelimiterQuestionMarkSupported(self): member in sqlrconnection
H A DCSQLRelay.cpp124 static PyObject *getBindVariableDelimiterQuestionMarkSupported( in getBindVariableDelimiterQuestionMarkSupported() function
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/nodejs/
H A Dsqlrelay.cpp437 RET SQLRConnection::getBindVariableDelimiterQuestionMarkSupported( in getBindVariableDelimiterQuestionMarkSupported() function in SQLRConnection
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/ruby/
H A Dsqlrelay.cpp129 static VALUE getBindVariableDelimiterQuestionMarkSupported(VALUE self) { in getBindVariableDelimiterQuestionMarkSupported() function