Back to project page android-webview-example.
The source code is released under:
Apache License
If you think the Android project android-webview-example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.significantfiles.android.sqlite.commands; //from www . j a v a 2 s.c o m public class InsertRow { public <T> T buildDAO(Class<T> daoType) { // erstellt ein DAO-Objekt // die return null; } public String buildQuery() { throw new UnsupportedOperationException(); } }