mmappcomponents/mmmtpdataprovider/inc/mmmtpvideodbdefs.h
branchRCL_3
changeset 14 05b0d2323768
parent 0 a2952bb97e68
child 17 780c925249c1
equal deleted inserted replaced
9:bee149131e4b 14:05b0d2323768
    57 _LIT( KMtpVideoDRM,                  "DRM" );
    57 _LIT( KMtpVideoDRM,                  "DRM" );
    58 
    58 
    59 _LIT( KMtpVideoDeleted,              "Deleted" );
    59 _LIT( KMtpVideoDeleted,              "Deleted" );
    60 
    60 
    61 // field type
    61 // field type
    62 _LIT( KMtpVideoLocationType,         " CHAR (255) NOT NULL" );
    62 _LIT( KMtpVideoLocationType,         " LONG VARCHAR NOT NULL" );
    63 _LIT( KMtpVideoNameType,             " LONG VARCHAR" );
    63 _LIT( KMtpVideoNameType,             " LONG VARCHAR" );
    64 _LIT( KMtpVideoArtistType,           " LONG VARCHAR" );
    64 _LIT( KMtpVideoArtistType,           " LONG VARCHAR" );
    65 _LIT( KMtpVideoTrackType,            " UNSIGNED SMALLINT" );
    65 _LIT( KMtpVideoTrackType,            " UNSIGNED SMALLINT" );
    66 _LIT( KMtpVideoGenreType,            " LONG VARCHAR" );
    66 _LIT( KMtpVideoGenreType,            " LONG VARCHAR" );
    67 _LIT( KMtpVideoAlbumNameType,        " LONG VARCHAR" );
    67 _LIT( KMtpVideoAlbumNameType,        " LONG VARCHAR" );