Home
last modified time | relevance | path

Searched defs:tableName (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/support/room/migration/src/main/java/android/arch/persistence/room/migration/bundle/
DBundleUtil.java33 static String replaceTableName(String contents, String tableName) { in replaceTableName()
DIndexBundle.java65 public String create(String tableName) { in create()
DEntityBundle.java68 public EntityBundle(String tableName, String createSql, in EntityBundle()
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/parser/
DSqlParser.kt90 val tableName = ctx.table_name()?.text in visitCommon_table_expression() constant
98 val tableName = ctx.table_name()?.text in visitTable_or_subquery() constant
/frameworks/support/room/common/src/main/java/android/arch/persistence/room/
DEntity.java78 String tableName() default ""; in tableName() method
/frameworks/support/room/integration-tests/kotlintestapp/schemas/android.arch.persistence.room.integration.kotlintestapp.migration.MigrationDbKotlin/
D5.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
64 "tableName": "Entity3", string
D4.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
64 "tableName": "Entity3", string
D2.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
D7.json8 "tableName": "Entity1", string
43 "tableName": "Entity2", string
75 "tableName": "Entity4", string
D6.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
D3.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
D1.json8 "tableName": "Entity1", string
/frameworks/support/room/integration-tests/testapp/schemas/android.arch.persistence.room.integration.testapp.migration.MigrationDb/
D5.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
65 "tableName": "Entity3", string
D4.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
65 "tableName": "Entity3", string
D2.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
D7.json8 "tableName": "Entity1", string
43 "tableName": "Entity2", string
75 "tableName": "Entity4", string
D3.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
D6.json8 "tableName": "Entity1", string
33 "tableName": "Entity2", string
D1.json8 "tableName": "Entity1", string
/frameworks/support/room/integration-tests/kotlintestapp/schemas/android.arch.persistence.room.integration.kotlintestapp.BooksDatabase/
D1.json8 "tableName": "Book", string
52 "tableName": "Author", string
78 "tableName": "Publisher", string
104 "tableName": "BookAuthor", string
/frameworks/support/room/runtime/src/main/java/android/arch/persistence/room/
DInvalidationTracker.java133 final String tableName = tableNames[id].toLowerCase(Locale.US); in InvalidationTracker() local
167 private static void appendTriggerName(StringBuilder builder, String tableName, in appendTriggerName()
176 final String tableName = mTableNames[tableId]; in stopTrackingTable() local
187 final String tableName = mTableNames[tableId]; in startTrackingTable() local
/frameworks/support/room/integration-tests/kotlintestapp/schemas/android.arch.persistence.room.integration.kotlintestapp.TestDatabase/
D1.json8 "tableName": "Book", string
52 "tableName": "Author", string
90 "tableName": "Publisher", string
116 "tableName": "BookAuthor", string
/frameworks/support/room/runtime/src/main/java/android/arch/persistence/room/util/
DTableInfo.java74 public static TableInfo read(SupportSQLiteDatabase database, String tableName) { in read()
81 String tableName) { in readForeignKeys()
144 String tableName) { in readColumns()
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
DIndexingTest.java64 public String tableName; field in IndexingTest.IndexInfo
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
DEntity.kt25 class Entity(element: TypeElement, val tableName: String, type: DeclaredType, in <lambda>() constant

12