Class TableManager
java.lang.Object
bitel.billing.server.tariff.voice.bean.TableManager
public class TableManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TableManager(java.sql.Connection con, int mid)
-
Method Summary
Modifier and Type Method Description void
createZoneTables()
void
deleteZoneTables()
static java.lang.String
getPrefix(java.sql.Connection con, int mid)
static java.lang.String
getTable(java.sql.Connection con, int mid, java.lang.String table)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TableManager
public TableManager(java.sql.Connection con, int mid)
-
-
Method Details
-
getPrefix
public static final java.lang.String getPrefix(java.sql.Connection con, int mid) -
getTable
public static final java.lang.String getTable(java.sql.Connection con, int mid, java.lang.String table) -
createZoneTables
public void createZoneTables() -
deleteZoneTables
public void deleteZoneTables()
-