Returns the sandbox database path. @return database path
()
| 580 | * @return database path |
| 581 | */ |
| 582 | public static IOFile sandbox() { |
| 583 | return new IOFile(Prop.TEMPDIR, NAME + '/'); |
| 584 | } |
| 585 | |
| 586 | /** |
| 587 | * Normalizes newlines in a query result. |
no outgoing calls