代码搜索结果

找到约 322,615 项符合 Interface 的代码

outparameter.java

package groovy.sql; /** * @author rfuller * * A parameter to be returned from a CallableStatement. */ public interface OutParameter { /** * Get the JDBC datatype for this parameter. * @retu

inparameter.java

package groovy.sql; /** * @author rfuller * * A typed parameter to pass to a query */ public interface InParameter { /** * The JDBC data type. * @return */ public int getType(); /** *

inoutparameter.java

package groovy.sql; /** * @author rfuller * * A typed parameter passed to, and returned from a CallableStatement. */ public interface InOutParameter extends InParameter, OutParameter { }

resultsetoutparameter.java

package groovy.sql; /** * A ResultSet out parameter. * @author rfuller * */ public interface ResultSetOutParameter extends OutParameter{ }

completer.java

package org.codehaus.groovy.sandbox.ui; import java.util.List; public interface Completer { List findCompletions(String token); }

prompt.java

package org.codehaus.groovy.sandbox.ui; import java.io.IOException; public interface Prompt { String readLine() throws IOException; void setCompleter(Completer completer); void setPrompt

dummyinterface.java

package groovy; public interface DummyInterface { public void methodWithArrayParam(String[] args); }

foohandler.java

package org.codehaus.groovy.dummy; import java.io.Reader; /** * @author Robert Fuller * @version $Revision: 1.2 $ */ public interface FooHandler { public void handle(Reader reader); }

testgeneratorhelper.java

package org.codehaus.groovy.tck; /** Helper methods used by generated TCK test cases */ public interface TestGeneratorHelper { Object evaluate(String theSrcText, String testName) throws Exceptio

ipxrip.h

/*++ Copyright (c) 1995-1999 Microsoft Corporation Module Name: ipxrip.h Abstract: This module contains the definitions of the: interface management APIs structures