| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-03-16 20:17:48 GMT-0700 |
| Commit | 80a3444483c9814108c664330cb5347d50b12d56 |
| Parent | 13074c7 |
| run { | ||
| + systemProperties = System.getProperties() | ||
| + | ||
| if( project.hasProperty( 'args' ) ) { | ||
| args project.args.split() |
| * | ||
| * TODO: Take into consideration modules. | ||
| + * | ||
| + * @return The from clause SQL statement. | ||
| */ | ||
| public String getFromClause() { |
| Delta | 4 lines added, 0 lines removed, 4-line increase |
|---|