Search for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseBasicSyntaxTestCase::getInfo | function | modules/ |
|
DatabaseCaseSensitivityTestCase::getInfo | function | modules/ |
|
DatabaseConnection::$target | property | includes/ |
The database target this connection is for. |
DatabaseConnection::getConnectionOptions | function | includes/ |
Returns the connection information for this connection object. |
DatabaseConnection::getDriverClass | function | includes/ |
Gets the driver-specific override class if any for the specified class. |
DatabaseConnection::getKey | function | includes/ |
Returns the key this connection is associated with. |
DatabaseConnection::getLogger | function | includes/ |
Gets the current logging object for this connection. |
DatabaseConnection::getTarget | function | includes/ |
Returns the target this connection is associated with. |
DatabaseConnection::getUnprefixedTablesMap | function | includes/ |
Gets a list of individually prefixed table names. |
DatabaseConnection::setTarget | function | includes/ |
Tells this connection object what its target value is. |
DatabaseConnectionTestCase::getInfo | function | modules/ |
|
DatabaseConnection_sqlite::getAttachedDatabases | function | includes/ |
Gets all the attached databases. |
DatabaseDeleteTruncateTestCase::getInfo | function | modules/ |
|
DatabaseEmptyStatementTestCase::getInfo | function | modules/ |
|
DatabaseFetch2TestCase::getInfo | function | modules/ |
|
DatabaseFetchTestCase::getInfo | function | modules/ |
|
DatabaseInsertDefaultsTestCase::getInfo | function | modules/ |
|
DatabaseInsertLOBTestCase::getInfo | function | modules/ |
|
DatabaseInsertTestCase::getInfo | function | modules/ |
|
DatabaseInvalidDataTestCase::getInfo | function | modules/ |
|
DatabaseLog::get | function | includes/ |
Retrieve the query log for the specified logging key so far. |
DatabaseLoggingTestCase::getInfo | function | modules/ |
|
DatabaseLoggingTestCase::testEnableTargetLogging | function | modules/ |
Test that we can log queries against multiple targets on the same connection. |
DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget | function | modules/ |
Test that logs to separate targets collapse to the same connection properly. |
DatabaseMergeTestCase | class | modules/ |
Test the MERGE query builder. |
DatabaseMergeTestCase::getInfo | function | modules/ |
|
DatabaseMergeTestCase::testInvalidMerge | function | modules/ |
Test that an invalid merge query throws an exception like it is supposed to. |
DatabaseMergeTestCase::testMergeInsert | function | modules/ |
Confirm that we can merge-insert a record successfully. |
DatabaseMergeTestCase::testMergeInsertWithoutUpdate | function | modules/ |
Test that we can merge-insert without any update fields. |
DatabaseMergeTestCase::testMergeUpdate | function | modules/ |
Confirm that we can merge-update a record successfully. |
DatabaseMergeTestCase::testMergeUpdateExcept | function | modules/ |
Confirm that we can merge-update a record successfully, with different insert and update. |
DatabaseMergeTestCase::testMergeUpdateExplicit | function | modules/ |
Confirm that we can merge-update a record successfully, with alternate replacement. |
DatabaseMergeTestCase::testMergeUpdateExpression | function | modules/ |
Confirm that we can merge-update a record successfully, with expressions. |
DatabaseMergeTestCase::testMergeUpdateWithoutUpdate | function | modules/ |
Confirm that we can merge-update without any update fields. |
DatabaseNextIdCase::getInfo | function | modules/ |
|
DatabaseQueryTestCase::getInfo | function | modules/ |
|
DatabaseRangeQueryTestCase::getInfo | function | modules/ |
|
DatabaseRegressionTestCase::getInfo | function | modules/ |
|
DatabaseReservedKeywordTestCase::getInfo | function | modules/ |
|
DatabaseSchema::getFieldTypeMap | function | includes/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
DatabaseSchema::getPrefixInfo | function | includes/ |
Get information about the table name and schema from the prefix. |
DatabaseSchema_mysql::getComment | function | includes/ |
Retrieve a table or column comment. |
DatabaseSchema_mysql::getFieldTypeMap | function | includes/ |
Returns a mapping of Drupal schema field names to DB-native field types. |
DatabaseSchema_mysql::getPrefixInfo | function | includes/ |
Get information about the table and database name from the prefix. |
DatabaseSchema_pgsql::getComment | function | includes/ |
Retrieve a table or column comment. |
DatabaseSchema_pgsql::getFieldTypeMap | function | includes/ |
This maps a generic data type in combination with its data size to the engine-specific data type. |
DatabaseSchema_pgsql::getTempNamespaceName | function | includes/ |
Gets PostgreSQL's temporary namespace name. |
DatabaseSchema_sqlite::getFieldTypeMap | function | includes/ |
This maps a generic data type in combination with its data size to the engine-specific data type. |
DatabaseSelectCloneTest::getInfo | function | modules/ |
|
DatabaseSelectComplexTestCase2::getInfo | function | modules/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.