| org.apache.ojb.broker.platforms.PlatformMySQLImpl
PlatformMySQLImpl | public class PlatformMySQLImpl extends PlatformDefaultImpl (Code) | | version: 1.0 author: Kuali Rice Team (kuali-rice@googlegroups.com) version: $Id: PlatformMySQLImpl.java,v 1.2.16.1.6.1 2007/10/17 20:32:06 agodert Exp $ |
concatenate | public String concatenate(String[] theColumns)(Code) | | See Also: org.apache.ojb.broker.platforms.Platform.concatenate(java.lang.String[]) |
getEscapeClause | public String getEscapeClause(LikeCriteria aCriteria)(Code) | | See Also: org.apache.ojb.broker.platforms.Platform.getEscapeClause(org.apache.ojb.broker.query.LikeCriteria) |
getJoinSyntaxType | public byte getJoinSyntaxType()(Code) | | Get join syntax type for this RDBMS - one on of the constants from
JoinSyntaxType interface
|
getLastInsertIdentityQuery | public String getLastInsertIdentityQuery(String tableName)(Code) | | |
supportsPaging | public boolean supportsPaging()(Code) | | |
|
|