代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/181243/5277674
java lightoffcommand.java
package headfirst.command.simpleremote;
public class LightOffCommand implements Command {
Light light;
public LightOffCommand(Light light) {
this.light = light;
}
public void execute() {
www.eeworm.com/read/181243/5277702
java hottuboffcommand.java
package headfirst.command.remote;
public class HottubOffCommand implements Command {
Hottub hottub;
public HottubOffCommand(Hottub hottub) {
this.hottub = hottub;
}
public void execute() {
www.eeworm.com/read/181243/5277712
java stereooffcommand.java
package headfirst.command.remote;
public class StereoOffCommand implements Command {
Stereo stereo;
public StereoOffCommand(Stereo stereo) {
this.stereo = stereo;
}
public void execute() {
www.eeworm.com/read/180227/5287662
syscall readme.syscall
This is a sample implementation of a system call - system calls are fairly
fast compared to device open/read/close operations that need to traverse
the VFS and execute a few system calls sequescially
www.eeworm.com/read/173141/5377871
java realscrollinsensitiveresultsetstatistics.java
/*
Derby - Class org.apache.derby.impl.sql.execute.rts.RealScrollInsensitiveResultSetStatistics
Copyright 1999, 2004 The Apache Software Foundation or its licensors, as applicable.
License
www.eeworm.com/read/173141/5377950
java internaltriggerexecutioncontext.java
/*
Derby - Class org.apache.derby.impl.sql.execute.InternalTriggerExecutionContext
Copyright 1999, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the A
www.eeworm.com/read/173141/5377960
java distinctscalaraggregateresultset.java
/*
Derby - Class org.apache.derby.impl.sql.execute.DistinctScalarAggregateResultSet
Copyright 1998, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the
www.eeworm.com/read/173141/5377968
java settransactionisolationconstantaction.java
/*
Derby - Class org.apache.derby.impl.sql.execute.SetTransactionIsolationConstantAction
Copyright 1998, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under
www.eeworm.com/read/173141/5377996
java distinctgroupedaggregateresultset.java
/*
Derby - Class org.apache.derby.impl.sql.execute.DistinctGroupedAggregateResultSet
Copyright 1998, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the
www.eeworm.com/read/173141/5378000
java nestedloopleftouterjoinresultset.java
/*
Derby - Class org.apache.derby.impl.sql.execute.NestedLoopLeftOuterJoinResultSet
Copyright 1997, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the