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