mirror of
https://github.com/apache/openjpa.git
synced 2025-02-21 09:35:40 +00:00
OPENJPA-6 fix line length, which must be <=120 for checkstyle
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@990231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96ee7d32e9
commit
f80e2398fa
@ -823,11 +823,14 @@ public abstract class DelegatingDatabaseMetaData implements DatabaseMetaData {
|
||||
return _metaData.getClientInfoProperties();
|
||||
}
|
||||
|
||||
public ResultSet getFunctionColumns(String catalog, String schemaPattern, String functionNamePattern, String columnNamePattern) throws SQLException {
|
||||
public ResultSet getFunctionColumns(String catalog, String schemaPattern,
|
||||
String functionNamePattern, String columnNamePattern)
|
||||
throws SQLException {
|
||||
return _metaData.getFunctionColumns(catalog, schemaPattern, functionNamePattern, columnNamePattern);
|
||||
}
|
||||
|
||||
public ResultSet getFunctions(String catalog, String schemaPattern, String functionNamePattern) throws SQLException {
|
||||
public ResultSet getFunctions(String catalog, String schemaPattern,
|
||||
String functionNamePattern) throws SQLException {
|
||||
return _metaData.getFunctions(catalog, schemaPattern, functionNamePattern);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user