Assigns a database context. @param context context @return self reference
(final Context context)
| 71 | * @return self reference |
| 72 | */ |
| 73 | public DataClip context(final Context context) { |
| 74 | ctx = context; |
| 75 | return this; |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Unregisters and drops a temporary database instance. |