profile method

PtrVoid profile(
  1. PtrSqlite3 arg1,
  2. PtrDefxProfile xProfile,
  3. PtrVoid arg2
)
inherited

Implementation

PtrVoid profile(PtrSqlite3 arg1, PtrDefxProfile xProfile, PtrVoid arg2) {
  return _h_sqlite3_profile(arg1, xProfile, arg2);
}