We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16ed62 commit da55265Copy full SHA for da55265
app/src/main/java/com/amit/db/DBHelper.java
@@ -810,7 +810,7 @@ public boolean isTableExists(String tableName)
810
*
811
* @return returns true if column exists in table or false if not
812
**/
813
- private boolean checkIsColumnExists(String tableName, String columnName)
+ public boolean checkIsColumnExists(String tableName, String columnName)
814
{
815
try
816
0 commit comments