package com.engine.organization.util.db; public interface DBOperateAdapter { String like(String some); }