89 col = sv->
cols[ col - 1 ];
102 TRACE(
"%p %d %d %p\n", sv,
row, col, stm );
110 col = sv->
cols[ col - 1 ];
150 expanded_mask |= (1<<(sv->
cols[
i]-1));
230 TRACE(
"%p %d %p %p %p %p\n", sv,
n,
name,
type, temporary, table_name );
243 if (temporary) *temporary =
FALSE;
244 if (table_name) *table_name =
L"";
248 type, temporary, table_name );
265 ERR(
"Failed to get column information: %d\n",
r);
290 ERR(
"Failed to modify record: %d\n",
r);
392 if( !
table->ops->get_dimensions )
394 if( !
table->ops->get_column_info )
400 if ( !
name[0] )
n = 0;
409 TRACE(
"Translating column %s from %d -> %d\n",
420 for (
n = 0; col; col = col->next)
451 columns = columns->next;
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
#define ERROR_INVALID_PARAMETER
int msiobj_release(MSIOBJECTHDR *info)
static UINT SELECT_get_dimensions(struct tagMSIVIEW *view, UINT *rows, UINT *cols)
static UINT SELECT_close(struct tagMSIVIEW *view)
UINT msi_select_update(MSIVIEW *view, MSIRECORD *rec, UINT row)
static const MSIVIEWOPS select_ops
static UINT SELECT_execute(struct tagMSIVIEW *view, MSIRECORD *record)
static UINT SELECT_AddColumn(struct select_view *sv, const WCHAR *name, const WCHAR *table_name)
static UINT SELECT_fetch_int(struct tagMSIVIEW *view, UINT row, UINT col, UINT *val)
static UINT translate_record(struct select_view *sv, MSIRECORD *in, MSIRECORD **out)
static UINT SELECT_insert_row(struct tagMSIVIEW *view, MSIRECORD *record, UINT row, BOOL temporary)
static UINT SELECT_modify(struct tagMSIVIEW *view, MSIMODIFY mode, MSIRECORD *rec, UINT row)
UINT SELECT_CreateView(MSIDATABASE *db, MSIVIEW **view, MSIVIEW *table, const column_info *columns)
static UINT SELECT_fetch_stream(struct tagMSIVIEW *view, UINT row, UINT col, IStream **stm)
static UINT SELECT_get_column_info(struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name)
static UINT SELECT_delete(struct tagMSIVIEW *view)
static UINT SELECT_set_row(struct tagMSIVIEW *view, UINT row, MSIRECORD *rec, UINT mask)
static int select_count_columns(const column_info *col)
struct png_info_def *typedef unsigned char **typedef struct png_info_def *typedef struct png_info_def *typedef struct png_info_def *typedef unsigned char ** row
GLuint GLuint GLsizei GLenum type
GLuint GLuint GLsizei count
GLdouble GLdouble GLdouble r
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
int MSI_RecordGetInteger(MSIRECORD *, UINT)
UINT MSI_RecordGetIStream(MSIRECORD *, UINT, IStream **)
const WCHAR * msi_record_get_string(const MSIRECORD *, UINT, int *)
#define MSITYPE_IS_BINARY(type)
UINT VIEW_find_column(MSIVIEW *, LPCWSTR, LPCWSTR, UINT *)
UINT MSI_RecordCopyField(MSIRECORD *, UINT, MSIRECORD *, UINT)
MSIRECORD * MSI_CreateRecord(UINT)
UINT msi_view_refresh_row(MSIDATABASE *db, MSIVIEW *view, UINT row, MSIRECORD *rec)
@ MSIMODIFY_INSERT_TEMPORARY
#define offsetof(TYPE, MEMBER)
UINT(* insert_row)(struct tagMSIVIEW *view, MSIRECORD *record, UINT row, BOOL temporary)
UINT(* set_row)(struct tagMSIVIEW *view, UINT row, MSIRECORD *rec, UINT mask)
UINT(* set_stream)(struct tagMSIVIEW *view, UINT row, UINT col, IStream *stream)
UINT(* fetch_int)(struct tagMSIVIEW *view, UINT row, UINT col, UINT *val)
UINT(* set_string)(struct tagMSIVIEW *view, UINT row, UINT col, const WCHAR *val, int len)
UINT(* fetch_stream)(struct tagMSIVIEW *view, UINT row, UINT col, IStream **stm)
UINT(* modify)(struct tagMSIVIEW *view, MSIMODIFY eModifyMode, MSIRECORD *record, UINT row)
UINT(* close)(struct tagMSIVIEW *view)
UINT(* get_dimensions)(struct tagMSIVIEW *view, UINT *rows, UINT *cols)
UINT(* execute)(struct tagMSIVIEW *view, MSIRECORD *record)
UINT(* get_column_info)(struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name)
UINT(* set_int)(struct tagMSIVIEW *view, UINT row, UINT col, int val)
UINT(* delete)(struct tagMSIVIEW *)
#define ERROR_FUNCTION_FAILED