org.media.mn8.concepts
Class JDBCConnection

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.JDBCConnection

public class JDBCConnection
extends JavaConcept

Version:
$Revision: 1.2 $ $Date: 2002/10/10 22:59:19 $
Author:
Szabo Csaba

Field Summary
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
JDBCConnection()
           
JDBCConnection(Connection con)
           
 
Method Summary
 Object clone()
           
 void close()
           
 void commit()
           
 JDBCStatement createStatement()
           
 JDBCStatement createStatement(StringConcept type, StringConcept concur)
           
 LogicalConcept getAutoCommit()
           
 ConceptDefinition getConceptDefinition()
           
 LogicalConcept isClosed()
           
 LogicalConcept isReadOnly()
           
 void rollback()
           
 void setAutoCommit(LogicalConcept flag)
           
 void setReadOnly(LogicalConcept flag)
           
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, equals, opEQ, toTXT, toXML
 
Methods inherited from class org.media.mn8.Concept
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCConnection

public JDBCConnection()

JDBCConnection

public JDBCConnection(Connection con)
Method Detail

createStatement

public JDBCStatement createStatement()

createStatement

public JDBCStatement createStatement(StringConcept type,
                                     StringConcept concur)

setAutoCommit

public void setAutoCommit(LogicalConcept flag)

getAutoCommit

public LogicalConcept getAutoCommit()

commit

public void commit()

rollback

public void rollback()

close

public void close()

isClosed

public LogicalConcept isClosed()

setReadOnly

public void setReadOnly(LogicalConcept flag)

isReadOnly

public LogicalConcept isReadOnly()

getConceptDefinition

public ConceptDefinition getConceptDefinition()
Overrides:
getConceptDefinition in class JavaConcept

clone

public Object clone()
Overrides:
clone in class JavaConcept


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."