Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DDatabaseTestUtils.java39 Set<String> schema = getSchemaSet(db); in assertSchemaEquals() local
40 MoreAsserts.assertEquals(expectedSchema, schema); in assertSchemaEquals()
/frameworks/base/docs/html/training/basics/data-storage/
Ddatabases.jd50 <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/
Dsqlite3.jd9 such as <code>.dump</code> to print out the contents of a table and <code>.schema</code> to print
Dadb.jd1107 <code>.schema</code> to print the SQL CREATE statement for an existing table.
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd41 telephone numbers, so the schema described isn't strictly required
44 schema or are unsure whether it can be handled, use the {@link
Dg-app-intents.jd50 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/
DHtml.java111 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/
Dcontent-provider-creating.jd260 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.
Ddocument-provider.jd64 The document provider schema is based on a traditional file hierarchy,
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex1.jd89 string defined, which is used to create a new database schema if one doesn't exist already.</p>
/frameworks/base/docs/html/guide/faq/
Dcommontasks.jd190 and a URI data string starting with &quot;http://&quot; schema:</p>
/frameworks/wilhelm/doc/
DDoxyfile1253 # The XML_SCHEMA tag can be used to specify an XML schema,
/frameworks/base/api/
Dcurrent.txt51992 ….lang.String APACHE_SCHEMA_VALIDATION_FEATURE = "http://apache.org/xml/features/validation/schema";