I mean function, that creates via sqliteCreateFunction() method of PDO instance object.
One way that I have found, it's just adding a sqliteCreateFunction() method call directly into SqliteAdapter adapter class.
Is there any ways to access PDO instance object via static interfaces to extend SQLite functionality?
Subject: How best to add SQLite function?
I mean function, that creates via sqliteCreateFunction() method of PDO instance object.
One way that I have found, it's just adding a sqliteCreateFunction() method call directly into SqliteAdapter adapter class.
Is there any ways to access PDO instance object via static interfaces to extend SQLite functionality?