jaypipes / sqlb

A library for efficiently generating SQL expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make all interfaces non-exported

jaypipes opened this issue · comments

There's no good reason to export the interfaces in use in sqlb nor any of the interfaces' fields. Make them unexported/private.