|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SourceObject | |
|---|---|
| net.sourceforge.pmd.util.database | |
| Uses of SourceObject in net.sourceforge.pmd.util.database |
|---|
| Methods in net.sourceforge.pmd.util.database that return types with arguments of type SourceObject | |
|---|---|
List<SourceObject> |
DBMSMetadata.getSourceObjectList()
Return all source code objects associated with any associated DBURI. |
List<SourceObject> |
DBMSMetadata.getSourceObjectList(List<String> languages,
List<String> schemas,
List<String> sourceCodeTypes,
List<String> sourceCodeNames)
Return all source code objects associated with the specified languages, schemas, source code types and source code names. |
| Methods in net.sourceforge.pmd.util.database with parameters of type SourceObject | |
|---|---|
Reader |
DBMSMetadata.getSourceCode(SourceObject sourceObject)
Return source code text from the database. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||