MCPcopy Create free account
hub / github.com/dbfit/dbfit / DbObject

Interface DbObject

dbfit-java/core/src/main/java/dbfit/api/DbObject.java:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import java.sql.SQLException;
8
9public interface DbObject {
10 public StatementExecution buildPreparedStatement(DbParameterAccessor accessors[]) throws SQLException ;
11 public DbParameterAccessor getDbParameterAccessor(String paramName, Direction expectedDirection) throws SQLException;
12}

Callers 3

doRowsMethod · 0.65
getAccessorsMethod · 0.65

Implementers 2

DbTabledbfit-java/core/src/main/java/dbfit/ap
DbStoredProceduredbfit-java/core/src/main/java/dbfit/ap

Calls

no outgoing calls

Tested by

no test coverage detected