Searched defs:column_decltype (Results 1 – 5 of 5) sorted by relevance
263 public native String column_decltype(int col) throws SQLite.Exception; in column_decltype() method in Stmt
67 pub fn column_decltype(&self, idx: usize) -> Option<&CStr> { in column_decltype() method
60 const char * (*column_decltype)(sqlite3_stmt*,int i); member