Searched refs:schema (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/test-runner/src/android/test/ |
D | DatabaseTestUtils.java | 39 Set<String> schema = getSchemaSet(db); in assertSchemaEquals() local 40 MoreAsserts.assertEquals(expectedSchema, schema); in assertSchemaEquals()
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 50 <p>One of the main principles of SQL databases is the schema: a formal 51 declaration of how the database is organized. The schema is reflected in the SQL 54 the layout of your schema in a systematic and self-documenting way.</p> 149 // If you change the database schema, you must increment the database version.
|
/frameworks/base/docs/html/tools/help/ |
D | sqlite3.jd | 9 such as <code>.dump</code> to print out the contents of a table and <code>.schema</code> to print
|
D | adb.jd | 1107 <code>.schema</code> to print the SQL CREATE statement for an existing table.
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 41 telephone numbers, so the schema described isn't strictly required 44 schema or are unsure whether it can be handled, use the {@link
|
D | g-app-intents.jd | 50 telephone numbers, so the schema described isn't strictly required 53 schema or are unsure whether it can be handled, use the {@link
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 111 private static final HTMLSchema schema = new HTMLSchema(); field in Html.HtmlParser 127 parser.setProperty(Parser.schemaProperty, HtmlParser.schema); in fromHtml()
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-creating.jd | 260 You can also use a BLOB to implement a <em>schema-independent</em> table. In 265 {@link android.provider.ContactsContract.Data} is an example of a schema-independent 609 schema.
|
D | document-provider.jd | 64 The document provider schema is based on a traditional file hierarchy,
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex1.jd | 89 string defined, which is used to create a new database schema if one doesn't exist already.</p>
|
/frameworks/base/docs/html/guide/faq/ |
D | commontasks.jd | 190 and a URI data string starting with "http://" schema:</p>
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1253 # The XML_SCHEMA tag can be used to specify an XML schema,
|
/frameworks/base/api/ |
D | current.txt | 51992 ….lang.String APACHE_SCHEMA_VALIDATION_FEATURE = "http://apache.org/xml/features/validation/schema";
|