public class SvnWcDbStatementUtil
extends java.lang.Object
Constructor and Description |
---|
SvnWcDbStatementUtil() |
Modifier and Type | Method and Description |
---|---|
static SVNSqlJetStatement |
bindf(SVNSqlJetStatement stmt,
java.lang.String format,
java.lang.Object... binds) |
static byte[] |
getColumnBlob(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static boolean |
getColumnBoolean(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SvnChecksum |
getColumnChecksum(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNDate |
getColumnDate(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNDepth |
getColumnDepth(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNEventAction |
getColumnEventAction(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static java.util.List<Structure<StructureFields.InheritedProperties>> |
getColumnInheritedProperties(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static long |
getColumnInt64(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static ISVNWCDb.SVNWCDbKind |
getColumnKind(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNNodeKind |
getColumnNodeKind(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static java.io.File |
getColumnPath(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static ISVNWCDb.SVNWCDbStatus |
getColumnPresence(SVNSqlJetStatement stmt) |
static ISVNWCDb.SVNWCDbStatus |
getColumnPresence(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNProperties |
getColumnProperties(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static long |
getColumnRevNum(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNStatusType |
getColumnStatusType(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static java.lang.String |
getColumnText(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static <T extends java.lang.Enum<T>> |
getColumnToken(SVNSqlJetStatement stmt,
java.lang.Enum<?> f,
java.util.Map<java.lang.String,T> tokenMap) |
static java.lang.String |
getKindText(ISVNWCDb.SVNWCDbKind kind) |
static ISVNWCDb.SVNWCDbLock |
getLockFromColumns(SVNSqlJetStatement stmt,
java.lang.Enum<?> tokenField,
java.lang.Enum<?> owner,
java.lang.Enum<?> comment,
java.lang.Enum<?> date) |
static java.lang.String |
getPresenceText(ISVNWCDb.SVNWCDbStatus status) |
static long |
getTranslatedSize(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static boolean |
hasColumnProperties(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static boolean |
isColumnNull(SVNSqlJetStatement stmt,
java.lang.Enum<?> f) |
static SVNDepth |
parseDepth(java.lang.String depthStr) |
static ISVNWCDb.SVNWCDbKind |
parseKind(java.lang.String kindString) |
static ISVNWCDb.SVNWCDbStatus |
parsePresence(java.lang.String presenceString) |
static void |
reset(SVNSqlJetStatement stmt) |
public static SVNSqlJetStatement bindf(SVNSqlJetStatement stmt, java.lang.String format, java.lang.Object... binds) throws SVNException
SVNException
public static java.lang.String getPresenceText(ISVNWCDb.SVNWCDbStatus status)
public static java.lang.String getKindText(ISVNWCDb.SVNWCDbKind kind)
public static ISVNWCDb.SVNWCDbStatus parsePresence(java.lang.String presenceString)
public static ISVNWCDb.SVNWCDbKind parseKind(java.lang.String kindString)
public static SVNDepth parseDepth(java.lang.String depthStr)
public static ISVNWCDb.SVNWCDbStatus getColumnPresence(SVNSqlJetStatement stmt) throws SVNException
SVNException
public static ISVNWCDb.SVNWCDbStatus getColumnPresence(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static ISVNWCDb.SVNWCDbKind getColumnKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static SVNProperties getColumnProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static java.util.List<Structure<StructureFields.InheritedProperties>> getColumnInheritedProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static boolean hasColumnProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static java.lang.String getColumnText(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static java.io.File getColumnPath(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static SVNDepth getColumnDepth(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static boolean isColumnNull(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static long getColumnInt64(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static byte[] getColumnBlob(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static boolean getColumnBoolean(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static long getColumnRevNum(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static long getTranslatedSize(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static <T extends java.lang.Enum<T>> T getColumnToken(SVNSqlJetStatement stmt, java.lang.Enum<?> f, java.util.Map<java.lang.String,T> tokenMap) throws SVNException
SVNException
public static SvnChecksum getColumnChecksum(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static SVNDate getColumnDate(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static ISVNWCDb.SVNWCDbLock getLockFromColumns(SVNSqlJetStatement stmt, java.lang.Enum<?> tokenField, java.lang.Enum<?> owner, java.lang.Enum<?> comment, java.lang.Enum<?> date) throws SVNException
SVNException
public static void reset(SVNSqlJetStatement stmt) throws SVNException
SVNException
public static SVNEventAction getColumnEventAction(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static SVNStatusType getColumnStatusType(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
public static SVNNodeKind getColumnNodeKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.