API17

JDatabaseSQLAzure::getVersion: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
 
m preparing for archive only
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
Get the version of the database connector.  
Get the version of the database connector.  


{{Description:JDatabaseSQLAzure::getVersion}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseSQLAzure::getVersion|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function getVersion ()
public function getVersion ()
Line 16: Line 14:
===See also===
===See also===
* {{JVer|11.1}} '''JDatabaseSQLAzure::getVersion source code''' on [[jplatform:database/database/sqlazure.php#cl-386|BitBucket]]
* {{JVer|11.1}} '''JDatabaseSQLAzure::getVersion source code''' on [[jplatform:database/database/sqlazure.php#cl-386|BitBucket]]
* {{JVer|11.1}} Class [[JDatabaseSQLAzure/11.1|JDatabaseSQLAzure]]
* {{JVer|11.1}} Class [[API17:JDatabaseSQLAzure|JDatabaseSQLAzure]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseSQLAzure::getVersion|Other versions of JDatabaseSQLAzure::getVersion]]
* [[API17:JDatabaseSQLAzure::getVersion|Other versions of JDatabaseSQLAzure::getVersion]]
{{SeeAlso:JDatabaseSQLAzure::getVersion}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseSQLAzure::getVersion|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseSQLAzure::getVersion
category=JDatabaseSQLAzure::getVersion
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
Line 34: Line 30:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDatabaseSQLAzure]][[Category:JDatabaseSQLAzure::getVersion]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:49, 25 March 2017

Joomla 11.1 JDatabaseSQLAzure::getVersion

Description

Get the version of the database connector.


public function getVersion ()
  • Returns string The database connector version.
  • Defined on line 394 of libraries/joomla/database/database/sqlazure.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples