Uses of Class
de.bright_side.bdbexport.bl.DbExporter.ObjectType
| Package | Description |
|---|---|
| de.bright_side.bdbexport.bl | |
| de.bright_side.bdbexport.model |
-
Uses of DbExporter.ObjectType in de.bright_side.bdbexport.bl
Methods in de.bright_side.bdbexport.bl that return DbExporter.ObjectType Modifier and Type Method Description static DbExporter.ObjectTypeDbExporter.ObjectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DbExporter.ObjectType[]DbExporter.ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.bright_side.bdbexport.bl with parameters of type DbExporter.ObjectType Modifier and Type Method Description java.util.List<java.lang.String>DbExporter. getObjectNames(java.sql.Connection connection, DbExporter.ObjectType objectType, java.lang.String catalog, java.lang.String schema)static booleanDbExportUtil. matches(BulkExportRequest exportRequest, DbExporter.ObjectType objectType, java.lang.String objectName) -
Uses of DbExporter.ObjectType in de.bright_side.bdbexport.model
Methods in de.bright_side.bdbexport.model that return DbExporter.ObjectType Modifier and Type Method Description DbExporter.ObjectTypeInternalObjectExportRequest. getObjectType()DbExporter.ObjectTypeObjectExportRequest. getObjectType()Methods in de.bright_side.bdbexport.model that return types with arguments of type DbExporter.ObjectType Modifier and Type Method Description java.util.Set<DbExporter.ObjectType>BulkExportRequest. getObjectTypes()Methods in de.bright_side.bdbexport.model with parameters of type DbExporter.ObjectType Modifier and Type Method Description voidInternalObjectExportRequest. setObjectType(DbExporter.ObjectType objectType)voidObjectExportRequest. setObjectType(DbExporter.ObjectType objectType)Method parameters in de.bright_side.bdbexport.model with type arguments of type DbExporter.ObjectType Modifier and Type Method Description voidBulkExportRequest. setObjectTypes(java.util.Set<DbExporter.ObjectType> objectTypes)if no value is set, all object types are exported