Sha256: 4b54d43fb4238f0e12fc37d47fce218aec90f4cf5b476c6bc4c22e209751bce4
Contents?: true
Size: 305 Bytes
Versions: 32
Compression:
Stored size: 305 Bytes
Contents
package com.rho.db; public interface IDBCallback { public abstract void onBeforeDelete(String tableName, IDBResult rows2Delete); public abstract void onBeforeUpdate(String tableName, IDBResult rows2Insert, int[] cols); //public abstract void onAfterInsert(String tableName, IDBResult rows2Insert); }
Version data entries
32 entries across 32 versions & 1 rubygems