Home
last modified time | relevance | path

Searched defs:getTableSchema (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/models/
H A DFakeItemWithBinaryKey.java36 public static StaticTableSchema<FakeItemWithBinaryKey> getTableSchema() { in getTableSchema() method in FakeItemWithBinaryKey
H A DFakeItemComposedSubclass2.java35 public static StaticTableSchema<FakeItemComposedSubclass2> getTableSchema() { in getTableSchema() method in FakeItemComposedSubclass2
H A DFakeItemComposedSubclass.java34 public static StaticTableSchema<FakeItemComposedSubclass> getTableSchema() { in getTableSchema() method in FakeItemComposedSubclass
H A DFakeItemWithByteBufferKey.java38 public static StaticTableSchema<FakeItemWithByteBufferKey> getTableSchema() { in getTableSchema() method in FakeItemWithByteBufferKey
H A DFakeItemComposedClass.java44 public static StaticTableSchema<FakeItemComposedClass> getTableSchema() { in getTableSchema() method in FakeItemComposedClass
H A DFakeItemWithNumericSort.java56 public static StaticTableSchema<FakeItemWithNumericSort> getTableSchema() { in getTableSchema() method in FakeItemWithNumericSort
H A DFakeItem.java62 public static TableSchema<FakeItem> getTableSchema() { in getTableSchema() method in FakeItem
H A DFakeItemWithSort.java65 public static StaticTableSchema<FakeItemWithSort> getTableSchema() { in getTableSchema() method in FakeItemWithSort
H A DFakeItemWithIndices.java73 public static StaticTableSchema<FakeItemWithIndices> getTableSchema() { in getTableSchema() method in FakeItemWithIndices
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/databasemigration/src/com/android/adservices/data/
DSqliteSchemaExtractor.java30 static Map<String, Map<String, SqliteColumnInfo>> getTableSchema(SupportSQLiteDatabase db) { in getTableSchema() method in SqliteSchemaExtractor