org.polypheny.prism.ProtoIntervalOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polypheny-jdbc-driver Show documentation
Show all versions of polypheny-jdbc-driver Show documentation
A standards-compliant JDBC driver for Polypheny-DB.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: org/polypheny/prism/value.proto
package org.polypheny.prism;
public interface ProtoIntervalOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.polypheny.prism.ProtoInterval)
com.google.protobuf.MessageOrBuilder {
/**
* int64 milliseconds = 1;
* @return The milliseconds.
*/
long getMilliseconds();
/**
* int64 months = 2;
* @return The months.
*/
long getMonths();
}