* @throws SQLException
*/
public MemConnection(Dataset ds, int holdability, boolean autoCommit, int transactionLevel, int compatibilityLevel)
throws SQLException {
super(ds, holdability, autoCommit, transactionLevel, compatibilityLevel);
this.metadata = new MemDatasetMetadata(this);
}