Uses of Class
com.zendesk.maxwell.schema.Database
-
Packages that use Database Package Description com.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schema -
-
Uses of Database in com.zendesk.maxwell.schema
Methods in com.zendesk.maxwell.schema that return Database Modifier and Type Method Description DatabaseDatabase. copy()DatabaseSchema. findDatabase(String string)DatabaseSchema. findDatabaseOrThrow(String name)DatabaseSchema.FullColumnDef. getDb()Methods in com.zendesk.maxwell.schema that return types with arguments of type Database Modifier and Type Method Description Collection<Database>Schema. getDatabases()Methods in com.zendesk.maxwell.schema with parameters of type Database Modifier and Type Method Description voidSchema. addDatabase(Database d)voidDatabase. diff(List<String> diffs, Database other, String nameA, String nameB)voidSchema. removeDatabase(Database d)Constructors in com.zendesk.maxwell.schema with parameters of type Database Constructor Description FullColumnDef(Database db, Table table, ColumnDef columnDef)Constructor parameters in com.zendesk.maxwell.schema with type arguments of type Database Constructor Description Schema(List<Database> databases, String charset, CaseSensitivity sensitivity)
-