Uses of Interface
org.tmatesoft.svn.core.internal.db.ISVNSqlJetTrigger
-
Packages that use ISVNSqlJetTrigger Package Description org.tmatesoft.svn.core.internal.db org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc17.db.statement17 -
-
Uses of ISVNSqlJetTrigger in org.tmatesoft.svn.core.internal.db
Fields in org.tmatesoft.svn.core.internal.db with type parameters of type ISVNSqlJetTrigger Modifier and Type Field Description private java.util.Collection<ISVNSqlJetTrigger>
SVNSqlJetTableStatement. triggers
Methods in org.tmatesoft.svn.core.internal.db that return types with arguments of type ISVNSqlJetTrigger Modifier and Type Method Description protected java.util.Collection<ISVNSqlJetTrigger>
SVNSqlJetTableStatement. getTriggers()
Methods in org.tmatesoft.svn.core.internal.db with parameters of type ISVNSqlJetTrigger Modifier and Type Method Description void
SVNSqlJetTableStatement. addTrigger(ISVNSqlJetTrigger trigger)
-
Uses of ISVNSqlJetTrigger in org.tmatesoft.svn.core.internal.wc17.db
Classes in org.tmatesoft.svn.core.internal.wc17.db that implement ISVNSqlJetTrigger Modifier and Type Class Description class
SvnChangelistActualNodesTrigger
class
SvnNodesPristineTrigger
class
SvnRevertActualNodesTrigger
class
SvnRevertNodesTrigger
-
Uses of ISVNSqlJetTrigger in org.tmatesoft.svn.core.internal.wc17.db.statement17
Classes in org.tmatesoft.svn.core.internal.wc17.db.statement17 that implement ISVNSqlJetTrigger Modifier and Type Class Description class
SvnRevertActualNodesTrigger17
-