Package com.github.collinalpert.java2db.database
-
Class Summary Class Description ConnectionConfiguration A container for database access.DBConnection Wrapper aroundConnectionwhich eases use of connecting to a database and running queries.ForeignKeyReference Describes a foreign key reference to a specific table.TableColumnReference Describes a column and its table name so they can be referenced together.