This method returns the collation used by #__content.fulltext; it is possible that the
collation may differ elsewhere in the database. This method only works if the database
supports UTF-8.
Returns Collation name
static getConnectors( ) : array
Gets an array of the names of database drivers supported in the current environment.
Returns Array of available driver names
getEscaped( text : string ) : string
Escapes a string for use as a value in a query.
Parameters text String to escape
Returns Escaped string
getErrorMsg( escaped : boolean=false ) : string
Gets the error message from the last query. If no error was encountered returns an
empty string.
Parameters [escaped] Escape the message with slashes
Returns Error message from the last query
getErrorNum( ) : int
Gets the error number from the last query. If no error was encountered, returns 0 (zero).
Returns Error number from the last query
static &getInstance( options : array=array() ) : JDatabase
Gets a global instance of JDatabase, creating it if it does not already exist.
Pages:
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615