Searched defs:column_type (Results 1 – 6 of 6) sorted by relevance
23 def AddColumn(self, name, column_type): argument
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
73 int (*column_type)(sqlite3_stmt*,int iCol); member