| com.uwyn.rife.cmf.dam.contentmanagers.DatabaseContent com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.generic
All known Subclasses: com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.com_mckoi_JDBCDriver, com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.org_firebirdsql_jdbc_FBDriver, com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.org_apache_derby_jdbc_EmbeddedDriver, com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.com_mysql_jdbc_Driver, com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.org_hsqldb_jdbcDriver, com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.oracle_jdbc_driver_OracleDriver, com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.in_co_daffodil_db_jdbc_DaffodilDBDriver,
mContainsContentRepository | protected Select mContainsContentRepository(Code) | | |
mCreateContentInfoPathIndex | protected String mCreateContentInfoPathIndex(Code) | | |
mCreateContentInfoPathNameIndex | protected String mCreateContentInfoPathNameIndex(Code) | | |
mCreateTableContentRepository | protected CreateTable mCreateTableContentRepository(Code) | | |
mDeleteContentAttributes | protected Delete mDeleteContentAttributes(Code) | | |
mDeleteContentProperties | protected Delete mDeleteContentProperties(Code) | | |
mDropContentInfoPathIndex | protected String mDropContentInfoPathIndex(Code) | | |
mDropContentInfoPathNameIndex | protected String mDropContentInfoPathNameIndex(Code) | | |
mDropTableContentAttribute | protected DropTable mDropTableContentAttribute(Code) | | |
mDropTableContentProperties | protected DropTable mDropTableContentProperties(Code) | | |
mDropTableContentRepository | protected DropTable mDropTableContentRepository(Code) | | |
mGetContentAttributes | protected Select mGetContentAttributes(Code) | | |
mGetContentProperties | protected Select mGetContentProperties(Code) | | |
mGetContentRepositoryId | protected Select mGetContentRepositoryId(Code) | | |
mGetLatestContentInfo | protected Select mGetLatestContentInfo(Code) | | |
mStoreContentAttribute | protected Insert mStoreContentAttribute(Code) | | |
mStoreContentProperty | protected Insert mStoreContentProperty(Code) | | |
mStoreContentRepository | protected Insert mStoreContentRepository(Code) | | |
Methods inherited from com.uwyn.rife.cmf.dam.contentmanagers.DatabaseContent | protected boolean _containsRepository(Select containsContentRepository, String name) throws ContentManagerException(Code)(Java Doc) protected boolean _createRepository(SequenceValue getContentRepositoryId, Insert storeContentRepository, String name) throws ContentManagerException(Code)(Java Doc) protected boolean _deleteContent(Select getContentInfo, Delete deleteContentInfo, Delete deleteContentAttributes, Delete deleteContentProperties, String location) throws ContentManagerException(Code)(Java Doc) protected String _getContentForHtml(String location, ElementSupport element, String serveContentExitName) throws ContentManagerException(Code)(Java Doc) protected DatabaseContentInfo _getContentInfo(Select getContentInfo, Select getContentAttributes, Select getContentProperties, String location) throws ContentManagerException(Code)(Java Doc) protected boolean _hasContentData(Select retrieveContent, String location) throws ContentManagerException(Code)(Java Doc) protected boolean _install(CreateSequence createSequenceContentRepository, CreateSequence createSequenceContentInfo, CreateTable createTableContentRepository, CreateTable createTableContentInfo, CreateTable createTableContentAttribute, CreateTable createTableContentProperty) throws ContentManagerException(Code)(Java Doc) protected boolean _remove(DropSequence dropSequenceContentRepository, DropSequence dropSequenceContentInfo, DropTable dropTableContentRepository, DropTable dropTableContentInfo, DropTable dropTableContentAttribute, DropTable dropTableContentProperty) throws ContentManagerException(Code)(Java Doc) protected void _serveContentData(ElementSupport element, String location) throws ContentManagerException(Code)(Java Doc) protected boolean _storeContent(SequenceValue getContentId, Select getContentRepositoryId, Insert storeContentInfo, Insert storeContentAttribute, Insert storeContentProperty, String location, Content content, ContentTransformer transformer) throws ContentManagerException(Code)(Java Doc) protected ResultType _useContentData(Select retrieveContent, String location, ContentDataUser user) throws ContentManagerException(Code)(Java Doc) abstract public DatabaseContentInfo getContentInfo(String location) throws ContentManagerException(Code)(Java Doc) protected String getValueColumnName()(Code)(Java Doc) protected Pair<String, String> splitLocation(String location)(Code)(Java Doc)
|
|
|