All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lealone.sql.ddl.AuthStatement Maven / Gradle / Ivy

/*
 * Copyright Lealone Database Group.
 * Licensed under the Server Side Public License, v 1.
 * Initial Developer: zhh
 */
package org.lealone.sql.ddl;

import org.lealone.db.session.ServerSession;

//只是一个标记类
public abstract class AuthStatement extends DefinitionStatement {

    protected AuthStatement(ServerSession session) {
        super(session);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy