Package generalDatabase
Class PamConnection
java.lang.Object
generalDatabase.PamConnection
Slightly modified connection object to pass around - contains not
only the database connection, but also an sqlTypes object which can
get's used to make a few slightly non standard mods to some column
and data formats to keep the various dbms's happy together.
- Author:
- Douglas Gillespie
-
Constructor Summary
ConstructorDescriptionPamConnection
(DBSystem dbSystem, Connection connection, SQLTypes sqlTypes) Constructor needs a connection object and an sqlTypes object. -
Method Summary
Modifier and TypeMethodDescriptionGet a list of database sql keywords.
-
Constructor Details
-
PamConnection
Constructor needs a connection object and an sqlTypes object.- Parameters:
connection
- Database connectionsqlTypes
- SQLTypes object.
-
-
Method Details
-
getDbSystem
-
getConnection
-
getSqlTypes
-
getKeywords
Get a list of database sql keywords.- Returns:
- list of keywords or an error message.
-