Package tigase.socks5.repository.derby
Class StoredProcedures
- java.lang.Object
-
- tigase.socks5.repository.derby.StoredProcedures
-
public class StoredProcedures extends Object
- Author:
- andrzej
-
-
Constructor Summary
Constructors Constructor Description StoredProcedures()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidtigSocks5CreateTransferUsed(long uid, int direction, String instance, ResultSet[] data)static voidtigSocks5CreateUid(String userId, String domain, ResultSet[] data)static voidtigSocks5GetTransferLimits(String userId, ResultSet[] data)static voidtigSocks5GetUid(String userId, ResultSet[] data)static voidtigSocks5TransferUsedDomain(String domain, ResultSet[] data)static voidtigSocks5TransferUsedGeneral(ResultSet[] data)static voidtigSocks5TransferUsedInstance(String instance, ResultSet[] data)static voidtigSocks5TransferUsedUser(long uid, ResultSet[] data)static voidtigSocks5UpdateTransferUsed(long cid, long transferredBytes)
-
-
-
Method Detail
-
tigSocks5CreateUid
public static void tigSocks5CreateUid(String userId, String domain, ResultSet[] data) throws SQLException
- Throws:
SQLException
-
tigSocks5GetUid
public static void tigSocks5GetUid(String userId, ResultSet[] data) throws SQLException
- Throws:
SQLException
-
tigSocks5GetTransferLimits
public static void tigSocks5GetTransferLimits(String userId, ResultSet[] data) throws SQLException
- Throws:
SQLException
-
tigSocks5TransferUsedGeneral
public static void tigSocks5TransferUsedGeneral(ResultSet[] data) throws SQLException
- Throws:
SQLException
-
tigSocks5TransferUsedInstance
public static void tigSocks5TransferUsedInstance(String instance, ResultSet[] data) throws SQLException
- Throws:
SQLException
-
tigSocks5TransferUsedDomain
public static void tigSocks5TransferUsedDomain(String domain, ResultSet[] data) throws SQLException
- Throws:
SQLException
-
tigSocks5TransferUsedUser
public static void tigSocks5TransferUsedUser(long uid, ResultSet[] data) throws SQLException- Throws:
SQLException
-
tigSocks5CreateTransferUsed
public static void tigSocks5CreateTransferUsed(long uid, int direction, String instance, ResultSet[] data) throws SQLException- Throws:
SQLException
-
tigSocks5UpdateTransferUsed
public static void tigSocks5UpdateTransferUsed(long cid, long transferredBytes) throws SQLException- Throws:
SQLException
-
-