congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
QueryExecutorImpl.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.postgresql.core.v3.QueryExecutorImpl
constructor

Best Java code snippets using org.postgresql.core.v3.QueryExecutorImpl.<init> (Showing top 4 results out of 315)

origin: postgresql/postgresql

ProtocolConnectionImpl(PGStream pgStream, String user, String database, Properties info, Logger logger) {
  this.pgStream = pgStream;
  this.user = user;
  this.database = database;
  this.logger = logger;
  this.executor = new QueryExecutorImpl(this, pgStream, info, logger);
  // default value for server versions that don't report standard_conforming_strings
  this.standardConformingStrings = false;
}
origin: org.postgresql/postgresql

QueryExecutor queryExecutor = new QueryExecutorImpl(newStream, user, database,
  cancelSignalTimeout, info);
origin: org.ancoron.postgresql/org.postgresql

ProtocolConnectionImpl(PGStream pgStream, String user, String database, Properties info, Logger logger) {
  this.pgStream = pgStream;
  this.user = user;
  this.database = database;
  this.logger = logger;
  this.executor = new QueryExecutorImpl(this, pgStream, info, logger);
  // default value for server versions that don't report standard_conforming_strings
  this.standardConformingStrings = false;
}
origin: org.ancoron.postgresql/org.postgresql.osgi

ProtocolConnectionImpl(PGStream pgStream, String user, String database, Properties info, Logger logger) {
  this.pgStream = pgStream;
  this.user = user;
  this.database = database;
  this.logger = logger;
  this.executor = new QueryExecutorImpl(this, pgStream, info, logger);
  // default value for server versions that don't report standard_conforming_strings
  this.standardConformingStrings = false;
}
org.postgresql.core.v3QueryExecutorImpl<init>

Popular methods of QueryExecutorImpl

  • cancelCopy
    Finishes a copy operation and unlocks connection discarding any exchanged data.
  • doSubprotocolBegin
  • endCopy
    Finishes writing to copy and unlocks connection.
  • flushCopy
  • hasLock
  • initCopy
    Locks connection and calls initializer for a new CopyOperation Called via startCopy -> processCopyRe
  • interpretCommandStatus
  • lock
    Obtain lock over this connection for given object, blocking to wait if necessary.
  • processCopyResults
    Handles copy sub protocol responses from server. Unlocks at end of sub protocol, so operations on pg
  • processDeadParsedQueries
  • processDeadPortals
  • processResults
  • processDeadPortals,
  • processResults,
  • readFromCopy,
  • receiveAsyncNotify,
  • receiveCommandStatus,
  • receiveErrorResponse,
  • receiveFastpathResult,
  • receiveFields,
  • receiveNoticeResponse

Popular in Java

  • Reactive rest calls using spring rest template
  • getResourceAsStream (ClassLoader)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • From CI to AI: The AI layer in your organization
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