Skip to content

Commit da55265

Browse files
committed
1. Change column exists check method from private to public.
1 parent e16ed62 commit da55265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/amit/db/DBHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ public boolean isTableExists(String tableName)
810810
*
811811
* @return returns true if column exists in table or false if not
812812
**/
813-
private boolean checkIsColumnExists(String tableName, String columnName)
813+
public boolean checkIsColumnExists(String tableName, String columnName)
814814
{
815815
try
816816
{

0 commit comments

Comments
 (0)