public class StoredProcedures extends Object
| Constructor and Description |
|---|
StoredProcedures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
tigSocks5CreateTransferUsed(long uid,
int direction,
String instance,
ResultSet[] data) |
static void |
tigSocks5CreateUid(String userId,
String domain,
ResultSet[] data) |
static void |
tigSocks5GetTransferLimits(String userId,
ResultSet[] data) |
static void |
tigSocks5GetUid(String userId,
ResultSet[] data) |
static void |
tigSocks5TransferUsedDomain(String domain,
ResultSet[] data) |
static void |
tigSocks5TransferUsedGeneral(ResultSet[] data) |
static void |
tigSocks5TransferUsedInstance(String instance,
ResultSet[] data) |
static void |
tigSocks5TransferUsedUser(long uid,
ResultSet[] data) |
static void |
tigSocks5UpdateTransferUsed(long cid,
long transferredBytes) |
public static void tigSocks5CreateUid(String userId, String domain, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigSocks5GetUid(String userId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigSocks5GetTransferLimits(String userId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigSocks5TransferUsedGeneral(ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigSocks5TransferUsedInstance(String instance, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigSocks5TransferUsedDomain(String domain, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigSocks5TransferUsedUser(long uid,
ResultSet[] data)
throws SQLException
SQLExceptionpublic static void tigSocks5CreateTransferUsed(long uid,
int direction,
String instance,
ResultSet[] data)
throws SQLException
SQLExceptionpublic static void tigSocks5UpdateTransferUsed(long cid,
long transferredBytes)
throws SQLException
SQLExceptionCopyright © 2011–2017 Tigase. All rights reserved.