com.spikeify.aerospikeql.parse.fields.statements.Statement Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of aerospike-ql Show documentation
                Show all versions of aerospike-ql Show documentation
SQL wrapper for Aerospike database
                
            package com.spikeify.aerospikeql.parse.fields.statements;
/**
 * Created by roman on 09/08/15.
 *
 * Type Statement is used for parsing select fields. 3 fields implement it: AggregationStatement, TransformationStatement, BasicStatement.
 */
public interface Statement {
	String getAlias(); //get field alias
	boolean isNested();
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy