Package de.narimo.georepo.server.tools
Class QueryCheck
- java.lang.Object
-
- de.narimo.georepo.server.tools.QueryCheck
-
public class QueryCheck extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryCheck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckDiffTableName(String tableName)static voidcheckTableName(String tableName)
-
-
-
Method Detail
-
checkTableName
public static void checkTableName(String tableName) throws IOException
- Throws:
IOException
-
checkDiffTableName
public static void checkDiffTableName(String tableName) throws IOException
- Throws:
IOException
-
-