public abstract class SQLConnection extends java.lang.Object implements SQLConnectivity
Constructor and Description |
---|
SQLConnection(SQLConfig config,
java.lang.String repository) |
Modifier and Type | Method and Description |
---|---|
java.sql.Statement |
createStatement()
Create an SQL statement.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, createStorage, determineClassOf, getCustodian, getFindNameDialogForClass, getRepository, getStorage, getStorageNameQuery, resolveStorageFor, storageExists
public SQLConnection(SQLConfig config, java.lang.String repository)
public java.sql.Statement createStatement()
createStatement
in interface SQLConnectivity
Copyright © 2011, 2013. Daniel P. Dougherty