Home
last modified time | relevance | path

Searched defs:_sql (Results 1 – 25 of 81) sorted by relevance

1234

/dports/databases/py-python-sql/python-sql-1.3.0/sql/
H A Daggregate.py12 _sql = '' variable in Aggregate
133 _sql = 'AVG' variable in Avg
138 _sql = 'BIT_AND' variable in BitAnd
143 _sql = 'BIT_OR' variable in BitOr
153 _sql = 'BOOL_OR' variable in BoolOr
158 _sql = 'COUNT' variable in Count
171 _sql = 'EVERY' variable in Every
176 _sql = 'MAX' variable in Max
181 _sql = 'MIN' variable in Min
186 _sql = 'Stddev' variable in Stddev
[all …]
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/database/
H A DProfiledConnection.java398 private static String removeQueryValues(String _sql) { in removeQueryValues()
570 private static String reformatQuery(String _sql) { in reformatQuery()
835 public boolean execute(String _sql) throws SQLException { in execute()
882 public ResultSet executeQuery(String _sql) throws SQLException { in executeQuery()
905 public int executeUpdate(String _sql) throws SQLException { in executeUpdate()
1040 public boolean execute(String _sql) throws SQLException { in execute()
1087 public ResultSet executeQuery(String _sql) throws SQLException { in executeQuery()
1110 public int executeUpdate(String _sql) throws SQLException { in executeUpdate()
/dports/databases/p5-DBIx-DataSource/DBIx-DataSource-0.02/DataSource/
H A DDriver.pm71 sub _sql { subroutine
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DView.php34 private $_sql; variable in Doctrine\\DBAL\\Schema\\View
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DNativeQuery.php33 private $_sql; variable in Doctrine\\ORM\\NativeQuery
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Schema/
H A DView.php38 private $_sql; variable in Doctrine\\DBAL\\Schema\\View
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DView.php34 private $_sql; variable in Doctrine\\DBAL\\Schema\\View
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/
H A DNativeQuery.php33 private $_sql; variable in Doctrine\\ORM\\NativeQuery
/dports/textproc/openfts/Search-OpenFTS-0.40/
H A DOpenFTS.pm191 sub _sql { subroutine
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/dbi/
H A DU2SqlHelpers.cpp87 SQLiteQuery::SQLiteQuery(const QString &_sql, DbRef *d, U2OpStatus &_os) in SQLiteQuery()
96 SQLiteQuery::SQLiteQuery(const QString &_sql, qint64 offset, qint64 count, DbRef *d, U2OpStatus &_o… in SQLiteQuery()
467 SQLiteReadQuery::SQLiteReadQuery(const QString &_sql, DbRef *d, U2OpStatus &_os) in SQLiteReadQuery()
471 SQLiteReadQuery::SQLiteReadQuery(const QString &_sql, qint64 offset, qint64 count, DbRef *d, U2OpSt… in SQLiteReadQuery()
482 SQLiteWriteQuery::SQLiteWriteQuery(const QString &_sql, DbRef *d, U2OpStatus &_os) in SQLiteWriteQuery()
486 SQLiteWriteQuery::SQLiteWriteQuery(const QString &_sql, qint64 offset, qint64 count, DbRef *d, U2Op… in SQLiteWriteQuery()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/
H A DSchemaAlterTableEventArgs.php47 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableEventArgs
H A DSchemaDropTableEventArgs.php47 private $_sql = null; variable in Doctrine\\DBAL\\Event\\SchemaDropTableEventArgs
H A DSchemaAlterTableAddColumnEventArgs.php53 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableAddColumnEventArgs
H A DSchemaAlterTableChangeColumnEventArgs.php53 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableChangeColumnEventArgs
H A DSchemaAlterTableRemoveColumnEventArgs.php53 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableRemoveColumnEventArgs
H A DSchemaCreateTableColumnEventArgs.php53 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaCreateTableColumnEventArgs
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/connectivity/tools/sdb/
H A DConnection.java70 XPreparedStatement prepareStatement( String _sql ) throws SQLException in prepareStatement()
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Event/
H A DSchemaDropTableEventArgs.php48 private $_sql = null; variable in Doctrine\\DBAL\\Event\\SchemaDropTableEventArgs
H A DSchemaAlterTableEventArgs.php49 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableEventArgs
H A DSchemaAlterTableChangeColumnEventArgs.php54 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableChangeColumnEventArgs
H A DSchemaAlterTableRemoveColumnEventArgs.php54 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableRemoveColumnEventArgs
H A DSchemaAlterTableAddColumnEventArgs.php54 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableAddColumnEventArgs
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/tools/sdb/
H A DConnection.java70 XPreparedStatement prepareStatement( String _sql ) throws SQLException in prepareStatement()
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Event/
H A DSchemaDropTableEventArgs.php47 private $_sql = null; variable in Doctrine\\DBAL\\Event\\SchemaDropTableEventArgs
H A DSchemaAlterTableEventArgs.php47 private $_sql = array(); variable in Doctrine\\DBAL\\Event\\SchemaAlterTableEventArgs

1234