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 Database
Database. copy()
Database
Schema. findDatabase(String string)
Database
Schema. findDatabaseOrThrow(String name)
Database
Schema.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 void
Schema. addDatabase(Database d)
void
Database. diff(List<String> diffs, Database other, String nameA, String nameB)
void
Schema. 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)
-