Package com.mchange.v1.db.sql.schemarep
Interface SimpleSchemaRep
-
public interface SimpleSchemaRep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set
getTableNames()
TableRep
tableRepForName(java.lang.String name)
-
-
-
Method Detail
-
getTableNames
java.util.Set getTableNames()
-
tableRepForName
TableRep tableRepForName(java.lang.String name)
-
-