public class DbmsMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CallableStatement |
callableStatement |
protected Connection |
conn |
protected String |
getMetadataStatement |
protected int |
returnType |
| Constructor and Description |
|---|
DbmsMetadata(Connection c) |
DbmsMetadata(Connection c,
String getMetadataStatement,
int returnType) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
Reader |
getDdl(String objectType,
String name,
String schema,
String version,
String model,
String transform) |
protected Connection conn
protected String getMetadataStatement
protected CallableStatement callableStatement
protected int returnType
public DbmsMetadata(Connection c) throws SQLException
SQLExceptionpublic DbmsMetadata(Connection c, String getMetadataStatement, int returnType) throws SQLException
SQLExceptionpublic Connection getConnection() throws SQLException
SQLExceptionpublic Reader getDdl(String objectType, String name, String schema, String version, String model, String transform) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.