| java.lang.Object com.liferay.portal.tools.sql.DBUtil com.liferay.portal.tools.sql.MySQLUtil
MySQLUtil | protected MySQLUtil()(Code) | | |
Methods inherited from com.liferay.portal.tools.sql.DBUtil | protected String[] buildColumnNameTokens(String line)(Code)(Java Doc) protected String[] buildColumnTypeTokens(String line)(Code)(Java Doc) public void buildCreateFile(String databaseName) throws IOException(Code)(Java Doc) abstract protected void buildCreateFile(String databaseName, boolean minimal) throws IOException(Code)(Java Doc) abstract public String buildSQL(String template) throws IOException(Code)(Java Doc) public void buildSQLFile(String fileName) throws IOException(Code)(Java Doc) protected String buildTemplate(String fileName) throws IOException(Code)(Java Doc) protected String convertTimestamp(String data)(Code)(Java Doc) protected String evaluateVM(String template) throws Exception(Code)(Java Doc) public static DBUtil getInstance()(Code)(Java Doc) public static DBUtil getInstance(String dbType)(Code)(Java Doc) protected String getMinimalSuffix(boolean minimal)(Code)(Java Doc) abstract protected String getServerName()(Code)(Java Doc) abstract protected String[] getTemplate()(Code)(Java Doc) protected String readSQL(String fileName, String comments, String eol) throws IOException(Code)(Java Doc) protected String removeBooleanIndexes(String data) throws IOException(Code)(Java Doc) protected String removeInserts(String data) throws IOException(Code)(Java Doc) protected String removeLongInserts(String data) throws IOException(Code)(Java Doc) protected String removeNull(String content)(Code)(Java Doc) abstract protected String reword(String data) throws IOException(Code)(Java Doc) public void runSQL(String sql) throws IOException, SQLException(Code)(Java Doc) public void runSQL(String[] sqls) throws IOException, SQLException(Code)(Java Doc) public void runSQLTemplate(String path) throws IOException, SQLException(Code)(Java Doc) public void runSQLTemplate(String path, boolean failOnError) throws IOException, SQLException(Code)(Java Doc) public void runSQLTemplateString(String template, boolean evaluate, boolean failOnError) throws IOException, SQLException(Code)(Java Doc)
|
|
|