Solar_Sql_Adapter_Sqlite2::_splitSchemaIdent()
protected
array
Solar_Sql_Adapter_Sqlite2::_splitSchemaIdent
( string $spec
)
Splits a schema.table
identifier into its component parts.
Inherited from Solar_Sql_Adapter.
Parameters
(string)
$spec
: Thetable
orschema.table
identifier.
Returns
(array) A sequential array where element 0 is the schema and element 1 is the table name.
Description
Splits a schema.table
identifier into its component parts.