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