| java.lang.Object org.h2.table.LinkSchema
LinkSchema | public class LinkSchema (Code) | | A utility class to create table links for a whole schema.
|
linkSchema | public static ResultSet linkSchema(Connection conn, String targetSchema, String driver, String url, String user, String password, String sourceSchema) throws SQLException(Code) | | Link all tables of a schema to the database.
Parameters: conn - the connection to the database where the links are to be created Parameters: targetSchema - the schema name where the objects should be created Parameters: driver - the driver class name of the linked database Parameters: url - the database URL of the linked database Parameters: user - the user name Parameters: password - the password Parameters: sourceSchema - the schema where the existing tables are a result set with the created tables |
|
|