| java.lang.Object com.uwyn.rife.database.DbQueryManager com.uwyn.rife.cmf.dam.contentmanagers.DatabaseContent
All known Subclasses: com.uwyn.rife.cmf.dam.contentmanagers.databasedrivers.generic,
Method Summary | |
protected boolean | _containsRepository(Select containsContentRepository, String name) | protected boolean | _createRepository(SequenceValue getContentRepositoryId, Insert storeContentRepository, String name) | protected boolean | _deleteContent(Select getContentInfo, Delete deleteContentInfo, Delete deleteContentAttributes, Delete deleteContentProperties, String location) | protected String | _getContentForHtml(String location, ElementSupport element, String serveContentExitName) | protected DatabaseContentInfo | _getContentInfo(Select getContentInfo, Select getContentAttributes, Select getContentProperties, String location) | protected boolean | _hasContentData(Select retrieveContent, String location) | protected boolean | _install(CreateSequence createSequenceContentRepository, CreateSequence createSequenceContentInfo, CreateTable createTableContentRepository, CreateTable createTableContentInfo, CreateTable createTableContentAttribute, CreateTable createTableContentProperty) | protected boolean | _remove(DropSequence dropSequenceContentRepository, DropSequence dropSequenceContentInfo, DropTable dropTableContentRepository, DropTable dropTableContentInfo, DropTable dropTableContentAttribute, DropTable dropTableContentProperty) | protected void | _serveContentData(ElementSupport element, String location) | protected boolean | _storeContent(SequenceValue getContentId, Select getContentRepositoryId, Insert storeContentInfo, Insert storeContentAttribute, Insert storeContentProperty, String location, Content content, ContentTransformer transformer) | protected ResultType | _useContentData(Select retrieveContent, String location, ContentDataUser user) | abstract public DatabaseContentInfo | getContentInfo(String location) | protected String | getValueColumnName() | protected Pair<String, String> | splitLocation(String location) |
getValueColumnName | protected String getValueColumnName()(Code) | | |
Methods inherited from com.uwyn.rife.database.DbQueryManager | public Object clone()(Code)(Java Doc) public boolean executeFetchAll(ReadQuery query, DbRowProcessor rowProcessor) throws DatabaseException(Code)(Java Doc) public boolean executeFetchAll(ReadQuery query, DbRowProcessor rowProcessor, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public List<BeanType> executeFetchAllBeans(ReadQuery query, Class<BeanType> beanClass) throws DatabaseException(Code)(Java Doc) public List<BeanType> executeFetchAllBeans(ReadQuery query, Class<BeanType> beanClass, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public boolean executeFetchFirst(ReadQuery query, DbRowProcessor rowProcessor) throws DatabaseException(Code)(Java Doc) public boolean executeFetchFirst(ReadQuery query, DbRowProcessor rowProcessor, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public BeanType executeFetchFirstBean(ReadQuery query, Class<BeanType> beanClass) throws DatabaseException(Code)(Java Doc) public BeanType executeFetchFirstBean(ReadQuery query, Class<BeanType> beanClass, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public boolean executeGetFirstBoolean(ReadQuery query) throws DatabaseException(Code)(Java Doc) public boolean executeGetFirstBoolean(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public byte executeGetFirstByte(ReadQuery query) throws DatabaseException(Code)(Java Doc) public byte executeGetFirstByte(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public byte[] executeGetFirstBytes(ReadQuery query) throws DatabaseException(Code)(Java Doc) public byte[] executeGetFirstBytes(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public java.sql.Date executeGetFirstDate(ReadQuery query) throws DatabaseException(Code)(Java Doc) public java.sql.Date executeGetFirstDate(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public java.sql.Date executeGetFirstDate(ReadQuery query, Calendar cal) throws DatabaseException(Code)(Java Doc) public java.sql.Date executeGetFirstDate(ReadQuery query, Calendar cal, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public double executeGetFirstDouble(ReadQuery query) throws DatabaseException(Code)(Java Doc) public double executeGetFirstDouble(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public float executeGetFirstFloat(ReadQuery query) throws DatabaseException(Code)(Java Doc) public float executeGetFirstFloat(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public int executeGetFirstInt(ReadQuery query) throws DatabaseException(Code)(Java Doc) public int executeGetFirstInt(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public long executeGetFirstLong(ReadQuery query) throws DatabaseException(Code)(Java Doc) public long executeGetFirstLong(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public short executeGetFirstShort(ReadQuery query) throws DatabaseException(Code)(Java Doc) public short executeGetFirstShort(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public String executeGetFirstString(ReadQuery query) throws DatabaseException(Code)(Java Doc) public String executeGetFirstString(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public java.sql.Time executeGetFirstTime(ReadQuery query) throws DatabaseException(Code)(Java Doc) public java.sql.Time executeGetFirstTime(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public java.sql.Time executeGetFirstTime(ReadQuery query, Calendar cal) throws DatabaseException(Code)(Java Doc) public java.sql.Time executeGetFirstTime(ReadQuery query, Calendar cal, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public java.sql.Timestamp executeGetFirstTimestamp(ReadQuery query) throws DatabaseException(Code)(Java Doc) public java.sql.Timestamp executeGetFirstTimestamp(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public java.sql.Timestamp executeGetFirstTimestamp(ReadQuery query, Calendar cal) throws DatabaseException(Code)(Java Doc) public java.sql.Timestamp executeGetFirstTimestamp(ReadQuery query, Calendar cal, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public boolean executeHasResultRows(ReadQuery query) throws DatabaseException(Code)(Java Doc) public boolean executeHasResultRows(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public ResultType executeQuery(ReadQuery query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public ResultType executeQuery(ReadQuery query, DbResultSetHandler handler) throws DatabaseException(Code)(Java Doc) public DbStatement executeQuery(ReadQuery query) throws DatabaseException(Code)(Java Doc) public int executeUpdate(String sql) throws DatabaseException(Code)(Java Doc) public int executeUpdate(Query query) throws DatabaseException(Code)(Java Doc) public int executeUpdate(Query query, DbPreparedStatementHandler handler) throws DatabaseException(Code)(Java Doc) public ResultType executeUseFirstAsciiStream(ReadQuery query, InputStreamUser user) throws DatabaseException, InnerClassException(Code)(Java Doc) public ResultType executeUseFirstAsciiStream(ReadQuery query, InputStreamUser user, DbPreparedStatementHandler handler) throws DatabaseException, InnerClassException(Code)(Java Doc) public ResultType executeUseFirstBinaryStream(ReadQuery query, InputStreamUser user) throws DatabaseException, InnerClassException(Code)(Java Doc) public ResultType executeUseFirstBinaryStream(ReadQuery query, InputStreamUser user, DbPreparedStatementHandler handler) throws DatabaseException, InnerClassException(Code)(Java Doc) public ResultType executeUseFirstCharacterStream(ReadQuery query, ReaderUser user) throws DatabaseException, InnerClassException(Code)(Java Doc) public ResultType executeUseFirstCharacterStream(ReadQuery query, ReaderUser user, DbPreparedStatementHandler handler) throws DatabaseException, InnerClassException(Code)(Java Doc) public boolean fetch(ResultSet resultSet) throws DatabaseException(Code)(Java Doc) public boolean fetch(ResultSet resultSet, DbRowProcessor rowProcessor) throws DatabaseException(Code)(Java Doc) public boolean fetchAll(ResultSet resultSet, DbRowProcessor rowProcessor) throws DatabaseException(Code)(Java Doc) public DbConnection getConnection() throws DatabaseException(Code)(Java Doc) public Datasource getDatasource()(Code)(Java Doc) public ResultType inTransaction(DbTransactionUser user) throws InnerClassException, DatabaseException(Code)(Java Doc) public ResultType reserveConnection(DbConnectionUser user) throws InnerClassException, DatabaseException(Code)(Java Doc)
|
|
|