| |
|
| java.lang.Object org.objectweb.salome_tmf.databaseSQL.SQLEngine org.objectweb.salome_tmf.databaseSQL.SQLEngineGForge
initSQLEngine | static void initSQLEngine(DataBase database, boolean doLockOnQuery, int locktype) throws Exception(Code) | | |
Methods inherited from org.objectweb.salome_tmf.databaseSQL.SQLEngine | public void addSQLLoackRead(String table)(Code)(Java Doc) public void addSQLLoackWrite(String table)(Code)(Java Doc) public synchronized int beginTransDB(int lock_code, int type) throws Exception(Code)(Java Doc) public static synchronized int beginTransaction(int lock_code, int type) throws Exception(Code)(Java Doc) static boolean canLock(int code)(Code)(Java Doc) static boolean canLock(int lock_code_todo, int lock_code_exist)(Code)(Java Doc) public void close() throws Exception(Code)(Java Doc) public static synchronized void commitTrans(int id) throws Exception(Code)(Java Doc) public synchronized void commitTransDB(int type) throws Exception(Code)(Java Doc) public static DataBase getDb()(Code)(Java Doc) public static int getIdTrans()(Code)(Java Doc) public int getPersonneID()(Code)(Java Doc) public int getProjectID()(Code)(Java Doc) static PreparedStatement getSQLAddQuery(String queryName) throws Exception(Code)(Java Doc) static PreparedStatement getSQLCommonQuery(String queryName) throws Exception(Code)(Java Doc) static PreparedStatement getSQLDeleteQuery(String queryName) throws Exception(Code)(Java Doc) static PreparedStatement getSQLSelectQuery(String queryName) throws Exception(Code)(Java Doc) static PreparedStatement getSQLUpdateQuery(String queryName) throws Exception(Code)(Java Doc) static PreparedStatement getStatement(String sql) throws Exception(Code)(Java Doc) static void initDB(DataBase database) throws Exception(Code)(Java Doc) static void initSQLEngine(DataBase database, boolean doLockOnQuery, String _SQLBase, int locktype) throws Exception(Code)(Java Doc) static void insertApplicativeLock(int lock_code, int action_code) throws Exception(Code)(Java Doc) public boolean isClose()(Code)(Java Doc) public synchronized boolean isLock()(Code)(Java Doc) public boolean isOpen()(Code)(Java Doc) static boolean isSpecialAllow()(Code)(Java Doc) static boolean lockApplicative(int lock_code, int action_code) throws Exception(Code)(Java Doc) static void lockRead() throws Exception(Code)(Java Doc) static void lockReadWrite(int lock_code, int action_code) throws Exception(Code)(Java Doc) public void lockTPlan() throws Exception(Code)(Java Doc) static void lockTestPlan() throws Exception(Code)(Java Doc) static void lockWrite() throws Exception(Code)(Java Doc) public static synchronized void rollBackTrans(int id) throws Exception(Code)(Java Doc) public synchronized void rollBackTransDB(int type) throws Exception(Code)(Java Doc) public synchronized void rollForceBackTransDB(int type)(Code)(Java Doc) static synchronized int runAddQuery(PreparedStatement prep) throws Exception(Code)(Java Doc) static synchronized int runDeleteQuery(PreparedStatement prep) throws Exception(Code)(Java Doc) static synchronized ResultSet runSelectQuery(PreparedStatement prep) throws Exception(Code)(Java Doc) static synchronized int runUpdateQuery(PreparedStatement prep) throws Exception(Code)(Java Doc) public void setConnexionInfo(int _projectID, int _personneID)(Code)(Java Doc) public static void setDb(DataBase db)(Code)(Java Doc) public static void setIdTrans(int idTrans)(Code)(Java Doc) static void setSpecialAllow(boolean special_allow)(Code)(Java Doc) static void unLock() throws Exception(Code)(Java Doc) static void unLockApplicativeLock() throws Exception(Code)(Java Doc) public void unLockTPlan() throws Exception(Code)(Java Doc)
|
|
|
|