Searched defs:getTableSchema (Results 1 – 10 of 10) sorted by relevance
36 public static StaticTableSchema<FakeItemWithBinaryKey> getTableSchema() { in getTableSchema() method in FakeItemWithBinaryKey
35 public static StaticTableSchema<FakeItemComposedSubclass2> getTableSchema() { in getTableSchema() method in FakeItemComposedSubclass2
34 public static StaticTableSchema<FakeItemComposedSubclass> getTableSchema() { in getTableSchema() method in FakeItemComposedSubclass
38 public static StaticTableSchema<FakeItemWithByteBufferKey> getTableSchema() { in getTableSchema() method in FakeItemWithByteBufferKey
44 public static StaticTableSchema<FakeItemComposedClass> getTableSchema() { in getTableSchema() method in FakeItemComposedClass
56 public static StaticTableSchema<FakeItemWithNumericSort> getTableSchema() { in getTableSchema() method in FakeItemWithNumericSort
62 public static TableSchema<FakeItem> getTableSchema() { in getTableSchema() method in FakeItem
65 public static StaticTableSchema<FakeItemWithSort> getTableSchema() { in getTableSchema() method in FakeItemWithSort
73 public static StaticTableSchema<FakeItemWithIndices> getTableSchema() { in getTableSchema() method in FakeItemWithIndices
30 static Map<String, Map<String, SqliteColumnInfo>> getTableSchema(SupportSQLiteDatabase db) { in getTableSchema() method in SqliteSchemaExtractor