Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: client/dom/generated/src/frog/SQLException.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class _SQLExceptionJs extends _DOMTypeJs implements SQLException native "*SQLExc eption" {
3
4 static final int CONSTRAINT_ERR = 6;
5
6 static final int DATABASE_ERR = 1;
7
8 static final int QUOTA_ERR = 4;
9
10 static final int SYNTAX_ERR = 5;
11
12 static final int TIMEOUT_ERR = 7;
13
14 static final int TOO_LARGE_ERR = 3;
15
16 static final int UNKNOWN_ERR = 0;
17
18 static final int VERSION_ERR = 2;
19
20 final int code;
21
22 final String message;
23 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SQLError.dart ('k') | client/dom/generated/src/frog/SQLResultSet.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698