Tabnine Logo
SequenceManager.newSequenceReference
Code IndexAdd Tabnine to your IDE (free)

How to use
newSequenceReference
method
in
org.apache.phoenix.compile.SequenceManager

Best Java code snippets using org.apache.phoenix.compile.SequenceManager.newSequenceReference (Showing top 6 results out of 315)

origin: apache/phoenix

  @Override
  public Expression visit(SequenceValueParseNode node) throws SQLException {
    return context.getSequenceManager().newSequenceReference(node);
  }
}
origin: apache/phoenix

@Override
public Expression visit(SequenceValueParseNode node) throws SQLException {
  if (aggregateFunction != null) {
    throw new SQLExceptionInfo.Builder(SQLExceptionCode.INVALID_USE_OF_NEXT_VALUE_FOR)
    .setSchemaName(node.getTableName().getSchemaName())
    .setTableName(node.getTableName().getTableName()).build().buildException();
  }
  return context.getSequenceManager().newSequenceReference(node);
}

origin: com.aliyun.phoenix/ali-phoenix-core

  @Override
  public Expression visit(SequenceValueParseNode node) throws SQLException {
    return context.getSequenceManager().newSequenceReference(node);
  }
}
origin: org.apache.phoenix/phoenix-core

  @Override
  public Expression visit(SequenceValueParseNode node) throws SQLException {
    return context.getSequenceManager().newSequenceReference(node);
  }
}
origin: org.apache.phoenix/phoenix-core

@Override
public Expression visit(SequenceValueParseNode node) throws SQLException {
  if (aggregateFunction != null) {
    throw new SQLExceptionInfo.Builder(SQLExceptionCode.INVALID_USE_OF_NEXT_VALUE_FOR)
    .setSchemaName(node.getTableName().getSchemaName())
    .setTableName(node.getTableName().getTableName()).build().buildException();
  }
  return context.getSequenceManager().newSequenceReference(node);
}

origin: com.aliyun.phoenix/ali-phoenix-core

@Override
public Expression visit(SequenceValueParseNode node) throws SQLException {
  if (aggregateFunction != null) {
    throw new SQLExceptionInfo.Builder(SQLExceptionCode.INVALID_USE_OF_NEXT_VALUE_FOR)
    .setSchemaName(node.getTableName().getSchemaName())
    .setTableName(node.getTableName().getTableName()).build().buildException();
  }
  return context.getSequenceManager().newSequenceReference(node);
}

org.apache.phoenix.compileSequenceManagernewSequenceReference

Popular methods of SequenceManager

  • getSequenceCount
  • <init>
  • determineNumToAllocate
    If caller specified used NEXT VALUES FOR expression then we have set the numToAllocate. If numToAllo
  • newSequenceTuple
  • setSequenceValues
  • validateSequences

Popular in Java

  • Start an intent from android
  • getExternalFilesDir (Context)
  • onRequestPermissionsResult (Fragment)
  • getApplicationContext (Context)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now