public abstract class AbstractSql extends Object
AbstractSql()
String
getSql(String jdbcUrl)
protected abstract String
mysql()
oracle()
pgSql()
sqlServer()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractSql()
public String getSql(String jdbcUrl)
jdbcUrl
protected abstract String mysql()
protected abstract String sqlServer()
protected abstract String pgSql()
protected abstract String oracle()
Copyright © 2023. All rights reserved.