Searched defs:column_type (Results 1 – 5 of 5) sorted by relevance
212 public native int column_type(int col) throws SQLite.Exception; in column_type() method in Stmt
433 const glsl_type *column_type() const in column_type() function
1086 const glsl_type *const column_type = array->type->column_type(); in constant_expression_value() local
75 int (*column_type)(sqlite3_stmt*,int iCol); member